ref: 1c0491dd109e2ade98c33741dbef530f80dd2c91
parent: b049b94a7e8df765635e68e7e6d00053ddc93922
author: penny <penny@limitedideas.org>
date: Mon Oct 27 15:11:43 EDT 2025
automatic commit/push, update download links
--- a/index.html
+++ b/index.html
@@ -6,9 +6,6 @@
<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;
@@ -65,10 +62,6 @@
img {max-width: 100%;
}
- svg {- height: auto;
- max-width: 100%;
- }
h1, h2, h3, h4, h5, h6 {margin-top: 1.4em;
}
@@ -116,8 +109,8 @@
overflow: visible;
}
hr {+ background-color: #1a1a1a;
border: none;
- border-top: 1px solid #1a1a1a;
height: 1px;
margin: 1em 0;
}
@@ -176,6 +169,9 @@
}
.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
@@ -242,13 +238,13 @@
available</p>
<ul>
<li><a
-href="https://codeberg.org/penny64/hellclient/releases/download/5fdb8d6/hell_win.exe">Windows</a></li>
+href="https://codeberg.org/penny64/hellclient/releases/download/b049b94/hell_win.exe">Windows</a></li>
<li><a
-href="https://codeberg.org/penny64/hellclient/releases/download/5fdb8d6/hell_linux">Linux</a></li>
+href="https://codeberg.org/penny64/hellclient/releases/download/b049b94/hell_linux">Linux</a></li>
<li><a
-href="https://codeberg.org/penny64/hellclient/releases/download/5fdb8d6/hell_darwin">Mac</a></li>
+href="https://codeberg.org/penny64/hellclient/releases/download/b049b94/hell_darwin">Mac</a></li>
<li><a
-href="https://codeberg.org/penny64/hellclient/releases/download/5fdb8d6/hell_9">Plan
+href="https://codeberg.org/penny64/hellclient/releases/download/b049b94/hell_9">Plan
9</a></li>
</ul>
</body>
--- a/readme.md
+++ b/readme.md
@@ -2,55 +2,62 @@
###### 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;">
+```
[](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
- - 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
+ - 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
@@ -57,8 +64,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/5fdb8d6/hell_win.exe)
-- [Linux](https://codeberg.org/penny64/hellclient/releases/download/5fdb8d6/hell_linux)
-- [Mac](https://codeberg.org/penny64/hellclient/releases/download/5fdb8d6/hell_darwin)
-- [Plan
- 9](https://codeberg.org/penny64/hellclient/releases/download/5fdb8d6/hell_9)
+- [Windows](https://codeberg.org/penny64/hellclient/releases/download/b049b94/hell_win.exe)
+- [Linux](https://codeberg.org/penny64/hellclient/releases/download/b049b94/hell_linux)
+- [Mac](https://codeberg.org/penny64/hellclient/releases/download/b049b94/hell_darwin)
+- [Plan
+ 9](https://codeberg.org/penny64/hellclient/releases/download/b049b94/hell_9)
--
⑨