One command shows every terminal session and every project on your machine, flags the one that is stuck waiting on you, and lets you jump in and out with a single keystroke. Setup takes about 15 minutes.
multic command that opens a live dashboard of all your sessionsQuick honesty note before we start: multic is what I named my session hub. Under the hood it runs on tmux, the battle-tested session manager that ships in every package manager on earth. You are not installing some fragile new app. You are wiring a tool that has existed for 15 years into the exact workflow from the video, and you keep it forever.
Everything runs on tmux. It lets terminal sessions live in the background, detached from any window, which is what makes a dashboard of all of them possible.
Verify it with tmux -V. Anything version 3.x or newer is perfect. That is the entire install.
Create a file called .tmux.conf in your home folder and paste this in. Five lines, each one earning its spot.
The bell settings are the secret. When a program inside any session rings the terminal bell, tmux marks that session with a ! in the dashboard. That mark is the flagged row you saw in the video.
Now build the one-command dashboard. Add these two functions to your ~/.zshrc (or ~/.bashrc if that is your shell).
Reload your shell with source ~/.zshrc, then type multic. You will land in a live tree of every session on the machine, with a preview pane showing exactly what each one is doing right now. Empty on the first run. We fix that next.
Give every active project its own named session. One line each, pointed at the project folder.
Each session starts detached in the right directory, already tracked. Attach to one, start whatever runs there (a dev server, a build, a Claude Code agent), and it keeps running whether you are watching or not. From now on, when you start work on anything, mnew it first. Two seconds of habit buys you a machine where nothing gets lost.
This is the part that saves whole afternoons. If you run Claude Code agents, tell Claude to ring the terminal bell when it needs input.
Now the chain works end to end: Claude Code hits a permission question, rings the bell, tmux catches it, and the next time you glance at multic that session carries a ! flag. In the video that was my invoice agent, parked on one question for 22 minutes. The dashboard surfaced it in two seconds. If a newer Claude Code version renames this setting, run claude config list and look for the notification channel option.
This works for anything, not just Claude. Any script can flag itself by printing the bell character when it finishes or gets stuck:
The whole daily workflow is four moves, and your hands never leave the keyboard.
multic. Every session, live previews, flags on whatever needs you.Ctrl+b then s. The dashboard reopens without leaving tmux.Ctrl+b then d. Everything keeps running in the background.That is the entire system. Morning check-in becomes: multic, scan for flags, answer whatever is blocked, detach. The agents do the work. You clear the bottlenecks. The terminals report to you.
This is one of the 50+ free Make It Ryne playbooks: the exact setups I use to run AI agents, content systems, and client work without losing my mind or my afternoons.
Get all 50+ free playbooks