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)
|
Using Homebrew
Using Cargo
On Arch Linux
Using Nix
# Run directly without installation
# Or install to your profile
# For flake-based configurations, add to your inputs:
# inputs.gitlogue.url = "github:unhappychoice/gitlogue";
# Then use: inputs.gitlogue.packages.${system}.default
From Source
See the Installation Guide 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
# Start the cinematic screensaver
# View a specific commit
# Replay a range of commits
# Replay commits in chronological order (oldest first)
# Loop a specific commit continuously
# Loop through a commit range
# View staged changes (default)
# View unstaged changes instead
# Filter commits by author or email (case-insensitive partial match)
# Filter commits by date
# Use a different theme
# Adjust typing speed (ms per character)
# Set different speeds for different file types
# Ignore specific file patterns (e.g., notebooks, lock files)
# Use an ignore file
# List available themes
# Set default theme
# Combine options
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 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
Usage Guide
Configuration Guide
Theme Customization
Contributing Guidelines
Architecture Overview
Related Projects
Git Visualization & Coding
- GitType - A CLI code-typing game that turns your source code into typing challenges
Terminal Screensavers
- 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
Contributing
Contributions are welcome.
See the Contributing Guidelines for details.
License
ISC License. See LICENSE for details.
Author
Support
If you find this project useful, please consider:
- โญ๏ธ Star on GitHub
- ๐ฆ Share on X
- ๐ฆ Share on Bluesky
- ๐งต Share on Threads
- ๐ผ Share on LinkedIn
- ๐ Share on Facebook
- ๐ง Submit to Hacker News
- ๐ฌ 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!