CLI tool for maintaining plaintext notebooks, formatted as Markdown by default.
Still very much a work in progress.
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 nPerforms a fairly simple sentiment analysis on the text by default, using a Rust implementation of the VADER tool.