Git Diff Viewer
Priority: Medium-High | Effort: Medium | From: ROADMAP.md
See what changed without opening an editor or running git diff in a terminal.
Scope
Technical Notes
- Extend
runhq-core/src/git.rs with git diff / git diff --staged parsing
- Syntax highlighting:
tree-sitter / syntect (Rust) or highlight.js (frontend)
Why
git diff in a terminal is functional but hard to read. Opening VS Code just to see a diff is overkill. An inline viewer gives you the information at a glance.
Git Diff Viewer
Priority: Medium-High | Effort: Medium | From: ROADMAP.md
See what changed without opening an editor or running
git diffin a terminal.Scope
Technical Notes
runhq-core/src/git.rswithgit diff/git diff --stagedparsingtree-sitter/syntect(Rust) orhighlight.js(frontend)Why
git diffin a terminal is functional but hard to read. Opening VS Code just to see a diff is overkill. An inline viewer gives you the information at a glance.