Notebook_rs
CLI tool for maintaining plaintext notebooks, formatted as Markdown by default.
Still very much a work in progress.
Commands
nb -n
Opens $EDITOR for inputting textnb -n <text>
Parses text from the commandlinenb -l <n>
Lists n most recent entriesnb -r <n>
Displays entry n
Performs a fairly simple sentiment analysis on the text by default, using a Rust implementation of the VADER tool.
Planned features
- Search functionality
- Parsing tags from text
- File encryption
- Editing entries
- Deleting entries
- Alternative TUI