shithub: hell

Download patch

ref: e93a019a1689d280d8ef5cdb9a19dd43f18a1ee3
parent: 77dbcd42082c97825bef9d5c962b0ae619f3ca1f
parent: dbc3320ec7d6507a795d68340444a16284b4dcf5
author: penny64 <penny64@noreply.codeberg.org>
date: Mon Oct 20 18:30:08 EDT 2025

Merge pull request 'forgot to switch branches' (#13) from plan9_port into main

Reviewed-on: https://codeberg.org/penny64/hellclient/pulls/13

--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
   <meta charset="utf-8" />
   <meta name="generator" content="pandoc" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
-  <title>hellclient for mastodon</title>
+  <title>hell for mastodon</title>
   <style>
     html {
       font-family: -apple-system, BlinkMacSystemFont, Segoe UI,
@@ -174,10 +174,10 @@
   <![endif]-->
 </head>
 <body>
-<h2 id="hellclient---mastodon-client-in-go">## hellclient - mastodon
-client in go</h2>
+<h2 id="hell---mastodon-client-in-go">## hell - mastodon client in
+go</h2>
 <h6
-id="hellclient-is-a-readline-mastodon-client-loosely-inspired-by-the-now-defunct-ttytter-for-perl-brought-to-you-by-penny">Hellclient
+id="hell-is-a-readline-mastodon-client-loosely-inspired-by-the-now-defunct-ttytter-for-perl-brought-to-you-by-penny">hell
 is a readline mastodon client loosely inspired by the now defunct <em><a
 href="https://www.floodgap.com/software/ttytter/">TTYtter for
 Perl</a></em> , brought to you by <a
@@ -186,12 +186,11 @@
 <a href="web/screenshot.png"><img src="web/screenshot.png"
 alt="Hellclient running in Windows cmd.exe" /></a>
 <figcaption>
-<em>hellclient is pure readline and runs even in primitive
-terminals</em>
+<em>hell is pure readline and runs even in primitive terminals</em>
 </figcaption>
 </figure>
-<p>Hellclient intends to provide full coverage of the interactions
-available in the web client- features so far include</p>
+<p>hell intends to provide full coverage of the interactions available
+in the web client- features so far include</p>
 <ul>
 <li>Interactive command driven user interface</li>
 <li>Streaming home timeline</li>
@@ -224,9 +223,8 @@
 <li>Unread notifications</li>
 <li>Following</li>
 </ul>
-<p>And probably more- see /help in hellclient it’s probably up to
-date</p>
-<p>Hellclient does not support</p>
+<p>And probably more- see /help in hell it’s probably up to date</p>
+<p>hell does not support</p>
 <ul>
 <li>ANSI color sequences</li>
 <li>Tab completion</li>
--- a/readme.md
+++ b/readme.md
@@ -1,14 +1,14 @@
-## hellclient - mastodon client in go
+## hell - mastodon client in go
 ---
 
-###### Hellclient is a readline mastodon client loosely inspired by the now defunct *[TTYtter for Perl](https://www.floodgap.com/software/ttytter/)* , brought to you by [penny](https://eldritch.cafe/@penny)
+###### hell is a readline mastodon client loosely inspired by the now defunct *[TTYtter for Perl](https://www.floodgap.com/software/ttytter/)* , brought to you by [penny](https://eldritch.cafe/@penny)
 
 <figure style="margin-left: 0px;">
 [![Hellclient running in Windows cmd.exe](web/screenshot.png)](web/screenshot.png)
-<figcaption> *hellclient is pure readline and runs even in primitive terminals* </figcaption>
+<figcaption> *hell is pure readline and runs even in primitive terminals* </figcaption>
 </figure>
 
-Hellclient intends to provide full coverage of the interactions available in the web client- features so far include
+hell intends to provide full coverage of the interactions available in the web client- features so far include
 
 * Interactive command driven user interface
 * Streaming home timeline
@@ -40,9 +40,9 @@
 * Unread notifications
 * Following
 
-And probably more- see /help in hellclient it's probably up to date
+And probably more- see /help in hell it's probably up to date
 
-Hellclient does not support
+hell does not support
 
 * ANSI color sequences
 * Tab completion
--- a/web/render_homepage.sh
+++ b/web/render_homepage.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
 set -e
-pandoc --metadata 'mainfont=-apple-system, BlinkMacSystemFont, Segoe UI, sans-serif' --metadata monobackgroundcolor=#f0f0f0 -V "maxwidth:95%" -V "margin-top:0" -V pagetitle:"hellclient for mastodon" --output ../index.html --to html --standalone ../readme.md
+pandoc --metadata 'mainfont=-apple-system, BlinkMacSystemFont, Segoe UI, sans-serif' --metadata monobackgroundcolor=#f0f0f0 -V "maxwidth:95%" -V "margin-top:0" -V pagetitle:"hell for mastodon" --output ../index.html --to html --standalone ../readme.md
--