From f317a01b0020778ca0d11d9b06a40b89b8908286 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 16 Feb 2021 22:28:51 -0500 Subject: Add tildenews support to sup See those variables paid off :) --- bin/man1/sup.1 | 3 ++- bin/sup.sh | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bin/man1/sup.1 b/bin/man1/sup.1 index 3607df11..f0fe70cb 100644 --- a/bin/man1/sup.1 +++ b/bin/man1/sup.1 @@ -36,4 +36,5 @@ and .Pp The following services are supported: .Cm discogs , -.Cm lobsters . +.Cm lobsters , +.Cm tildenews . diff --git a/bin/sup.sh b/bin/sup.sh index 457f9047..ce9cdb9d 100644 --- a/bin/sup.sh +++ b/bin/sup.sh @@ -76,4 +76,10 @@ lobsters() { open "${lobstersBase}/login" } +tildenews() { + lobstersBase='https://tilde.news' + lobstersFrom='nobody@tilde.news' + lobsters +} + $service -- cgit 1.4.1