You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release: v0.3.1
new feature: --log-level can now be used twice, --debug can now be used twice
improved log-level specification, separating nostr-commander-rs from lower-level modules
release: v0.3.0
added new feature: --nsec
Now one can run a command like this to fire-and-forget, i.e. send a message
without a config file and forget everything after message has been sent:
nostr-commander-rs --nsec nsec1SomeStrangeString --add-relay "wss://some.relay.net/" --publish "some text"
or
nostr-commander-rs --nsec $NSEC --add-relay "wss://some.relay.net/" --publish - < SOMETEXTFILE.txt