Domux

(github.com)

1 points | by pranav7 5 hours ago ago

1 comments

  • pranav7 5 hours ago ago

    domux helps me scale multiple AI coding sessions in a single project. It's built on top of tmux. I wanted something that extends my current workflow rather learning another tool. I am comfortable working in the terminal, and that's where I wanted this to work. It's simple, and it's not trying to do too much. There are a bunch of alternatives to this of course, but this works best for me, and it's quite scalable, yet simple. The beauty of the world we live in today is building software tailored to you. This is my take on an AI IDE. This is currently my daily driver.

    There are two main parts to domux, the switcher and the todolist.

    switcher is a custom tmux session switcher, but rich with details like the branch a worktree is on, a name for your session, preview of the tasks attached to that session — and shows the status of what AI agent attached to that session is doing, is it working or waiting for your input. It currently works with claude and codex.

    todolist is a simple tracker to remember what you were doing on that workspace.

    That's it, feedback welcome!