Linux command
gsd-meta-manager 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the TUI
gsd-meta-manager
Register a project directory
gsd-meta-manager add [path/to/project]
Register with a custom alias
gsd-meta-manager add [path/to/project] [alias]
Remove a project
gsd-meta-manager remove [project]
List all registered projects
gsd-meta-manager list
Use a non-default config file
gsd-meta-manager --config [path/to/config.json]
Show the version
gsd-meta-manager --version
说明
gsd-meta-manager is a Rust terminal UI that aggregates state from many GSD ("Get Shit Done") workflow projects into a single dashboard. It reads project state directly from disk, auto-detects running Claude Code sessions tied to GSD projects, and shows progress without any background daemon. Each registered project can be inspected through a 10-tab detail view: Phases, Roadmap (rendered as an ASCII DAG), Backlog, Git History, Pipeline, Queue, Sessions, Archive, Config, and Docs. The intent is to make multi-project status the default view rather than something assembled by hand from many terminals.
参数
- --config _FILE_
- Override the default config file location.
- --version
- Print the version number and exit.
- --help
- Display the help message.
FAQ
What is the gsd-meta-manager command used for?
gsd-meta-manager is a Rust terminal UI that aggregates state from many GSD ("Get Shit Done") workflow projects into a single dashboard. It reads project state directly from disk, auto-detects running Claude Code sessions tied to GSD projects, and shows progress without any background daemon. Each registered project can be inspected through a 10-tab detail view: Phases, Roadmap (rendered as an ASCII DAG), Backlog, Git History, Pipeline, Queue, Sessions, Archive, Config, and Docs. The intent is to make multi-project status the default view rather than something assembled by hand from many terminals.
How do I run a basic gsd-meta-manager example?
Run `gsd-meta-manager` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --config _FILE_ do in gsd-meta-manager?
Override the default config file location.