Hi HN, Trogon is a project to generate a TUI for command line apps. It presents the arguments, options, and switches as a form. Editing the form generates a command line, which you can then run with a keypress. I’m a lover of the command line. But I can recall only a fraction of the switches for most commands I […]
Show HN: Trogon – An automatic TUI for command line apps
Show HN: Frogmouth – A Markdown browser for your terminal
Hi HN, Frogmouth is a TUI to display Markdown files. It does a passable job of displaying Markdown, with code blocks and tables. No image support as yet. It’s very browser like, with navigation stack, history, and bookmarks. Works with both the mouse and keyboard. There are shortcuts for viewing README.md files and other Markdown on GitHub and GitLab. License […]
Overhead of Python Asyncio Tasks
Story Published at: March 8, 2023 at 06:50PM
What’s that smell? Detecting air quality with Python, Raspberry Pi, and Redis
Story Published at: March 6, 2023 at 10:12PM
The Heisenbug lurking in your async code (Python)
Story Published at: February 11, 2023 at 05:25PM
A Year of Building for the Terminal
Story Published at: December 22, 2022 at 01:33PM
Show HN: Textual Markdown – a Markdown “browser” in the terminal
Hi HN, This is a TUI app which displays interactive Markdown documents. Interactive in the sense that you can scroll code fences / tables / and click links. There’s a Table of Contents extracted from the MD, and a very rudimentary browser like forward + back. I’m thinking it could be the starting point for a variety of hypertext like […]
Textual TUI framework for Python adds CSS renderer
Story Published at: October 23, 2022 at 02:35PM
A possibly new way of drawing boxes in the terminal
Story Published at: October 15, 2022 at 06:15PM
Things I’ve learned building a modern TUI framework
Story Published at: August 3, 2022 at 02:24PM