mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
better readme structure
This commit is contained in:
parent
46f582df08
commit
67c119457f
1 changed files with 11 additions and 6 deletions
17
README.md
17
README.md
|
|
@ -10,6 +10,14 @@ blazing fast terminal-ui for git written in rust
|
|||

|
||||

|
||||
|
||||
## features
|
||||
|
||||
* inspect changes
|
||||
* (un)stage files
|
||||
* commit
|
||||
* async [input polling](assets/perf_compare.jpg) and
|
||||
* async git API for fluid control
|
||||
|
||||
## motivation
|
||||
|
||||
I do most of my git usage in a terminal but I frequently found myself using git UIs for some use cases like: index/commit, diff, stash and log.
|
||||
|
|
@ -38,15 +46,12 @@ after that you can go to your git repo and run it:
|
|||
gitui
|
||||
```
|
||||
|
||||
# todo
|
||||
# todo for 0.1 (first release)
|
||||
|
||||
* [x] (un)stage files
|
||||
* [x] inspect diffs
|
||||
* [x] commit
|
||||
* [x] [input polling in thread](assets/perf_compare.jpg)
|
||||
* [x] async git API for fluid control
|
||||
* [ ] discard untracked files (remove)
|
||||
* [ ] (un)staging selected hunks
|
||||
* [ ] publish as homebrew-tap
|
||||
* [ ] release on crates.io
|
||||
|
||||
# alternatives
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue