Skip to main content
The CC Commander interactive menu is the primary way to work with the tool. When you run ccc in your terminal, you get a full terminal user interface (TUI) with arrow-key navigation, mouse support, and contextual sub-menus — no commands to memorize.

Launching the menu

ccc
This starts CC Commander in its default split mode: a tmux session with the menu in the left pane and Claude Code output in the right. If you want the menu without tmux, use:
ccc --simple
The main menu presents 15 choices. Use the arrow keys to move the selection, then press Enter to confirm. You can also click a menu item directly with your mouse.
KeyOptionWhat it does
aContinue where I left offResume your last session (shown only if an active session exists)
oOpen a projectImport a local CLAUDE.md and .claude/ context
bBuild something newCode, websites, APIs, CLI tools
cCreate contentMarketing, social media, writing
dResearch & analyzeCompetitive analysis, reports, audits
eReview what I builtRecent sessions and results
fLearn a new skillBrowse 450+ skills and guides
gCheck my statsDashboard, streaks, achievements
lLinear boardView issues, pick tasks, track work (shown only if Linear is configured)
nNight Mode8-hour autonomous build
sSettingsName, level, cost, theme
tChange themeSwitch the visual theme
xInfrastructure & FleetFleet Commander, Synapse, Cost tracking, CloudCLI
/Type a commandFree-text prompt — describe anything or type a slash command
qQuitExit CC Commander
Every main menu option opens a guided flow. Sub-menus always follow the same pattern:
  1. A context header showing which section you are in and what is currently loaded.
  2. A recommended action, marked with “(Recommended)”, based on what you just did or what the project needs.
  3. Three to five choices, always including “Something else — I’ll tell you what I need” and a “Back” option.
  4. After any action completes, CC Commander immediately prompts “What next?” with contextual suggestions.
You are never left at a dead end. Any sub-menu can be exited by pressing Escape, typing “back”, or choosing the Cancel option.
1

Select a main menu option

Use the arrow keys to highlight a choice and press Enter, or click with your mouse.
2

Follow the guided flow

Each sub-menu asks a few focused questions — typically one sentence about what you want to build, research, or review.
3

CC Commander dispatches the task

The Intelligence Layer scores complexity, detects your stack, and configures the right model, budget, and skills automatically.
4

Review the result

After the task completes, CC Commander suggests logical next steps and returns you to the menu.

Keyboard shortcuts

KeyAction
/ Move selection up or down
EnterConfirm selection
Escape or qCancel / back to previous menu
?Open the help popup
Mouse clickSelect any menu item directly

The ? help popup

Press ? from any menu screen to open the help popup. It shows a condensed reference of all keyboard shortcuts and tmux key bindings in a single overlay. Press ? or Escape again to close it.
The help popup also lists tmux shortcuts (Ctrl+A n, Ctrl+A p, etc.) when you are running in split mode. This is the fastest way to remind yourself of navigation keys without leaving the session.
Every menu screen renders a one-line status footer at the bottom of the terminal. It gives you a live snapshot of the current session state at a glance.
━━ CCC2.3.1│🔥Opus1M│🔑gAA│🧠▐██45%░░▌│⏱️▐██45%░░▌5h│📅▐██45%░░▌7d│💰$2.34│⬆️640K⬇️694K│⏰8h0m│🎯453│📋CC-150│📂~/project
Each segment maps to a specific piece of session data:
SegmentIconWhat it shows
Version━━CC Commander version
Model🔥Active model — Opus, Sonnet, or Haiku
Auth🔑Last 3 characters of your API key (or OA for OAuth)
Context🧠Context window usage as a filled bar and percentage
Session⏱️Time elapsed within the current 5-hour session limit
Weekly budget📅Spend within your 7-day rolling budget
Cost💰Session cost in USD
Tokens⬆️⬇️Input and output token counts
TimeTotal time in the current session
Skills🎯Number of loaded skills
Linear ticket📋Current Linear ticket, if configured
Directory📂Current working directory
The bars color-code from green to yellow to red as context, rate limits, or budget approach their caps.
Footer values update each time you return to a menu screen. The bars color-code green → yellow → red as context, rate limits, or budget approach their caps.