"Navigate commits like Van Damme navigates time. But sitting down."
A terminal UI for reviewing GitHub PRs and local branches — built for the agent loop. Open a PR and edit it like you would on github.com. Open a branch and yank code straight to your clipboard for your coding agent.
Press
?inside the app to see all keybindings.
timecop # current branch (full diff vs origin/main, includes workdir)
timecop <branch> # named branch (committed only)
timecop <PR#> # open the PREdit like github.com — every action posts immediately, no draft staging:
c— comment / reply (line → new comment, thread → reply)R— toggle resolved on a thread+— 👍 react on a commentEnter— submit verdict (approve / request changes)
Read-only diff with notes you can take to your agent:
,— toggle full diff ↔ uncommitted-onlyc— leave a draft note (current branch only)Y— yank all drafts to clipboard, with code excerpts and the branch namey— yank just what's under cursoro— open the file in$EDITORat the right line
Clipboard format:
Branch: feat/foo (vs refs/remotes/origin/main)
src/app.rs:142 (in fn handle_key)
> let x = unwrap();
should return Result
git clone https://github.com/kamilmac/timecop
cd timecop
cargo install --path .Requires git and the gh CLI (for PR mode — gh auth login).
MIT
