Check out jb55/nostril. Super easy to make notes and reply from cli:

nostril --sec key -e reply_to_noteid -p reply_to_pubkey --content "hello" | websocat wss://nostr-pub.wellorder.net

Reply to this note

Please Login to reply.

Discussion

I had ever tried to git nostril on local for some days . But dont know how to execute it. HAHA

There are examples in the readme... unless you mean build it (just type make with libsecp256k1 installed)

yes, I mean build it. I installed libsecp256k1-dev on my debian successfully, but when make, get this error

```

nostril.c:202:9: error: too few arguments to function ‘secp256k1_schnorrsig_sign’

202 | return secp256k1_schnorrsig_sign(ctx, sig, id, &key->pair, aux);

ugh looks like your distro has an older version of libsecp256k1... 😑

Maybe I should just build libsecp256k1 in-tree 🤔