Marrow v0.14.0
Review a PR entirely from the keyboard. This release adds a diff line cursor and the full set of review actions on top of the navigation shortcuts from v0.12–v0.13. Press ? in any review for the complete cheatsheet.
New: Keyboard-driven reviewing
- Line cursor:
j/kmove a highlighted cursor through the diff and the view follows;g/Gjump to the top/bottom;Ctrl+D/Ctrl+UandSpace/PageUp·PageDownpage it. Works in both split and unified views. - Comment & select:
ccomments the cursor line;vstarts a selection you extend withj/k, thenccomments the whole range — on the correct side. - Reply & resolve: with the cursor on a line that has a review thread,
ropens a reply box andxresolves / reopens it. - Submit a review:
Ropens a picker — approve, request changes, or comment — type the body and send, no mouse needed. - Hunks & AI notes:
}/{jump between hunks,n/Nbetween AI notes;zfolds the hunk at the cursor (and the cursor can land on a collapsed hunk to expand it again),Zfolds/unfolds everything. - Switch PRs:
Ctrl+TabandCtrl+Shift+Tabcycle between your open tabs.
Full changelog: v0.13.0...v0.14.0