Oddbean new post about | logout
 has anyone built a one-shot command-line note/thread viewer? People send me note ids via email and it would be nice to open them inline inside #mutt

#asknostr #nerd 
 like a golang or python program or something taking noteid as an arg? 
 I just a single- note viewer would be as easy as:

nostril query -i $1 -l 1 | nostcat wss://relay.damus.io | jq ‘.[2].content’

but would be slightly more complicated with nevents. Could use nak to decode, pull out relays, then query with nostcat.

Definitely deserves its own tool if viewing a full thread. 
 Bitcoin is physical. 
 Could be an interesting weekend project @Bullish Bear 
 lazyness 
 imo nostr:<id> should be the way to go 😇