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 n "title" → create new with explicit title
note l → list
note o → open (fzf)
note c → cat latest
note s → search (rg|fzf)
note h → helpThis is v2, which tries to simplify 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.
scrot of '"note open" fzf tui' 
Offline
Very nice! Little note-taking apps are just so handy, can't believe I did without one for so long.
Offline
^I just pushed some cosmetic changes to make that fzf tui look a little more consistent between 'search' and 'open'. Also testing some git auto-sync idea. Also it should now work with older versions of fzf, like the one in bookworm (0.38.0).
Offline