From bd6a5e5da6ba484984d99b47b6528b51a55c558b Mon Sep 17 00:00:00 2001 From: jooaf <[email protected]> Date: Mon, 14 Apr 2025 14:49:34 -0500 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bb8b76..0cd2657 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ![thoth](https://github.com/user-attachments/assets/b5954aac-b20f-4c24-af7c-67dc6224df89) +![thoth_code](https://github.com/user-attachments/assets/58277dbb-42fd-4c88-9fa9-3851dff01460) A terminal scratchpad inspired by [Heynote](https://github.com/heyman/heynote). @@ -24,6 +25,7 @@ to also be displayable in the app. - A CLI that allows one to pipe information via STDIN into a new block, or use STDOUT to get text out of a block. + ## Why the name Thoth? image @@ -133,14 +135,17 @@ To start the TUI, simply type `thoth`. Since it is a persistent buffer, thoth wi #### Commands for main mode ``` q: Quit +: Keyboard shortcuts : Add block in focus : Delete block in focus : Copy the complete block +: Copy code block Enter: Edit block : Full Screen Esc: Exit : Change title of block : Select block by title +: Toggle between light and dark mode : Format json : Format markdown ``` @@ -150,8 +155,10 @@ Esc: Exit edit mode : Move cursor top : Copy highlighted selection Shift-Up Arrow or Down: Make highlighted selection by line +: Copy code block : Copy the entire block -: Change title of block +: Change title of block +: Toggle between light and dark mode : Select block by title : Use external editor : Bring up other commands