Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
G

gitlogue

> 开发工具
Open source

A cinematic Git commit replay tool for the terminal, turning your Git history into a living, animated story.

4.9K stars0 likes0 views
WebsiteGitHub

About

A cinematic Git commit replay tool for the terminal, turning your Git history into a living, animated story.

A cinematic Git commit replay tool for the terminal.
Turn your Git history into a living, animated story — typing, syntax highlighting, file tree transitions.

Watch commits unfold with realistic typing animations, syntax highlighting, and file tree transitions, transforming code changes into a visual experience. ## Installation ### Using Install Script (Recommended) ```bash curl -fsSL https://raw.githubusercontent.com/unhappychoice/gitlogue/main/install.sh | bash ``` ### Using Homebrew ```bash brew install gitlogue ``` ### Using Cargo ```bash cargo install gitlogue ``` ### On Arch Linux ```bash pacman -S gitlogue ``` ### Using Nix ```bash # Run directly without installation nix run github:unhappychoice/gitlogue # Or install to your profile nix profile install github:unhappychoice/gitlogue # For flake-based configurations, add to your inputs: # inputs.gitlogue.url = "github:unhappychoice/gitlogue"; # Then use: inputs.gitlogue.packages.${system}.default ``` ### From Source ```bash git clone https://github.com/unhappychoice/gitlogue.git cd gitlogue cargo install --path . ``` See the [Installation Guide](docs/installation.md) for more options and troubleshooting. ## Features **Commit Replay as Animation** — Realistic typing, cursor movement, deletions, and file operations **Working Tree Diff View** — Visualize staged/unstaged changes before committing **Tree-sitter Syntax Highlighting** — 32 languages supported **Project File Tree** — Directory structure with change statistics ️ **Screensaver Mode** — Endless random commit playback **Themes** — 9 built-in themes + full customization support ⚡ **Fast & Lightweight** — Built with Rust for performance ## Usage ### Popular Use Cases ️ **Screensaver** — Ambient coding display for your workspace **Education** — Visualize how code evolved over time **Presentations** — Replay real commit histories live **Content Creation** — Record demos with VHS or asciinema **Desktop Ricing** — A living decoration for your terminal **Look Busy Mode** — Appear productive during meetings > [!WARNING] > **Not a True Screensaver** — gitlogue does not include traditional screensaver functions like power management or screen blanking. It's purely a visual display tool. > > **OLED Burn-in Risk** — Static elements (like the editor background and border lines) may cause burn-in on OLED displays over extended periods. LCD displays are generally safe from this issue. ### Quick Start ``` … ``` ## Key Bindings ### Playback | Key | Action | |-----|--------| | `Space` | Toggle play / pause | | `h` | Step one line backward | | `l` | Step one line forward | | `H` (Shift+h) | Step one change backward | | `L` (Shift+l) | Step one change forward | | `p` | Previous commit | | `n` | Next commit | | `Esc` | Open menu | | `q` / `Ctrl+c` | Quit | ### Menu | Key | Action | |-----|--------| | `j` / `↓` | Move selection down | | `k` / `↑` | Move selection up | | `Enter` | Select item | | `Esc` | Close menu | ## Configuration gitlogue can be configured via `~/.config/gitlogue/config.toml`. You can set the default theme, typing speed, and background preferences. See the [Configuration Guide](docs/configuration.md) for full options and examples. ## Supported Languages Astro, Bash, C, C#, C++, Clojure, CSS, Dart, Elixir, Erlang, Go, Godot (GDScript / Shader / Resource), Haskell, HTML, Java, JavaScript, JSON, Kotlin, Lua, Markdown, Nix, PHP, Python, Ruby, Rust, Scala, Svelte, Swift, TypeScript, XML, YAML, Zig ## Documentation [Installation Guide](docs/installation.md) [Usage Guide](docs/usage.md) [Configuration Guide](docs/configuration.md) [Theme Customization](docs/themes.md) [Contributing Guidelines](docs/CONTRIBUTING.md) [Architecture Overview](docs/ARCHITECTURE.md) ## Related Projects ### Git Visualization & Coding - [**GitType**](https://github.com/unhappychoice/gittype) - A CLI code-typing game that turns your source code into typing challenges ### Terminal Screensavers - [**tarts**](https://github.com/oiwn/tarts) - Collection of terminal screensavers in Rust (Matrix, Game of Life, Boids, 3D effects, and more) - [**cbonsai**](https://gitlab.com/jallbrit/cbonsai) - Grow beautiful bonsai trees in your terminal - [**asciiquarium**](https://github.com/cmatsuoka/asciiquarium) - Enjoy the mysteries of the sea from your terminal - [**cmatrix**](https://github.com/abishekvashok/cmatrix) - The Matrix screensaver effect for your terminal - [**pipes.sh**](https://github.com/pipeseroni/pipes.sh) - Animated pipes flowing through your terminal ## Contributing Contributions are welcome. See the [Contributing Guidelines](docs/CONTRIBUTING.md) for details. ## License ISC License. See [LICENSE](LICENSE) for details. ## Author [@unhappychoice](https://unhappychoice.com) ## Support If you find this project useful, please consider: - ⭐️ [Star on GitHub](https://github.com/unhappychoice/gitlogue) - [Share on X](https://x.com/intent/post?text=Your%20Git%20history%20as%20cinema.%20gitlogue%20replays%20commits%20as%20a%20terminal%20animation%20%F0%9F%8E%9E%EF%B8%8F&url=https%3A//github.com/unhappychoice/gitlogue&hashtags=gitlogue,CLI,Rust,git) - [Share on Bluesky](https://bsky.app/intent/compose?text=Your%20Git%20history%20as%20cinema.%20gitlogue%20replays%20commits%20as%20a%20terminal%20animation%20%F0%9F%8E%9E%EF%B8%8F%20%23gitlogue%20%23CLI%20%23Rust%20%23git%20https%3A//github.com/unhappychoice/gitlogue) - [Share on Threads](https://www.threads.net/intent/post?text=Your%20Git%20history%20as%20cinema.%20gitlogue%20replays%20commits%20as%20a%20terminal%20animation%20%F0%9F%8E%9E%EF%B8%8F%20%23gitlogue%20%23CLI%20%23Rust%20%23git%20https%3A//github.com/unhappychoice/gitlogue) - [Share on LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A//github.com/unhappychoice/gitlogue) - [Share on Facebook](https://www.facebook.com/sharer/sharer.php?u=https%3A//github.com/unhappychoice/gitlogue) - [Submit to Hacker News](https://news.ycombinator.com/submitlink?u=https%3A//github.com/unhappychoice/gitlogue&t=Your%20Git%20history%20as%20cinema.%20gitlogue%20replays%20commits%20as%20a%20terminal%20animation%20%F0%9F%8E%9E%EF%B8%8F) - Drop it into your Discord server or developer chat - ✍️ Write about it on your blog or in a newsletter Every bit of support helps. Thanks!

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •GitType - A CLI code-typing game that turns your source code into typing challenges
  • •tarts - Collection of terminal screensavers in Rust (Matrix, Game of Life, Boids, 3D effects, and more)
  • •cbonsai - Grow beautiful bonsai trees in your terminal
  • •asciiquarium - Enjoy the mysteries of the sea from your terminal
  • •cmatrix - The Matrix screensaver effect for your terminal
  • •pipes.sh - Animated pipes flowing through your terminal
  • •⭐️ Star on GitHub
  • •Share on X
  • •Share on Bluesky
  • •Share on Threads

> Tags

Rustclicli-toolcode-animationcommit-history

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category开发工具
PricingOpen source

> Related tools

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具