chiark / gitweb /
mastodonochrome.git
22 months agoImplemented login.
Simon Tatham [Sat, 2 Dec 2023 17:14:16 +0000 (17:14 +0000)]
Implemented login.

22 months agoStart of a curses UI.
Simon Tatham [Sat, 2 Dec 2023 16:16:37 +0000 (16:16 +0000)]
Start of a curses UI.

Just does setup and teardown, but I've at least integrated the
ColouredString system from text.py into it

22 months agoSupport hashtags, mentions and code. <pre> still to do.
Simon Tatham [Sat, 2 Dec 2023 13:52:23 +0000 (13:52 +0000)]
Support hashtags, mentions and code. <pre> still to do.

22 months agoAdd some rendering unit tests
Simon Tatham [Sat, 2 Dec 2023 13:37:01 +0000 (13:37 +0000)]
Add some rendering unit tests

22 months agoStart colourising the rendering
Simon Tatham [Sat, 2 Dec 2023 12:30:50 +0000 (12:30 +0000)]
Start colourising the rendering

22 months agoFirst cut at printing post content.
Simon Tatham [Fri, 1 Dec 2023 17:39:19 +0000 (17:39 +0000)]
First cut at printing post content.

22 months agoAlso display From: lines.
Simon Tatham [Fri, 1 Dec 2023 09:03:52 +0000 (09:03 +0000)]
Also display From: lines.

22 months agoStart of a Monochrome-like Mastodon client.
Simon Tatham [Fri, 1 Dec 2023 09:00:43 +0000 (09:00 +0000)]
Start of a Monochrome-like Mastodon client.

Currently fetches a public timeline, and formats Mono-style post
separator lines without any colour. Much yet to do!