Directories
¶
| Path | Synopsis |
|---|---|
|
Package backend defines the VCS backend interface and shared types.
|
Package backend defines the VCS backend interface and shared types. |
|
Package cmdspec parses the unified command grammar shared by the TUI command bar and config aliases: a backend prefix ("git ...", "jj ...") routes to that backend, a shell prefix ("!...", "sh ...", "shell ...") to the system shell, and anything else to per-repo VCS subcommand routing (each repo's own backend decides how to run it).
|
Package cmdspec parses the unified command grammar shared by the TUI command bar and config aliases: a backend prefix ("git ...", "jj ...") routes to that backend, a shell prefix ("!...", "sh ...", "shell ...") to the system shell, and anything else to per-repo VCS subcommand routing (each repo's own backend decides how to run it). |
|
Package config handles loading, saving, and querying the hrd configuration file (~/.config/hrd/config.toml by default).
|
Package config handles loading, saving, and querying the hrd configuration file (~/.config/hrd/config.toml by default). |
|
Package runner executes VCS or shell commands across multiple repos in parallel, streaming results back through a channel as each completes.
|
Package runner executes VCS or shell commands across multiple repos in parallel, streaming results back through a channel as each completes. |
|
Package theme provides colored symbols and helpers for rendering VCS state.
|
Package theme provides colored symbols and helpers for rendering VCS state. |
|
Package tui provides the terminal UI for hrd, built on Bubble Tea.
|
Package tui provides the terminal UI for hrd, built on Bubble Tea. |
Click to show internal directories.
Click to hide internal directories.