Directories
¶
| Path | Synopsis |
|---|---|
|
Package claude reads local Claude Code session transcripts to surface, per repository, how much it has been worked on with Claude Code: number of sessions, when it was last used, and which model.
|
Package claude reads local Claude Code session transcripts to surface, per repository, how much it has been worked on with Claude Code: number of sessions, when it was last used, and which model. |
|
Package config loads and resolves orchard's configuration (repo root, org, concurrency, scope) from a config file, environment, and built-in defaults.
|
Package config loads and resolves orchard's configuration (repo root, org, concurrency, scope) from a config file, environment, and built-in defaults. |
|
Package editor detects installed editors/IDEs and opens repositories in them.
|
Package editor detects installed editors/IDEs and opens repositories in them. |
|
Package git wraps the git CLI to scan, inspect, fetch, and pull local repositories concurrently.
|
Package git wraps the git CLI to scan, inspect, fetch, and pull local repositories concurrently. |
|
Package github lists and clones repositories from a GitHub org via the GitHub API and the git CLI.
|
Package github lists and clones repositories from a GitHub org via the GitHub API and the git CLI. |
|
Package lang detects a repo's dominant programming language by counting tracked-file extensions (via git, already required) - no external tools.
|
Package lang detects a repo's dominant programming language by counting tracked-file extensions (via git, already required) - no external tools. |
|
Package repo defines the Repo model, its derived display state, and discovery of local git repositories under a root directory.
|
Package repo defines the Repo model, its derived display state, and discovery of local git repositories under a root directory. |
|
Package search runs a regex/literal code search across many repositories at once.
|
Package search runs a regex/literal code search across many repositories at once. |
|
Package seen persists the HEAD sha of each repo as of the last time orchard was opened, so the dashboard can highlight what changed "since last visit".
|
Package seen persists the HEAD sha of each repo as of the last time orchard was opened, so the dashboard can highlight what changed "since last visit". |
|
Package termlaunch opens a command in a new terminal tab/window, picking the right mechanism for the user's terminal.
|
Package termlaunch opens a command in a new terminal tab/window, picking the right mechanism for the user's terminal. |
|
Package tui is the Bubble Tea dashboard for managing many local git repos.
|
Package tui is the Bubble Tea dashboard for managing many local git repos. |
|
Package update checks GitHub Releases for a newer orchard and can replace the running binary in place.
|
Package update checks GitHub Releases for a newer orchard and can replace the running binary in place. |
Click to show internal directories.
Click to hide internal directories.