Git Time Machine
projectsCLI tool for git history visualization
Install
npm
$
Interactive Preview
git time machine
$ gtm — 5 commits on main
CLI Reference
gtmOpen interactive history browser for current repogtm --branch <name>Browse history for a specific branchgtm --file <path>Show history filtered to a specific filegtm --since <date>Show commits after a given dategtm --author <name>Filter commits by author nameAbout
A command-line tool for navigating git history interactively. Instead of parsing raw git log output, it gives you a scrollable visual timeline with commit details, diff previews, and the ability to check out any point. Named after the obvious reference. Two hundred and twenty-five downloads on npm.
Highlights
- 225 npm downloads
- Interactive scrollable timeline for any git repository
- Diff preview at any commit
- Works in any git repo with no configuration