Crates.io | notebook_rs |
lib.rs | notebook_rs |
version | 0.5.1 |
source | src |
created_at | 2021-04-16 20:55:49.968475 |
updated_at | 2024-04-18 00:02:43.437311 |
description | CLI utility for plaintext notetaking. |
homepage | https://github.com/dbxnr/notebook_rs |
repository | https://github.com/dbxnr/notebook_rs |
max_upload_size | |
id | 385448 |
size | 62,772 |
notebook_rs
CLI tool for maintaining plaintext notebooks, formatted as Markdown by default.
Still very much a work in progress.
On first use, it will create a config file in the OS specific config directory (e.g. ~/.config/notebook_rs/
). The default notebook location is $HOME/Documents
.
Performs a fairly simple sentiment analysis on the text by default, using a Rust implementation of the VADER tool.
nb -c
Path to config filenb -h
Summary of commands availablenb -n
Opens $EDITOR for inputting textnb -n <text>
Parse entry text from the commandlinenb -l <n>
List n most recent entries, use with -v
for extra outputnb -r <n>
Display entry nnb -e <n>
Edit entry n in system editornb -d <n>
Delete entry nnb -s "<pattern>"
Search for pattern in entries, pattern should be enclosed in quotationsfile
Path to the notebookdt_format
Time formatting syntaxsentiment
Unimplementedencryption
Unimplemented