Skip to content

Commit

Permalink
Documentation: Fixing a typo and adding instructions in README (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooaf authored Dec 30, 2024
1 parent 460f62b commit d09c7b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The binary lives in `thoth/target/release/thoth`. You can add the binary to your
This will show how to use the scratchpad via the CLI or the TUI.

### TUI
To start the TUI, simple type `thoth`. Since it is a persistent buffer, thoth will save when you hit quit using `q`.
To start the TUI, simply type `thoth`. Since it is a persistent buffer, thoth will save when you hit quit using `q`.

#### Commands for main mode
```
Expand Down Expand Up @@ -161,7 +161,8 @@ for editing in `tui-textarea`.
| Ctrl+K | Format markdown block |
| Ctrl+J | Format JSON |

If you would like to use your external editor -- such as NeoVim, Helix, etc. -- Thoth offers that functionality.
If you would like to use your external editor -- such as NeoVim, Helix, etc. -- Thoth offers that functionality.
Please set your `$EDITOR` or `$VISUAL` environment variables to make use of this feature.

### CLI
For accessing the CLI, one can use `thoth` followed by a command.
Expand Down

0 comments on commit d09c7b2

Please sign in to comment.