I like VS Code’s Git Graph, but I’ve been moving my workflow into the terminal. Recently I’ve been using AI coding tools more, which tends to create more parallel branches as I iterate, and I wanted a very quick way to jump between branches without leaving the terminal.
I also wanted something that works well on Windows Terminal: Serie was the closest match visually, but I couldn’t use it there.
keifu focuses on the graph + fast branch navigation:
- Unicode commit graph with per-branch colors
- commit details and changed-file stats (+/-)
- checkout / create / delete local branches, plus fetch
To try it:
- cargo install keifu
- run `keifu` inside a git repo
Feedback on graph readability and keybindings would be really helpful.