2020-03-16 17:39:05 +03:00
|
|
|
# gitterm
|
|
|
|
terminal ui (tui) frontend for git written in rust
|
2020-03-16 19:20:28 +03:00
|
|
|
|
|
|
|
# todo
|
|
|
|
|
|
|
|
* [x] show files that changes
|
|
|
|
* [x] show files on index
|
2020-03-16 20:22:05 +03:00
|
|
|
* [x] colorize diff
|
2020-03-16 22:02:09 +03:00
|
|
|
* [x] only show diff of selected file
|
2020-03-16 20:23:35 +03:00
|
|
|
* [ ] allow scrolling diff
|
|
|
|
* [ ] support staging/unstaging
|
2020-03-16 19:22:26 +03:00
|
|
|
* [ ] support committing
|
|
|
|
* [ ] support push/pull
|
|
|
|
* [ ] log view
|
2020-03-16 20:25:53 +03:00
|
|
|
|
|
|
|
# resources
|
|
|
|
|
|
|
|
* https://docs.rs/git2/0.13.0/git2/
|
|
|
|
* https://libgit2.org
|
|
|
|
* https://docs.rs/tui/0.8.0/tui/
|