You are not logged in.

#1 2026-04-21 09:06:04

brontosaurusrex
Senior Associate, Middle Office
Registered: 2015-09-29
Posts: 2,789

Note taking script, the cli version

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              → help

This is v2, which tries to simplify ux/flow, so basically

note this is a new note

should 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' note.png

Offline

#2 Yesterday 14:46:18

greenjeans
Member
Registered: 2025-01-18
Posts: 332
Website

Re: Note taking script, the cli version

Very nice! Little note-taking apps are just so handy, can't believe I did without one for so long.

Offline

#3 Yesterday 16:42:35

brontosaurusrex
Senior Associate, Middle Office
Registered: 2015-09-29
Posts: 2,789

Re: Note taking script, the cli version

^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

Board footer

Powered by FluxBB