From 9373364e83d4ce9a79b6a5a6900a36fd15307d92 Mon Sep 17 00:00:00 2001 From: "|| Prof. - Xadk3!" Date: Mon, 17 Apr 2023 08:43:13 +0000 Subject: [PATCH] nosc2nx/nostr.band handler add. --- nosc2nx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 nosc2nx diff --git a/nosc2nx b/nosc2nx new file mode 100755 index 0000000..0e0eeda --- /dev/null +++ b/nosc2nx @@ -0,0 +1,13 @@ +#!/usr/bin/env zsh + +function usage() { + echo "$0 []"; + exit 1; +} + +if [[ ! "$1" ]]; then + usage + exit 0 +fi + +xdg-open "https://nostr.band/$1"