0xtr
0xtr
I think it would make it easier to e.g. delete events if we just fetched all user relays. Should probably be exposed as it's own flag at the root level...
As it is now, the update-metadata command will fully overwrite existing kind 0 fields as relays may delete older kind 0 events upon receiving a new one for the same...
Let the user add a relay or remove a relay from it's contact list ([NIP-02](https://github.com/nostr-protocol/nips/blob/master/02.md)). Could also support importing and exporting relays to/from a CSV file. This would be a...
I want to be able to import and export (decrypt/encrypt) my privatekeys. [NIP-49](https://github.com/nostr-protocol/nips/pull/133).
Should we enable arbitrary fields in the metadata? This will not follow the existing protocol spec I believe but the LUD related fields are not a part NIP-01 either but...
I'm not even sure I want to keep the examples at all as the help menu should provide enough documentation for the user. If we keep it, it should be...
We should support all TLV types listed in [NIP-19](https://github.com/nostr-protocol/nips/blob/master/19.md). We already have support for Npub, Nsec, Note and Nchannel (https://github.com/0xtrr/nostr-tool/blob/main/src/sub_commands/convert_key.rs).
We should support adding external identities in kind 0 events. Read more about NIP-39 [here](https://github.com/nostr-protocol/nips/blob/master/39.md).
[NIP-94](https://github.com/nostr-protocol/nips/pull/337) introduces a new kind to share files and related metadata.
Hi! I'd love to see support for setting a url for a relay icon in the NIP-11 document, just like it's [documented here](https://github.com/nostr-protocol/nips/blob/master/11.md#icon). I'd love to contribute to this myself...