mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
more readme cleanup
This commit is contained in:
parent
621c3c184f
commit
e557be6de0
1 changed files with 6 additions and 11 deletions
17
README.md
17
README.md
|
|
@ -40,29 +40,24 @@ install `rust`/`cargo`: https://www.rust-lang.org/tools/install
|
|||
|
||||
### cargo install
|
||||
|
||||
the simplest way to start playing around with `gitui` is to have `cargo` build/install it:
|
||||
|
||||
```
|
||||
cargo install gitui
|
||||
```
|
||||
|
||||
### build/install from source
|
||||
|
||||
the simplest way to start playing around with `gitui` is to have `cargo` install it locally:
|
||||
### diagnostics:
|
||||
|
||||
to enable logging to `~/.gitui/gitui.log`:
|
||||
```
|
||||
cargo install --path "."
|
||||
```
|
||||
|
||||
after that you can go to your git repo and run it:
|
||||
|
||||
```
|
||||
gitui
|
||||
GITUI_LOGGING=true gitui
|
||||
```
|
||||
|
||||
# todo for 0.1 (first release)
|
||||
|
||||
* [ ] fix: dont show scroll option when any popup open
|
||||
* [ ] fix: diff is not updated when changed
|
||||
* [ ] better help command
|
||||
* [ ] -> fix: dont show scroll option when any popup open
|
||||
* [ ] confirm destructive commands (revert/reset)
|
||||
* [ ] (un)staging selected hunks
|
||||
* [ ] publish as homebrew-tap
|
||||
|
|
|
|||
Loading…
Reference in a new issue