Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Apr 16, 2024
1 parent ac3435a commit c3d913e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,20 @@ Run below to install latest Tiron binary to ```/usr/local/bin```
curl -sL https://tiron.run/install.sh | sh
```

## TUI Navigation

| Key | Action |
| --------------------------------- | ------------ |
| <kbd>j</kbd> | Scroll down |
| <kbd>k</kbd> | Scroll up |
| <kbd>d</kbd> | Page down |
| <kbd>u</kbd> | Page up |
| <kbd>g</kbd> | Jump to top |
| <kbd>G</kbd> | Jump to bottom |
| <kbd>n</kbd> | Next Host |
| <kbd>p</kbd> | Previous Host |
| <kbd>Ctrl+n</kbd> | Next Run |
| <kbd>Ctrl+p</kbd> | Previous Run |

## License
Tiron is licensed under the Apache 2.0 license.

0 comments on commit c3d913e

Please sign in to comment.