Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Using tmux for Interactive Commands logo
Skill

Using tmux for Interactive Commands

Drives editors, REPLs and interactive git through a detached tmux session.

0
SaveVisit website ↗

Install

Ships scripts
claude-code plugin install https://github.com/obra/superpowers-lab (sistemde tmux kurulu olmalı)
Triggers on

Fires when a task needs a program that only works in a real terminal — a text editor, a REPL or an interactive git command.

Needs tools
Bash
Author
Jesse Vincent (obra)
License
MIT

A plain shell call hangs on anything that expects a real terminal, which is why vim, an interactive rebase or a language REPL cannot simply be piped. The skill starts a detached tmux session instead, sends input with send-keys, and reads the screen back with capture-pane, so the agent can work with programs it otherwise could not reach. It is equally clear about the other direction: commands that accept stdin or run once are left to the normal shell rather than wrapped in a session for no reason.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?