# gitterm terminal ui (tui) frontend for git written in rust # todo * [x] show files that changes * [x] show files on index * [x] colorize diff * [x] only show diff of selected file * [x] change detection * [x] allow scrolling diff * [x] support staging * [x] show added files on working dir changes * [ ] support committing * [ ] allow selecting/diff index items * [ ] support unstaging * [ ] polling in thread * [ ] log view # resources * https://docs.rs/git2/0.13.0/git2/ * https://libgit2.org * https://docs.rs/tui/0.8.0/tui/ * https://docs.rs/crossterm/0.16.0/crossterm/