This is a extension for raycast to manage tmux sessions.
The Save Tmux Sessions command forces a tmux-resurrect save immediately โ handy when you want to be sure everything is persisted before shutting down. It runs the same save as prefix + Ctrl-s, reading the script path from resurrect's own @resurrect-save-script-path option, so there is nothing to configure here. tmux-resurrect must be installed and configured; if you also run tmux-continuum this command is the way to save on demand without waiting for its next interval, and it never conflicts with continuum's automatic saves (it's the same save). If resurrect isn't set up, the command says so instead of failing.
Search Session Output greps the scrollback of every pane in every session, so you can find that command you ran or error you saw without remembering which session it was in. Matches are grouped by session with surrounding context; press โ to switch there, or open it in a new terminal tab. Tip: raise tmux's history-limit (e.g. set -g history-limit 50000) to search further back.
Create New Session can go beyond switching directories:
<New Session Default Directory>/<name> and starts the session inside it. Enable it per-launch in the form, or permanently with the Create New Folder by Default preference.npm run dev, claude, or compose steps like git init && claude โ and tweak it per-launch when needed.Create New Session myproject from the Raycast root search prefills everything: press โโ and you get a new terminal tab, in a new folder, with your startup command already running.โ does it all.Tmux Sessioner to see all commands ๐

Create New Session ๐
