Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Loading