Update readme

This commit is contained in:
Patrick Auernig 2023-08-14 16:16:13 +02:00
parent abaa204300
commit 4f0e03904c

View File

@ -13,7 +13,7 @@ cargo install --git https://github.com/valeth/wayfarer
Make sure the path cargo installs to is in your system's `PATH`.
```sh
wayfarer tui <path-to-savefile>
wayfarer tui
# or
@ -24,8 +24,9 @@ wayfarer show <path-to-savefile>
## TUI Keybindings
| Key | Mode | Description |
|:---:|:------:| --------------------------------------------------- |
|:--------:|:------:| --------------------------------------------------- |
| ESC | Any | Return to "normal mode" |
| Ctrl + q | Any | Quits the application |
| q | Normal | Quits the application |
| o | Normal | Open a new file |
| w | Normal | Toggle file watcher mode (requires "watch" feature) |