LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gitlogue

Cinematic animated replay of Git commit history

TLDR

Replay the current repository's history
$ gitlogue
copy
Replay a commit range
$ gitlogue --commit [HEAD~10..HEAD]
copy
Replay a specific commit
$ gitlogue --commit [abc123]
copy

SYNOPSIS

gitlogue [*options*]

DESCRIPTION

gitlogue turns Git history into an animated terminal story—typing effects, syntax highlighting, and file-tree transitions as commits are replayed. Fun for demos, onboarding, and visualizing how a codebase evolved. Install via install script, Homebrew, Cargo, or Nix.

PARAMETERS

--commit *rev*|*range*

Start at a commit or animate a range.
Other flags control speed and theme—gitlogue --help.

INSTALL

sudo pacman -S gitlogue
copy
brew install gitlogue
copy
nix profile install nixpkgs#gitlogue
copy

CAVEATS

Large histories can take a long time to animate. Needs a git repository and a capable terminal.

SEE ALSO

git-log(1), gource(1), git-blame(1)

RESOURCES

Copied to clipboard
Kai