doc links

This commit is contained in:
Stephan Dilly 2020-03-16 18:25:53 +01:00
parent 25c2b34bf2
commit 6e48f4fd0d

View File

@ -1,7 +1,6 @@
# gitterm # gitterm
terminal ui (tui) frontend for git written in rust terminal ui (tui) frontend for git written in rust
test
# todo # todo
* [x] show files that changes * [x] show files that changes
@ -13,3 +12,9 @@ test
* [ ] support committing * [ ] support committing
* [ ] support push/pull * [ ] support push/pull
* [ ] log view * [ ] log view
# resources
* https://docs.rs/git2/0.13.0/git2/
* https://libgit2.org
* https://docs.rs/tui/0.8.0/tui/