Skip to content

Commit 105c6b9

Browse files
authored
Merge pull request #97 from grimmerk/fix/codev-terminal-detection
docs: update README — session status, terminal features
2 parents 99e00d8 + 8236ebb commit 105c6b9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CodeV
22

3-
Use this to quickly open and switch VS Code/Cursor projects, and use AI assistant to analyze your code and chat with it instantly.
3+
Quick switcher for VS Code/Cursor projects, Claude Code session manager with live status indicators, and built-in terminal.
44

55
## Features
66

@@ -19,7 +19,7 @@ Spotlight-like quick open: press `⌃+⌘+R` or click the menu bar icon to launc
1919

2020
### Claude Code Session Switching
2121

22-
CodeV can list, search, and resume Claude Code sessions. Press `⌃+⌘+R` to open the Quick Switcher, then `Tab` to toggle to Sessions mode.
22+
CodeV can list, search, and resume Claude Code sessions. Press `⌃+⌘+R` to open the Quick Switcher, then `Tab` to toggle to Sessions mode. Live status dots show session state: working (orange pulse), idle (green), needs attention (orange blink).
2323

2424
**Simple rule**: when running multiple sessions in the same project directory at the same time, give each running session a name. Closed sessions don't need names — they won't cause issues.
2525

@@ -46,6 +46,8 @@ CodeV includes a built-in terminal tab (powered by xterm.js + node-pty, same tec
4646
- Pre-spawned on app start for instant access
4747
- Default working directory: Settings → Working Directory (fallback to home)
4848
- Terminal state preserved when switching tabs
49+
- `⌘+K` clears screen, `Shift+Enter` for multi-line input (Claude Code compatible)
50+
- `Cmd+←/→` jumps to beginning/end of line
4951

5052
**Tab switching shortcuts:**
5153

0 commit comments

Comments
 (0)