git-nostr-tools

git nostr tools
git clone git://jb55.com/git-nostr-tools
Log | Files | Refs

commit 9e0ed014eab3433d94960991ec0a84dec584842b
parent 580bf201a6ee91c53f55bf9d6f0fb6421afd8474
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 23 Nov 2022 12:41:43 -0800

readme: show more examples

Diffstat:
MREADME.txt | 18+++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/README.txt b/README.txt @@ -37,19 +37,27 @@ Send a patch to nostr (remove -d to actually send): git send-nostr -d HEAD^- -t testproject -Show latest patches +Send a patch to nostr, notifying someone in particular - git show-nostr + git send-nostr -d master^- -t damusweb -p <hex-pubkey> -Show latest patches from pubkey +Show latest patches - export JB55=32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245 - git show-nostr -p $JB55 + git show-nostr Show latest patches for some project git show-nostr -t damusweb +Show patches notifying a particular user + + git show-nostr -p <pubkey> + +Show patches created by a particular user + + export JB55=32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245 + git show-nostr -a $JB55 + Apply patches git show-nostr -t damusweb | git am