diff --git a/README.md b/README.md index bc9c55b..0a42943 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,11 @@ Select a branch to launch Claude with a prompt to switch to that branch. Select ## What gets launched -Each selected project opens a new Terminal.app window running: +Each selected project opens a new Terminal.app window running Claude Code: + +
+
+
+ {desc} +
++ TUI LAUNCHER FOR CLAUDE CODE +
+ ++ Browse all your projects. See git status at a glance. Expand into + sessions and branches. Launch everything in parallel Terminal + windows. +
+ + {/* Install command */} +
+ $ bun install -g cladm
+ _
+
+ + requires{" "} + + bun + {" "} + >= 1.3 + macOS +
++ All your projects sorted by recent Claude usage. Git branch, sync + status, dirty state, session count, and auto-detected stack at a + glance. +
+
+ Press
+ Or try with mock data:{" "}
+ cladm --demo
+
+ Select your projects, press Enter, and watch them all launch in + parallel. Each project opens a fresh Claude Code session in its own + Terminal window. +
+ +