No description
Find a file
Pavlo Smal d2a7955371 fix: use actual remotes list for branch classification instead of hardcoded origin/
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>
2026-04-05 17:15:07 +02:00
.cargo fix: use MacPorts libiconv path for linking on macOS 2026-01-12 19:17:28 +01:00
acca fix: use actual remotes list for branch classification instead of hardcoded origin/ 2026-04-05 17:15:07 +02:00
acca-agent refactor: replace branch input with branch picker state, handlers, keyboard, and animation 2026-04-05 17:03:20 +02:00
acca-core refactor: replace branch input with branch picker state, handlers, keyboard, and animation 2026-04-05 17:03:20 +02:00
acca-git refactor: replace branch input with branch picker state, handlers, keyboard, and animation 2026-04-05 17:03:20 +02:00
docs/plans refactor: replace branch input with branch picker state, handlers, keyboard, and animation 2026-04-05 17:03:20 +02:00
.gitignore refactor: replace branch input with branch picker state, handlers, keyboard, and animation 2026-04-05 17:03:20 +02:00
Cargo.lock refactor: replace branch input with branch picker state, handlers, keyboard, and animation 2026-04-05 17:03:20 +02:00
Cargo.toml feat: create acca-git crate skeleton 2026-03-10 19:35:15 +01:00
CLAUDE.md docs: add README and CLAUDE.md 2026-03-09 19:50:01 +01:00
README.md docs: add README and CLAUDE.md 2026-03-09 19:50:01 +01:00

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