Pipe nostr events as JSONL, one per line, to nip07_signer and it will launch a server, open the browser for you (via your NIP-07 extension) to sign and receive the signed events back. Also outputs JSONL.
cat test.jsonl | nip07_signernak event -c "hello world" | nip07_signer | nak event wss://relay.damus.ioProvides a Signer implementation from https://github.com/purplebase/models
MIT