Skip to content

Commit 77a6ccb

Browse files
johannesjoclaude
andcommitted
Highlight key features and add all keyboard shortcuts to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1797205 commit 77a6ccb

1 file changed

Lines changed: 29 additions & 8 deletions

File tree

README.md

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,23 @@ Parallel Code lets you dispatch tasks to AI coding agents — Claude Code, Codex
1818

1919
## Features
2020

21-
- Run Claude Code, Codex CLI, and Gemini CLI in parallel
22-
- Each task gets an isolated git branch and worktree — no conflicts
21+
### One app for every AI coding CLI
22+
Use [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Codex CLI](https://github.com/openai/codex), and [Gemini CLI](https://github.com/google-gemini/gemini-cli) from the same interface. Switch between agents per task, or run all three at once — no juggling terminal windows.
23+
24+
### Automatic branches and worktrees
25+
Every task gets its own git branch and [worktree](https://git-scm.com/docs/git-worktree) instantly. Agents work in full isolation — no conflicts, no stashing, no waiting. Five agents, five features, one repo. Merge back to main when you're done.
26+
27+
### Keyboard-first, zero friction
28+
Navigate panels, create tasks, send prompts, merge branches, push to remote — all without touching the mouse. Every action has a shortcut, and `Ctrl+/` shows them all.
29+
30+
### And more
2331
- Tiled panel layout with drag-to-reorder
2432
- Built-in diff viewer and changed files list per task
25-
- Merge to main or push to remote from the UI
2633
- Shell terminals per task, scoped to the worktree
2734
- Direct mode for working on the main branch without isolation
2835
- Six themes — Minimal, Graphite, Classic, Indigo, Ember, Glacier
29-
- Keyboard-driven — navigate everything without touching the mouse
3036
- State persists across restarts
31-
- Cross-platform (macOS, Linux)
37+
- macOS and Linux
3238

3339
## Getting Started
3440

@@ -60,16 +66,31 @@ This means you can have five agents working on five different features at the sa
6066

6167
## Keyboard Shortcuts
6268

69+
`Ctrl` = `Cmd` on macOS.
70+
6371
| Shortcut | Action |
6472
| --- | --- |
73+
| **Tasks** | |
6574
| `Ctrl+N` | New task |
75+
| `Ctrl+Shift+A` | New task (alternative) |
6676
| `Ctrl+Enter` | Send prompt |
67-
| `Alt+Arrows` | Navigate panels |
6877
| `Ctrl+Shift+M` | Merge task to main |
6978
| `Ctrl+Shift+P` | Push to remote |
70-
| `Ctrl+Shift+T` | New shell terminal |
79+
| `Ctrl+W` | Close focused terminal session |
80+
| `Ctrl+Shift+W` | Close active task |
81+
| **Navigation** | |
82+
| `Alt+Arrows` | Navigate between panels |
83+
| `Ctrl+Alt+Left/Right` | Reorder active task |
7184
| `Ctrl+B` | Toggle sidebar |
72-
| `Ctrl+/` | All shortcuts |
85+
| **Terminals** | |
86+
| `Ctrl+Shift+T` | New shell terminal |
87+
| `Ctrl+Shift+D` | New standalone terminal |
88+
| **App** | |
89+
| `Ctrl+,` | Open settings |
90+
| `Ctrl+/` or `F1` | Show all shortcuts |
91+
| `Ctrl+0` | Reset zoom |
92+
| `Ctrl+Scroll` | Adjust zoom |
93+
| `Escape` | Close dialog |
7394

7495
## Built With
7596

0 commit comments

Comments
 (0)