6 releases
0.1.8 | Nov 7, 2023 |
---|---|
0.1.7 | Nov 1, 2023 |
0.1.6 | Oct 21, 2023 |
0.1.0 | Sep 9, 2023 |
#1438 in Command line utilities
295KB
760 lines
A lean, low friction terminal app for managing markdown notes.
Installation
With Cargo via Crates.io
If you have Rust installed, Jottem can be installed directly from Crates.io
cargo install jottem
Build locally
If you wish, you can build Jottem yourself
git clone https://github.com/dogue/jottem.git
cd jottem
cargo install --path .
Arch User Repository
Jottem is also available in the AUR with the jottem-bin
package
yay -S jottem-bin
Quick Start
# 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.
Key Features
- Fast: Jottem uses RocksDB to index notes for quick retrieval and search.
- Flexible: Optionally use subdirectories to organize your notes.
- Tagging: Categorize notes easily with a simple tagging system.
- Agnostic: Jottem uses your
$EDITOR
variable to edit notes in your preferred app.
License
Dependencies
~28–38MB
~671K SLoC