glitt

Crates.ioglitt
lib.rsglitt
version0.1.2
created_at2025-11-28 06:50:13.742574+00
updated_at2025-12-09 04:31:04.69321+00
descriptionA terminal UI for some git operations.
homepage
repositoryhttps://github.com/brenapp/glitt/tree/main
max_upload_size
id1954920
size75,090
Brendan McGuire (brenapp)

documentation

README

Glitt

glitt is a small editor for standard git workflows that makes it easier to use Git from the terminal. We currently provide an interactive rebase editor. When you configure glitt as your git editor, you can configure a fallback.

Install

You can install glitt using cargo.

cargo install glitt

Configure

Configure glitt as your core.editor in your user, local, or system settings.

git config --global core.editor "glitt --fallback vim $@"

Commit count: 0

cargo fmt