~chilledfrogs/public-inbox

simple-status-reporter: Added buttons v1 APPLIED

Luc-Saccoccio: 1
 Added buttons

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~chilledfrogs/public-inbox/patches/37136/mbox | git am -3
Learn more about email & git

[PATCH simple-status-reporter v1] Added buttons Export this patch

Signed-off-by: Luc-Saccoccio <lucsaccoccio@disroot.org>
---
 simple-status-reporter | 1 +
 1 file changed, 1 insertion(+)

diff --git a/simple-status-reporter b/simple-status-reporter
index bbcd096..871458d 100755
--- a/simple-status-reporter
+++ b/simple-status-reporter
@@ -39,6 +39,7 @@ set_status() {

display_status() {
	echo "20 text/gemini\r\n$HEADER\n$PREFIX$(cat $STATUS_FILE)"
    [ "$HASH" = "${TLS_CLIENT_HASH#*:}"] && echo "\n\n=> /toggle Toggle\n=> /set Set"
}

case "$PATH_INFO" in
--
2.38.1
Thanks :) applied

To git@git.sr.ht:~chilledfrogs/simple-status-reporter
   887e71e..ceca156  master -> master