From 8334474f96953e4c15fdb0a7725f03bac4a0c4a1 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 29 Dec 2025 19:53:07 -0300 Subject: [PATCH] git: add viewsource.win to list of possible web views. --- git.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git.go b/git.go index 081ef36..ddd43cc 100644 --- a/git.go +++ b/git.go @@ -277,6 +277,10 @@ aside from those, there is also: // prompt for web URLs webURLs, err := promptForStringList("web URLs", config.Web, []string{ + fmt.Sprintf("https://viewsource.win/%s/%s", + nip19.EncodeNpub(nostr.MustPubKeyFromHex(config.Owner)), + config.Identifier, + ), fmt.Sprintf("https://gitworkshop.dev/%s/%s", nip19.EncodeNpub(nostr.MustPubKeyFromHex(config.Owner)), config.Identifier,