Crates.io | jottem |
lib.rs | jottem |
version | 0.1.8 |
source | src |
created_at | 2023-09-09 15:08:15.06707 |
updated_at | 2023-11-07 02:50:34.45666 |
description | A lightweight CLI manager for your markdown notes. |
homepage | https://github.com/dogue/jottem |
repository | https://github.com/dogue/jottem |
max_upload_size | |
id | 968204 |
size | 351,410 |
A lean, low friction terminal app for managing markdown notes.
If you have Rust installed, Jottem can be installed directly from Crates.io
cargo install jottem
If you wish, you can build Jottem yourself
git clone https://github.com/dogue/jottem.git
cd jottem
cargo install --path .
Jottem is also available in the AUR with the jottem-bin
package
yay -S jottem-bin
# create a note
jottem create my_note
# edit a note
jottem edit my_note
# delete a note
jottem delete my_note
# find a note
jottem find --all
You can find a more in-depth explanation of the available commands and their options in the wiki.
$EDITOR
variable to edit notes in your preferred app.