Visual git log viewer with branch graph and diff display
npm install git-viewerA visual git log viewer with branch graph and diff display. Runs locally in your browser.
``bash`
pnpm dlx git-viewer [path]
Then open http://localhost:44100
`bashView current directory
pnpm dlx git-viewer
- Branch graph visualization
- Browse local and remote branches
- Search commits by message, author, or SHA
- View diffs with syntax highlighting
- Filter commits by branch
- Node.js 20+
- Git