| Crates.io | glitt |
| lib.rs | glitt |
| version | 0.1.2 |
| created_at | 2025-11-28 06:50:13.742574+00 |
| updated_at | 2025-12-09 04:31:04.69321+00 |
| description | A terminal UI for some git operations. |
| homepage | |
| repository | https://github.com/brenapp/glitt/tree/main |
| max_upload_size | |
| id | 1954920 |
| size | 75,090 |
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.
You can install glitt using cargo.
cargo install glitt
Configure glitt as your core.editor in your user, local, or system settings.
git config --global core.editor "glitt --fallback vim $@"