notebook_rs 0.1.0

CLI utility for plaintext notetaking
Documentation

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 text
  • nb -n <text> Parses text from the commandline
  • nb -l <n> Lists n most recent entries
  • nb -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