# README
note
Manage text files from the command line
Useful Aliases
alias n='note'
alias nn='note new'
alias no='note open'
alias nl='note list'
alias nrm='note rm'
alias nmv='note mv'
alias ncat='note cat'
To-do
- Add zsh tab-completion using
~/.local/opt/note
. - Allow nested notes (like how
pass
has nested secrets).
# Packages
No description provided by the author