git-newspaper - Victorian broadsheet from git history
CLI that renders any repo's commit history as a Victorian-era newspaper page. A clever take on git log visualization that prints headlines and columns instead of graphs.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Related entries
git-lrc - on-commit AI code review
Free Go CLI that runs unlimited AI code reviews on each commit, with no per-review cap or external service in the loop.
ai-attestation - track AI-written code in git
Open standard and git hooks that mark which lines of a repo came from an AI tool, with detectors for 19 coding agents like Claude Code, Cursor, and Copilot. CC0 spec.
git-stage-batch - hunk-level commit curation
Hunk-by-hunk and line-by-line staging tool for git, designed to shape a clean commit history from messy development work. Lets you incrementally split experimental changes into logical commits.
branch-watch - track branch and fork sync across repos
Rust CLI that monitors branch and fork sync status across your GitHub repositories. Surfaces diverged forks, stale branches, and unmerged PRs from one terminal view.