# 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 * [ ] allow scrolling diff * [ ] support staging/unstaging * [ ] support committing * [ ] support push/pull * [ ] log view # resources * https://docs.rs/git2/0.13.0/git2/ * https://libgit2.org * https://docs.rs/tui/0.8.0/tui/