You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Quick switcher for VS Code/Cursor projects, Claude Code session manager with liv
8
8
9
9
### Quick Switcher for VS Code / Cursor Projects
10
10
11
-
Spotlight-like quick open: press `⌃+⌘+R` or click the menu bar icon to launch the Quick Switcher. Search and select a project to open or switch to it in VS Code or Cursor — even if the IDE is not running yet.
11
+
Press `⌃+⌘+R` or click the menu bar icon to launch the Quick Switcher. Search and select a project to open or switch to it in VS Code or Cursor — even if the IDE is not running yet. In Normal App mode, the window stays visible for monitoring; in Menu Bar mode, it works like Spotlight.
12
12
13
13
-**Recent projects** (white items): your latest VS Code/Cursor folders, workspaces, and recently opened files — read directly from IDE data, no extension required
14
14
-**Working folder items** (green items): first-level subfolders found by scanning a folder you choose (Settings → Working Directory)
@@ -52,6 +52,22 @@ CodeV includes a built-in terminal tab (powered by xterm.js + node-pty, same tec
52
52
-`Cmd+←/→` jumps to beginning/end of line
53
53
-**"Claude in Terminal" button**: launches a new Claude Code session in the configured external terminal using the current working directory
54
54
55
+
### App Mode
56
+
57
+
CodeV supports two window modes, configurable in Settings → App Mode:
58
+
59
+
|| Normal App (default) | Menu Bar |
60
+
|--|--|--|
61
+
|**Dock**| Visible | Hidden |
62
+
|**On blur**| Stays visible | Auto-hides |
63
+
|**Window position**| Remembers last position, draggable | Centers on screen each time |
64
+
|**On startup**| Shows window | Hidden until shortcut/tray click |
**Real-time updates when unfocused (Normal mode):** Status dots, final assistant/user messages, and session order update via fs.watch — no need to re-focus. New sessions and full list refresh only occur on re-focus.
0 commit comments