mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28: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
|
### cargo install
|
||||||
|
|
||||||
|
the simplest way to start playing around with `gitui` is to have `cargo` build/install it:
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo install gitui
|
cargo install gitui
|
||||||
```
|
```
|
||||||
|
|
||||||
### build/install from source
|
### diagnostics:
|
||||||
|
|
||||||
the simplest way to start playing around with `gitui` is to have `cargo` install it locally:
|
|
||||||
|
|
||||||
|
to enable logging to `~/.gitui/gitui.log`:
|
||||||
```
|
```
|
||||||
cargo install --path "."
|
GITUI_LOGGING=true gitui
|
||||||
```
|
|
||||||
|
|
||||||
after that you can go to your git repo and run it:
|
|
||||||
|
|
||||||
```
|
|
||||||
gitui
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# todo for 0.1 (first release)
|
# todo for 0.1 (first release)
|
||||||
|
|
||||||
* [ ] fix: dont show scroll option when any popup open
|
|
||||||
* [ ] fix: diff is not updated when changed
|
* [ ] fix: diff is not updated when changed
|
||||||
* [ ] better help command
|
* [ ] better help command
|
||||||
|
* [ ] -> fix: dont show scroll option when any popup open
|
||||||
* [ ] confirm destructive commands (revert/reset)
|
* [ ] confirm destructive commands (revert/reset)
|
||||||
* [ ] (un)staging selected hunks
|
* [ ] (un)staging selected hunks
|
||||||
* [ ] publish as homebrew-tap
|
* [ ] publish as homebrew-tap
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue