nnote¶
A minimal CLI note-taking tool. Notes are plain files stored in a directory of your choice.
Installation¶
Arch Linux (AUR)
yay -S nnote
Or with any other AUR helper, or manually via makepkg.
From source
pip install -e .
Setup¶
nnote init
Prompts for a notes directory (default: ~/nnotes) and a default editor.
Config is saved to ~/.config/nnote/config.yaml. If $EDITOR is set in
your environment, it will be used as the editor default.
Commands
Reference