Alternatives
Products that do what Tuido, a Terminal Todo List does
This is my personal todo app, which I made a while back after the original https://xit.jotaen.net/ post. tuido is written in go, with the bubbletea tui framework. My daily workflow involves creating YYYY-MM-DD.md and taking notes, many of which are effectively low-level todos that fall below the threshold for more public or involved issue trackers. Problem was that these half-hazard todos weren't tracked at all. After seeing the [x]it spec, it seemed clear that a little tooling could fix this. I've been reasonably happy with it.
- 1AP
After having cycled through various CLI-based todo apps, I started to realise that I actually don’t need a tool at all for managing my todos. Most of the time, my use cases are quite simple, like viewing my todo items, checking them off, or adding a new one. Rather than having to memorise CLI commands for these interactions (which I’m not super good at), I figured that it’s easier for me to use my text editor directly, and have an editor plugin help me with the visual structure and some convenience functionality. So, kind-of similar to Emacs Org Mode, but without having to use Emacs. I…
2022
- 2BT
Hi! I'm Jax and I've been building this cool little terminal app for myself to track my expenses and budgets! Other than challenging myself to learn Python, I built this mainly around the habit of budget tracking at the end of the day. (I tried tracking on-the-go, but the balance was always out of sync.) All data is stored in a single sqlite file, so you can export and process them all you want! The app is built using the textual API for Python! Awesome framework which feels like I'm doing webdev haha. You can check out some screenshots on gh:…
2025 · github.com
- 3GA
We built Gonzo to make log analysis faster and friendlier in the terminal. Think of it like k9s for logs — a TUI that can ingest JSON, text, or OpenTelemetry (OTLP) logs, highlight and boil up patterns, and even run AI models locally or via API to summarize logs. We’re still iterating, so ideas and contributions are welcome!
2025 · github.com
- 4GT
I've been building go-tui (https://go-tui.dev), a terminal UI framework for Go inspired by the templ framework for the web (https://templ.guide/). The syntax should be familiar to templ users and is quite different from other terminal frameworks like bubbletea. Instead of imperative widget manipulation or bubbletea's elm architecture, you write HTML-like syntax and Tailwind-style classes that can intermingle with regular Go code in a new .gsx filetype. Then you compile these files to type-safe Go using `tui generate`. At runtime there's a flexbox layout engine based…
Mar 2026 · go-tui.dev
- 5IM
I use interactive rebase quite often, and particularly like the editor bundled with IntelliJ. But I do not always work with IntelliJ, and am not 'fluent' with Vim, so I tried to replicate roughly the same rebase experience within a TUI. I used a small TUI OCaml project i made last year. The notable features are: - Move commits up and down, fixup, drop - Rename commits from the editor (without having to stop for a reword during the rebase run) - Visualize modified files along commits - 'Explode' a commit ,creating a commit for each modified file (a thing I found myself doing quite often)…
2024 · github.com
- 6

