git-nostr-tools

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

commit ad84ae0287fdb2160bcb5857c601b0d2906616ea
parent 943e204956f02dba4d775b794f82130cd8e85791
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 17 Nov 2022 19:08:32 -0800

add nostril-query to the check

Diffstat:
Mgit-show-nostr | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/git-show-nostr b/git-show-nostr @@ -23,6 +23,7 @@ if ! command -v $FUZZER >&2 >/dev/null; then fi check_cmd "nostril" +check_cmd "nostril-query" check_cmd "jq" usage() {