A terminal user interface for Git. Inspired by Magit, and launched straight from the terminal.
Gitu aims to implement many of the core features of Magit over time. It should be familiar to any previous Magit users.
A rough list of so-far supported features:
- File/Hunk-level stage/unstage
- Show (view commits / open EDITOR at line)
- Show branches
- Branch:
- checkout
- Commit:
- commit, amend, fixup
- Fetch:
- all
- Log:
- current
- Pull / Push:
- remote
- Rebase:
- abort, continue, autosquash, interactive
A help-menu can be shown by pressing the h
key.
Run the command:
cargo install gitu --locked
...or to install the latest from git, run:
cargo install --git https://github.com/altsem/gitu.git --locked
The environment variables GIT_EDITOR
, VISUAL
or EDITOR
(checked in this order) dictate which editor Gitu will open.
Configuration is also loaded from ~/.config/gitu/config.toml
,
you could copy the default configuration.
This project comes with pprof as a dev-dependency. You can run it with:
cargo bench --bench show -- --profile-time 5
A flamegraph would then be output to target/criterion/show/profile/flamegraph.svg