Open-source Terminal UI, just record & get exhaustive tests
Apr 2026 · resources.kusho.ai
- 7OT
i always loved looking up the On-Line Encyclopedia of Integer Sequences (OEIS) when researching a sequence of numbers. so I decided to make a TUI and CLI for it so that I can browse sequences in the terminal. it supports almost all the features on the site (including the OEIS Webcam) and supports graphs, a preview pane, exporting and bookmarks. more features here: https://github.com/hako/oeis-tui?tab=readme-ov-file#features repo: https://github.com/hako/oeis-tui gitHub releases: https://github.com/hako/oeis-tui/releases cargo:…
Nov 2025 · github.com
- 8BA
Hi HN, I’m a solo content-creator/Blender user and developed this tool as an easy way to manage and render multiple Blender renders locally. The TUI portion is written in TypeScript because it gave me a good way to build the front end that allowed for some complex components in a language that I was intimately familiar with, and the portions that interact with Blender are actually Python scripts.
2025 · github.com
- 9TL
Made this todo list + calendar heat map over a couple of weekends, so its rough, but should be valuable enough to be used. Currently stores data in local storage, but I'm working on persisting data with auth + a database. Features coming in the couple weeks: (1) Search, (2) Categories. Hope you find it useful!
2023 · todogrids.com
- 10IR
I don't know Rust. Friday after work I realised that 90% of my IDE time now is just the commit/diff view — and even good IDEs feel heavy for that. So over the weekend I built a dedicated native tool for just that. Kyde is a macOS git commit + diff editor with one goal: be fast, do Git well. I'm curious whether anyone else mostly opens their IDE for git operations these days. It's open source, and there's a signed app in Releases.
Jun 2026 · github.com
- 11YA
Hello hackers, I just launched a new MVP It's a todo app using mapped todo lists instead of regular lists ! https://ymappr.com It's bugged and very beta, but I released this complex MVP in only two weeks ! (+ made while relocating from Thaïland to Vietnam, and even while being sick). Needless to say, despite the raw interface, a lot of efforts was put into this. Hope I can give you a feel of what the final product will look like, and I would appreciate some feedback In the meantime, take care! baz
2018
- 12DA
Hi there, I tried to build a CLI tool to edit and visualize Excel/CSV files directly in the terminal, I called it "dss". I did it for fun to tweak spreadsheet formulas without leaving my terminal or opening heavy GUI apps. It is an interactive editor of sheets with charts and formula engine diretly in TUI. The formula engine is handmaded but I'd like to improve it. I copied a lot from my previous Datacmd project and from Termdash repo. Hoping to receive some feedback.
Apr 2026 · github.com
- 13TA
Tuki is a small, open-source utility that lets you run one-off commands in production through Git, bringing version control and code review to production scripts. I built it after accidentally dropping a production table due to a console typo Key features: - Run scripts through Git PRs instead of direct console access - Built-in auditing via Git history - RBAC through standard Git permissions - Simple setup for non-Kubernetes environments - MIT licensed Demo & more details: https://github.com/hundredwatt/tuki Announcement blog post:…
2024 · github.com
- 14NA
Hello everybody! We (lukeflo and me) have made a little notes management tui written in bash based on fff by Dylan Araps, which we've improved a lot to make it a notes management tui. It uses your editor of choice to edit and create notes, you can fuzzy search your notes and search them by tags you give them by writing them in the markdown yaml or emacs org header. All in all it turned out to be a surprisingly good project that we now want to refine after just releasing v1.0, so any feedback, suggestions or criticism is very welcome!
2024 · codeberg.org
- 15TR
I've developed a terminal radio app in Go, leveraging the Bubbletea TUI framework and Radio Browser API. Excited to share and get feedback from this community!
2023 · github.com
- 16DI
This is my first web app, so there are bound be to be a few kinks that need to be worked out. That's why it's here, in hopes that some of the awesome people I read about on HN can take a minute to offer some criticism. http://dailydo.it/ DailyDo.it is meant to replace the canonical to-do list with a do-it list – a list of things that you will actually do. My monetization plan is based on team do-it lists, where you can see your teammates' do-it lists and assign them tasks, while keeping the individual do-it lists totally free. Please let me know if you find any bugs, what the pain points…
2012
- 17IM
Hello! I just made my first web app with Sinatra. It is a REST API that helps people add two-step verification to their websites or apps. I am a complete noob in web development so please criticize me and let me know how shitty this whole thing is. :) http://two-step.herokuapp.com/
2014
- 18GT
Hi everyone - Posting on HN for the very first time. I am working on an open-source project called Gmail-TUI that aims to replicate the Gmail Web-UI in a TUI-Environment. As of now, users can Login, navigate within this app and compose & send mail. App GIF (v0.2.0-Alpha): https://imgur.com/LGWmkLP Project Repo: https://github.com/dev-vaayen/Gmail-TUI/tree/main SMTP-Protocol in Golang: https://www.geeksforgeeks.org/sending-email-using-smtp-in-go... The Idea Behind This App Just a few days after I had installed Ubuntu, I lost the…
2024
- 19IB
An open-source, headless, API-first platform that empowers developers and product teams to create and optimize custom in-app user flows, such as new user onboarding wizards. Tutim library supports multi-step forms, conditional branching, custom validation, l10n, and more – all through a JSON schema and unlimited flexibility through code. Beta release on GitHub (star us!): https://github.com/tutim-io/tutim. Why it's better than other form builders or open-source libraries? - Flexible: Seamlessly integrate Tutim with your design system components, APIs, and your backend. -…
2023 · github.com
- 20AM
2020 · quick-schedule.mohsinriaz.es
- 21MF
Here is the link: http://www.wikihowtodo.com I know a lot of geeks share the same dream -- build the next kick-ass todo-list/project management system. So do I. However, as I was quite positive that my web development skill is worse than 99% of developers' in this community, I decided to build something simple, useless but unique. So I built this. Basically it's a Wikihow scraper, nothing more. It gives you a place to store interesting Wikihow articles and yes, they are converted into todo lists. I know this site is not that good, but I still need your guys' feedback. For example, as I am a…
2010
- 22CC
We're two engineers that got fed up with context switching. Why do we need to do a git push, open a browser tab, wait for some task to actually start, bite nails (or read HackerNews) for 10 minutes or more while dependencies are being installed for the 100th time and finally end up with an invalid YAML error. And for some reason this usually happens in the final stage of the pipeline leading up to the inevitable git commits "Fixed", "Fixed again", "Test", "Really fixed this time". We can do better. We set out to build Zippy. A CI/CD system that works from your terminal. No context…
Mar 2026 · zippy.sh
- 23AT
Hi HN! I just released assistant-tui, a terminal user interface for OpenAI's Assistant API. If terminal is your thing, it can be a great way to test and evaluate the API and its results. It implements not only the API, but also all the infrastructure to make it work, including polling, local repository, and more. Feedbacks and stars are welcome! https://github.com/dalssoft/assistant-tui
2024 · github.com
- 24IM
Try it at: ssh krnl.duetbrowser.com No sign up, totally free - no download. Let me know what you think. Prior art exists (brow.sh) but I wasn't satisfied with their graphical take. I wanted the raw, old skool terminal days of the early internet - BBS, and old green phosphor library comptuers - but running the modern web, with all the bells and jingle jangle whistles (JavaScript, etc). No funding, no VC, just 100% raw terminal fun. Not sure how long the demo will last, but try it out.
Jul 2026
Ranked by how close each launch is in meaning, then by votes. Refine with a description →