You are not logged in.
https://raw.githubusercontent.com/bront … s/bin/note
Needs: fzf, ripgrep
Likes: batcat
note -h
Usage:
note "text" → create/reopen note
note new "title" → explicit title
note l → list
note → open (fzf)
note c → cat latest
note s → search (rg|fzf)
note h → helpThis is v2, which tries to simply ux/flow, so basically
note this is a new noteshould be valid command. $EDITOR will be used as text editor, otherwise it will try helix (hx), configure as needed. Very early stage, behavioral comments appreciated. Shellcheck is happy with it, but there will be bugs.
p.s. By default notes are stored in $HOME/notes, configure as needed.
Online