gitui/README.md

16 lines
312 B
Markdown
Raw Normal View History

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
2020-03-16 20:22:05 +03:00
test
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 19:22:26 +03:00
* [ ] 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