shithub: hell

Download patch

ref: b36e3980c54f975df6ab480e84ce49c063cab085
parent: ec15ce45df576a510c469c83157986b42142a067
author: penny <penny@limitedideas.org>
date: Wed Oct 15 13:55:23 EDT 2025

more work on the website

--- a/index.html
+++ b/index.html
@@ -186,7 +186,14 @@
 href="https://www.floodgap.com/software/ttytter/">TTYtter for
 Perl</a></em></h6>
 <p>Hellclient intends to provide full coverage of the interactions
-available in the web client- features so far include</p>
+available in the web client- features so far include. It is also pure
+readline, allowing it to run on primitive terminals such as cmd.exe</p>
+<figure>
+<img src="web/screenshot.png"
+alt="Hellclient running in Windows cmd.exe" />
+<figcaption aria-hidden="true">Hellclient running in Windows
+cmd.exe</figcaption>
+</figure>
 <ul>
 <li>Interactive command driven user interface</li>
 <li>Streaming home timeline</li>
@@ -221,6 +228,15 @@
 <p>Hellclient does not support</p>
 <ul>
 <li>Syntax hilighting</li>
+</ul>
+<h5 id="downloads">Downloads</h5>
+<p>The <a href="https://codeberg.org/penny64/hellclient">git repo</a>
+most likely has the most up to date code but static binaries are
+available</p>
+<ul>
+<li><a href="web/downloads/win/hell.exe">Windows</a></li>
+<li><a href="web/downloads/linux/hell">Linux</a></li>
+<li><a href="web/downloads/mac/hell">Mac</a></li>
 </ul>
 </body>
 </html>
--- a/web/homepage.md
+++ b/web/homepage.md
@@ -2,8 +2,10 @@
 ---
 
 ###### Hellclient is a readline mastodon loosely inspired by the now defunct *[TTYtter for Perl](https://www.floodgap.com/software/ttytter/)*
-Hellclient intends to provide full coverage of the interactions available in the web client- features so far include
+Hellclient intends to provide full coverage of the interactions available in the web client- features so far include. It is also pure readline, allowing it to run on primitive terminals such as cmd.exe
 
+![Hellclient running in Windows cmd.exe](web/screenshot.png)
+
 * Interactive command driven user interface
 * Streaming home timeline
 * Pagination for
@@ -35,3 +37,10 @@
 Hellclient does not support
 
 * Syntax hilighting
+
+##### Downloads
+The [git repo](https://codeberg.org/penny64/hellclient) most likely has the most up to date code but static binaries are available
+
+* [Windows](web/downloads/win/hell.exe)
+* [Linux](web/downloads/linux/hell)
+* [Mac](web/downloads/mac/hell)
binary files /dev/null b/web/screenshot.png differ
--