Resumer Release

Pair tmux sessions with projects and agents

2025-12-30 // release

I’ve been using this CLI+TUI resumer for managing my tmux coding agent sessions pretty heavily, I just type res and get a list of sessions to choose from, and hitting enter twice gets me back to the last session I was in. The tmux sessions are associated with ‘projects’ (paths on disk) and claude / codex sessions so they are implicitly organized for me. From the command line I can just run

  • cd <project>; res . 'codex --yolo'

to start a new session associated with the project. And of course the sessions can be created/deleted and linked with existing coding agent sessions from the TUI.

resumer-main

Short commands to restore session state are particularly useful when I’m managing agents from my phone, just open an SSH connection from Termius and type res. From there I can see the state of various sessions, whether the agents are still running or if they are waiting on me, and attach to any of them with minimal use of the keyboard.

Of all my recent experiments this is definitely the one I use the heaviest and would miss the most.

Installation and use

curl -fsSL https://raw.githubusercontent.com/dvroom-dev/resumer/main/install.sh | bash
res