Oddbean new post about | logout
 what is syntax for REPLYING to a noteid ?
nak req -i XXXXXXX | nak event --sec 9faxxxxxxx -c 'test finalreply3'   wss://some.lol 
 I'm not sure you should be using nak for such activities, but something like `nak event --sec <key> -k 1 -e $(nak decode | jq -r .id) -c 'reply' some.lol` would kinda work. 
 thanks - will use some UI then easier just for special posts ocasionally