Manage text files from the command line
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'
- Add zsh tab-completion using
~/.local/opt/note
. - Allow nested notes (like how
pass
has nested secrets).