What is Nostr?
jb55 / Will
npub1xts…kk5s
2022-11-24 16:54:33

jb55 on Nostr: if you're lazy like me and just want to type `nip 26` to read a nip in your terminal: ...

if you're lazy like me and just want to type `nip 26` to read a nip in your terminal:

#!/usr/bin/env bash
mkdir -p ~/var/nips
n=$(printf "%02d\n" "$1")
curl -sL "https://raw.githubusercontent.com/nostr-protocol/nips/master/$n.md"; | pandoc -s -f markdown -t man - > ~/var/nips/$n.1
man ~/var/nips/$n.1
Author Public Key
npub1xtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsevkk5s