Usage
Subcommands
list
List all registered Codaph projects:*) marking the last-used project.
Example output:
add
Add a project to the registry:Path to the project directory. Defaults to current directory.
remove
Remove a project from the registry:Path to the project directory to remove. Defaults to current directory.
Removing a project from the registry does not delete the project files or
.codaph/ directory - it only removes the registry entry.Registry Storage
The project registry is stored in:Use Cases
Quick project switching in TUI
Quick project switching in TUI
Press
p in the TUI to cycle through registered projects, or P to open the project manager overlay.The registry remembers your last project so the TUI opens to the right context.Multi-project workflows
Multi-project workflows
Register all your Codaph-enabled projects once:Then switch between them in the TUI without typing paths.
Clean up old projects
Clean up old projects
Remove projects you no longer work on:
TUI Integration
The project registry powers TUI navigation:pkey: Cycle to next registered projectPkey: Open project manager overlay (select, add, remove projects)- Auto-restore: TUI opens to last-used project on startup
Projects are automatically added to the registry when you run
codaph init or open the TUI for the first time in a directory.Related Commands
- codaph init - Initialize a new Codaph project (auto-adds to registry)
- codaph tui - Launch TUI with project switching
- codaph status - View status of current or specified project