I've started building a TUI for Lemmy

crunchpaste@lemmy.dbzer0.com to Linux@lemmy.ml – 262 points –
files.catbox.moe

I'm not sure this is the right community.

I've been hoping for a TUI frontend for Lemmy for a while, but unfortunately none came out and I've decided to build a proof of concept on my own.

It's written in python with pythorhead, blessed and chafa.py and it's quite janky.

38

You are viewing a single comment

I went with chafa as it's terminal agnostic and supports various modes.

Then again, I'm not really sure a tui frontend needs high quality image rendering. Earlier I even considered going completely 1bit braille or just ASCII just so that the image doesn't take all of the focus at the expense of the post body.

As mentioned by another commenter, I believe opening the full image in an external viewer is a much better solution, not to mention easier to implement.