From 6438618b5a8c44c4bc37d6b6efd543575716ac95 Mon Sep 17 00:00:00 2001 From: jooaf Date: Sat, 28 Dec 2024 22:09:01 -0600 Subject: [PATCH] updating readme --- Cargo.lock | 2 +- README.md | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6ba5a3..1313c5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1412,7 +1412,7 @@ dependencies = [ [[package]] name = "thoth-cli" -version = "0.1.67" +version = "0.1.68" dependencies = [ "anyhow", "arboard", diff --git a/README.md b/README.md index 51e1c1f..d75a19a 100644 --- a/README.md +++ b/README.md @@ -171,16 +171,17 @@ A terminal scratchpad akin to Heynote Usage: thoth [COMMAND] Commands: - add Add a new block to the scratchpad - list List all of the blocks within your thoth scratchpad - delete Delete a block by name - view View (STDOUT) the contents of the block by name - copy Copy the contents of a block to the system clipboard - help Print this message or the help of the given subcommand(s) + add Add a new block to the scratchpad + list List all of the blocks within your thoth scratchpad + load_backup Load backup file as the main thoth markdown file + delete Delete a block by name + view View (STDOUT) the contents of the block by name + copy Copy the contents of a block to the system clipboard + help Print this message or the help of the given subcommand(s) Options: -h, --help Print help - -V, --version Print version + -V, --version Print version ``` #### Examples @@ -199,3 +200,4 @@ Contributions are always welcomed :) !!! Please take a look at this [doc](https: ## TODO - Inlcude light mode - Automatically saving backup `thoth_notes.md` files: Done! +- Add fuzzy finder for selecting blocks in TUI