You are not logged in.

#1 Today 09:06:04

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

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 new "title"    → explicit title
  note l              → list
  note                → open (fzf)
  note c              → cat latest
  note s              → search (rg|fzf)
  note h              → help

This is v2, which tries to simply 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.

Online

Board footer

Powered by FluxBB