shithub: hell

Download patch

ref: e05e853fbf7a0232a64f6c1e1e3e9282a2f23b7f
parent: b295c7369bda9fb793a0225de93baf5e759366cf
author: penny <penny@limitedideas.org>
date: Tue Oct 28 10:23:45 EDT 2025

automatic commit/push, update download links

--- a/index.html
+++ b/index.html
@@ -6,6 +6,9 @@
   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
   <title>hell for mastodon | hellclient for mastodon</title>
   <style>
+    /* Default styles provided by pandoc.
+    ** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
+    */
     html {
       font-family: -apple-system, BlinkMacSystemFont, Segoe UI,
     sans-serif;
@@ -62,6 +65,10 @@
     img {
       max-width: 100%;
     }
+    svg {
+      height: auto;
+      max-width: 100%;
+    }
     h1, h2, h3, h4, h5, h6 {
       margin-top: 1.4em;
     }
@@ -109,8 +116,8 @@
      overflow: visible;
     }
     hr {
-      background-color: #1a1a1a;
       border: none;
+      border-top: 1px solid #1a1a1a;
       height: 1px;
       margin: 1em 0;
     }
@@ -169,9 +176,6 @@
     }
     .display.math{display: block; text-align: center; margin: 0.5rem auto;}
   </style>
-  <!--[if lt IE 9]>
-    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
-  <![endif]-->
 </head>
 <body>
 <h2 id="hell---mastodon-client-in-go">## hell - mastodon client in
@@ -241,13 +245,13 @@
 available</p>
 <ul>
 <li><a
-href="https://codeberg.org/penny64/hellclient/releases/download/fcbf583/hell_win.exe">Windows</a></li>
+href="https://codeberg.org/penny64/hellclient/releases/download/b295c73/hell_win.exe">Windows</a></li>
 <li><a
-href="https://codeberg.org/penny64/hellclient/releases/download/fcbf583/hell_linux">Linux</a></li>
+href="https://codeberg.org/penny64/hellclient/releases/download/b295c73/hell_linux">Linux</a></li>
 <li><a
-href="https://codeberg.org/penny64/hellclient/releases/download/fcbf583/hell_darwin">Mac</a></li>
+href="https://codeberg.org/penny64/hellclient/releases/download/b295c73/hell_darwin">Mac</a></li>
 <li><a
-href="https://codeberg.org/penny64/hellclient/releases/download/fcbf583/hell_9">Plan
+href="https://codeberg.org/penny64/hellclient/releases/download/b295c73/hell_9">Plan
 9</a></li>
 </ul>
 </body>
--- a/readme.md
+++ b/readme.md
@@ -2,65 +2,58 @@
 
 ###### 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)
 
-```{=html}
 <figure style="margin-left: 0px;">
-```
 [![Hellclient running in Windows
 cmd.exe](web/screenshot.png)](web/screenshot.png)
-```{=html}
 <figcaption>
-```
 *hell is pure readline and runs even in primitive terminals*
-```{=html}
 </figcaption>
-```
-```{=html}
 </figure>
-```
+
 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
--   UTF-8
--   Pagination for
-    -   Home timeline
-    -   Public timeline
-    -   Local timeline
-    -   Bookmarks
-    -   Likes
-    -   Profile statuses
-    -   Notifications
-    -   Threads
-    -   Pinned statuses
-    -   Direct messages
--   Media attachments/file attachments
--   Blocking and unblocking accounts
--   Like and unlike statuses
--   Media downloading and previewing
--   Replies
--   Deletion
--   Posting
--   Rebloging
--   Status editing
--   Account info page
--   Timeline pausing
--   Status filtering
--   Image descriptions
--   Post visibility control
--   Content warnings
--   Multiline input
--   Markdown and HTML on supported instances
--   Notifications
--   Unread notifications
--   Following
+- Interactive command driven user interface
+- Streaming home timeline
+- UTF-8
+- Pagination for
+  - Home timeline
+  - Public timeline
+  - Local timeline
+  - Bookmarks
+  - Likes
+  - Profile statuses
+  - Notifications
+  - Threads
+  - Pinned statuses
+  - Direct messages
+- Media attachments/file attachments
+- Blocking and unblocking accounts
+- Like and unlike statuses
+- Media downloading and previewing
+- Replies
+- Deletion
+- Posting
+- Rebloging
+- Status editing
+- Account info page
+- Timeline pausing
+- Status filtering
+- Image descriptions
+- Post visibility control
+- Content warnings
+- Multiline input
+- Markdown and HTML on supported instances
+- Notifications
+- Unread notifications
+- Following
 
 And probably more- see /help in hell it's probably up to date
 
 hell does not support
 
--   ANSI color sequences
--   Tab completion
+- ANSI color sequences
+- Tab completion
 
 ##### Downloads
 
@@ -67,8 +60,8 @@
 The [git repo](https://codeberg.org/penny64/hellclient) most likely has
 the most up to date code but static binaries are available
 
--   [Windows](https://codeberg.org/penny64/hellclient/releases/download/fcbf583/hell_win.exe)
--   [Linux](https://codeberg.org/penny64/hellclient/releases/download/fcbf583/hell_linux)
--   [Mac](https://codeberg.org/penny64/hellclient/releases/download/fcbf583/hell_darwin)
--   [Plan
-    9](https://codeberg.org/penny64/hellclient/releases/download/fcbf583/hell_9)
+- [Windows](https://codeberg.org/penny64/hellclient/releases/download/b295c73/hell_win.exe)
+- [Linux](https://codeberg.org/penny64/hellclient/releases/download/b295c73/hell_linux)
+- [Mac](https://codeberg.org/penny64/hellclient/releases/download/b295c73/hell_darwin)
+- [Plan
+  9](https://codeberg.org/penny64/hellclient/releases/download/b295c73/hell_9)
--