jb55 on Nostr: was trying to remember a command I posted to nostr... local search ftw $ ndb query -a ...
was trying to remember a command I posted to nostr... local search ftw
$ ndb query -a $JB55 --limit 1 --search notmuch
user search changes everything. you can write ndb scripts to find notedeck-received notes. notedeck gui search interface soon!
nostr becoming a useful offline-first information storage and retrieval system 👀
ndb (nostrdb command line tool) is a lot like notmuch, which is a similar tool for email. nostr is more structured.
$ ndb query -a $JB55 --limit 1 --search notmuch
user search changes everything. you can write ndb scripts to find notedeck-received notes. notedeck gui search interface soon!
nostr becoming a useful offline-first information storage and retrieval system 👀
ndb (nostrdb command line tool) is a lot like notmuch, which is a similar tool for email. nostr is more structured.
quoting note1fm4…g5r3one liner to get the subtotal from my inbox:
notmuch show --format=raw subject:invoice and from:daniel and tag:inbox | grep -A1000 "Content-Type: application/octet-stream" - | grep -v -e "^--" -e "Content-" | base64 -d | gpg -d | yq .subtotal