@jossephus/yadv
v0.0.3
Published
Yet another local diff viewer for git working trees
Readme
yadv
Yet Another Local Diff Viewer. There are many tui diff viewers, but this one is mine.

fork of ghui to make it work for local diff changes because its ui is beautiful
Install
npm install -g @jossephus/yadvThen run:
yadvKeybindings
up/down: move selectionk/j: move selectiongg/G: jump to first or last diff anchorctrl-u/ctrl-d: page up or downctrl-p/cmd-k: open the command paletteesc: close the active modalr: refreshup/down/pageup/pagedown: move through the diffenter: open the selected diff comment threadv: start or clear a multi-line comment rangen/p: jump between comment threadsf: open the changed-files navigator while viewing a diffleft/right: choose the deleted or added side while in split diff comment mode[/]: switch files while viewing or commenting on a diff{/}: jump to the previous or next diff hunka: stage or unstage the current hunkt: choose a fixed theme, includingSystemto match your terminal colors; pressmin the theme picker to follow the OS light/dark appearance with separate theme choicesq: quit
Credits
- Forked from ghui by Kit Langton.
