Skip to main content

Serie - Beautiful Git Commit Graph in Your Terminal

·91 words·1 min
Kostiantyn Lysenko
Author
Kostiantyn Lysenko
Table of Contents

Serie renders a rich git commit graph directly in your terminal — like git log --graph --all, but actually readable.

It uses terminal image protocols (iTerm2, Kitty) to draw smooth branch lines with colors, and provides a TUI for browsing commits, searching, and viewing diffs.

Install
#

brew install serie

Usage
#

cd your-repo
serie

A handy git alias to keep it short:

git config --global alias.lg '!serie'  # or git tree
git lg
serie screenshot

Note: requires a terminal with image protocol support (iTerm2, Kitty, Ghostty). Does not work inside tmux/screen.

https://github.com/lusingander/serie