HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sethd

no profile record

Submissions

Show HN: Atria – terminal UI for managing multiple coding agents

github.com
1 points·by sethd·vor 4 Monaten·0 comments

comments

sethd
·letzten Monat·discuss
- https://github.com/sethdeckard/atria : TUI for managing multiple AI coding agents that doesn't force a particular workflow on you. You can use tmux, the built-in PTY, or terminal integrations with iTerm2, kitty, or WezTerm.

- https://github.com/sethdeckard/loadout : TUI and CLI for managing a personal library of Claude Code and Codex skills across your machines.

- https://github.com/sethdeckard/atlas : TUI and CLI (also works as "cd launcher") that creates a smart, automatic map of every Git repository under your projects root.

I'm using these almost daily.
sethd
·vor 4 Monaten·discuss
I built a tool that lets you keep your existing tmux workflow and adds a simple dashboard for monitoring and discovering agents inside tmux: https://github.com/sethdeckard/atria
sethd
·vor 4 Monaten·discuss
I recently built something just like this: https://github.com/sethdeckard/atria

It supports tmux, but you can use it without via embedded terminal. It also has native integration with a few select terminals that expose the right kind of APIs.

Installs as single binary (written in Go) with no external dependencies.