git404hub

what is gitlogue fr?

unhappychoice/gitlogue — explained in plain English

Analysis updated 2026-06-26

4,729RustAudience · developerComplexity · 1/5Setup · easy

tl;dr

A terminal tool that replays your Git commit history as a live animated display, showing code appear character by character with syntax highlighting and a file tree, like a visual time machine for your repo.

vibe map

mindmap
  root((gitlogue))
    What it does
      Replay commit history
      Animated typing effect
      Syntax highlighting
    Features
      Filter by author date
      Loop screensaver mode
      Diff view
      Custom color themes
    Install Options
      Homebrew
      Cargo
      Shell script
    Tech Stack
      Rust
    Languages Supported
      31 including Python JS Go

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Review how a project evolved over time by watching commits replay in sequence as an animated terminal display.

VIBE 2

Run gitlogue in screensaver mode to show a live code animation on a secondary monitor as ambient background.

VIBE 3

Inspect staged or unstaged changes in a visually distinct diff view before committing.

VIBE 4

Filter and replay commits by a specific author or date range to understand their contribution history.

what's the stack?

Rust

how it stacks up fr

unhappychoice/gitloguedimforge/nalgebrayoav-lavi/melody
Stars4,7294,7154,746
LanguageRustRustRust
Setup difficultyeasymoderateeasy
Complexity1/54/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Avoid leaving the display running indefinitely on OLED screens, static UI elements can cause burn-in.

in plain english

Gitlogue is a terminal tool that replays your Git commit history as an animated visual experience. Instead of reading a static list of changes, you watch code appear character by character on screen, with syntax highlighting and file tree transitions, as if someone is typing each commit in real time. It is built with Rust for speed and runs entirely in the terminal. The tool supports several practical uses beyond aesthetics. You can replay a specific commit or a range of commits, filter history by author or date, loop a commit continuously, and adjust the typing speed per file type. There is a screensaver mode that cycles through commits indefinitely, which some people use as an ambient display or background decoration. A diff view lets you inspect staged or unstaged changes before committing. Nine built-in color themes are included, with support for custom themes via a configuration file. Syntax highlighting covers 31 languages including Python, JavaScript, Rust, Go, TypeScript, and others. Keyboard shortcuts let you pause, step forward or backward line by line or change by change, and jump between commits. Installation options include a shell script, Homebrew, the Rust package manager Cargo, the Arch Linux package manager, and Nix. Building from source is also documented. The README notes that gitlogue is a visual display tool only and does not function as a traditional screensaver. It also warns that static elements in the display may cause burn-in on OLED screens if left running for extended periods.

prompts (copy fr)

prompt 1
Using gitlogue, how do I replay only the commits from a specific author in my Git repo as a terminal animation?
prompt 2
I want to run gitlogue as an ambient display that loops through my entire commit history. Which command and flags do I use?
prompt 3
How do I adjust the typing animation speed in gitlogue for different file types so Python files animate slower than JSON files?
prompt 4
Show me how to install gitlogue via Homebrew and replay the last 20 commits of my repo with syntax highlighting.

Frequently asked questions

what is gitlogue fr?

A terminal tool that replays your Git commit history as a live animated display, showing code appear character by character with syntax highlighting and a file tree, like a visual time machine for your repo.

What language is gitlogue written in?

Mainly Rust. The stack also includes Rust.

How hard is gitlogue to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is gitlogue for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.