Alternatives
Products that do what Terminal Manager for Developers does
#terimal #dashboard
- 1

- 2

- 3KC
Hello HN, Ever since agents have become increasingly common in development, I've been scratching my head as to how to control their randomness. Recently, I decided to emulate an issue-tracking and project-management tool for agent-driven workflows. Kanban is a Rust-based coordination layer designed to provide a feature-rich terminal interface and enforce rigorous workflows. It aims to be versatile and extendable, made to be tailored to any preferred flow. It comes with full git integration and guardrails such that only what truly benefits a project can go through. The workflow boils down to…
May 2026 · codeberg.org
- 4

- 5IM
2018 · github.com
- 6

- 7

- 8

- 9

- 10

- 11

- 12

- 13VC
Agent Kanban has 4 main features: GitOps & team friendly kanban board integration inside VS Code Structured plan / todo / implement via @kanban commands Leverages your existing agent harness rather than trying to bundle a built in one .md task format provides a permanent (editable) source of truth including considerations, decisions and actions, that is resistant to context rot
Mar 2026 · appsoftware.com
- 14IR
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
- 15

- 16

- 17

- 18

- 19

- 20KM
I built kanban-md because I wanted a simple local task tracker that works well for the agent loop: drop tasks in, run multiple agents in parallel, avoid collisions, and observe progress easily. Tasks are just Markdown files (with YAML frontmatter) in a `kanban/` next to your code — no server, no DB, no API tokens. Simple, transparent, future-proof. What makes it useful for multi-agent workflows: - *Atomic `pick --claim`* so two agents don’t grab the same task. - *Token-efficient `--compact` output* (one-line-per-task) for cheap polling in agent loops. - *Skills included* -- just run…
Feb 2026 · github.com
- 21

- 22TY
Hi everybody, I’m Roman from Termius (YC W19, HN launch https://news.ycombinator.com/item?id=20118727). I want to share news about a new exciting feature that we wanted to build for a long time. It’s Terminal Sharing. Terminal Sharing enables engineers to get instant help from their colleagues by providing a link to their terminal output updated in real-time. There is also a mode where the viewer can enter commands from their end. When I was getting into programming, some of my biggest problems were: compilation errors or not being able to set up something on a Linux server.…
2021
- 23KC
As we all are, I've been experimenting with ways to reduce external saas spend, and continually bring traditionally external pieces of context (prs, docs, trello boards) into the one mono repo. I have toyed with a markdown todo list and setting claude/codex into a "ralph" loop previously, but always missed the web ui for organising, planning, and tracking things in progress. So codex and I build kanban-cli, an installable or npx-runnable cli util that takes one or more markdown files, and uses markdown headers and todo syntax to track and manage agentic tasks. Let me know your thoughts,…
May 2026 · github.com
- 24OA
Hi HN, I’m working on Ouijit. It’s a project and task-based terminal session manager that provides a few basic but useful tools for agent workflows: - Terminal sessions in Ouijit have access to the ouijit CLI, and supported agents (Claude, Codex, Pi) can work with it out of the box to manage tasks and customize a personal development workflow - Tasks live on a kanban board that supports hooks for task lifecycle events (eg. ‘Run this script when a task moves to ‘in progress’) I’ve found this simple combination to be very expressive and flexible for adapting to changing workflows. I made the…
May 2026 · ouijit.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →