Update doc
This commit is contained in:
parent
8c87270a3b
commit
3882de81ec
1 changed files with 20 additions and 1 deletions
21
README.md
21
README.md
|
@ -12,7 +12,26 @@ Type the following line in your favorite terminal:
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
TODO: Write usage instructions here
|
### Running noozoid
|
||||||
|
|
||||||
|
In your terminal:
|
||||||
|
|
||||||
|
$ noozoid [gui]
|
||||||
|
|
||||||
|
### Keyboard control
|
||||||
|
|
||||||
|
| Key | Description |
|
||||||
|
|---|--|
|
||||||
|
| h | Navigate to parent |
|
||||||
|
| l | Navigate to child |
|
||||||
|
| k | Navigate to previous sibling |
|
||||||
|
| j | Navigate to next sibling |
|
||||||
|
| r | Navigate to tree root |
|
||||||
|
| c | Create node |
|
||||||
|
| d | Delete selected node |
|
||||||
|
| v | Toggle node |
|
||||||
|
| ? | Show this help |
|
||||||
|
| q | Exit program |
|
||||||
|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
Loading…
Reference in a new issue