No description
- Rust 100%
filtered_branches() now checks against repo.remotes to correctly classify branches from any remote (upstream, fork, etc), not just origin. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .cargo | ||
| acca | ||
| acca-agent | ||
| acca-core | ||
| acca-git | ||
| docs/plans | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||
| README.md | ||
acca
A Git GUI client built with Iced (Rust).
Usage
# Local repository (current directory)
acca
# Local repository (specific path)
acca /path/to/repo
# Remote repository over SSH
acca host:/path/to/repo
acca user@host:/path/to/repo
Remote access requires acca-agent installed on the remote host.
Building
cargo build --release --bin acca
cargo build --release --bin acca-agent