mattn on Nostr: I created a CLI that can manipulate the mute list on Mostr. It was not easy to ...
I created a CLI that can manipulate the mute list on Mostr. It was not easy to operate the mute list in bulk. nostr-mute allows you to easily list/update the mute list as follows.
```
$ cat mute.txt
npub1xxx1
npub1xxx2
npub1xxx3
$ nostr-mute import-p < mute.txt
$ nostr-mute list
p npub1xxx1
p npub1xxx2
p npub1xxx3
```
https://github.com/mattn/nostr-mutePublished at
2024-09-14 06:22:22Event JSON
{
"id": "3242df17dbbdabda34eb589f14a07db04ff1497bbbcbf90916fd03467a230d0d",
"pubkey": "2c7cc62a697ea3a7826521f3fd34f0cb273693cbe5e9310f35449f43622a5cdc",
"created_at": 1726294942,
"kind": 1,
"tags": [
[
"r",
"https://github.com/mattn/nostr-mute"
]
],
"content": "I created a CLI that can manipulate the mute list on Mostr. It was not easy to operate the mute list in bulk. nostr-mute allows you to easily list/update the mute list as follows.\n\n```\n$ cat mute.txt\nnpub1xxx1\nnpub1xxx2\nnpub1xxx3\n\n$ nostr-mute import-p \u003c mute.txt\n\n$ nostr-mute list\np npub1xxx1\np npub1xxx2\np npub1xxx3\n```\n\nhttps://github.com/mattn/nostr-mute\n",
"sig": "a843ad5c0bf819bf697b6b2583fa7636c83b5d1a9bb7d8096e36d35e0b5ba946551d60d39619710eb749b18b6c45f0e414143819d316ab0484944a280282a249"
}