·using-tmux-for-interactive-commands
</>

using-tmux-for-interactive-commands

ovachiever/droid-tings

Use when you need to run interactive CLI tools (vim, git rebase -i, Python REPL, etc.) that require real-time input/output - provides tmux-based approach for controlling interactive sessions through detached sessions and send-keys

30Installs·0Trend·@ovachiever

Installation

$npx skills add https://github.com/ovachiever/droid-tings --skill using-tmux-for-interactive-commands

SKILL.md

Interactive CLI tools (vim, interactive git rebase, REPLs, etc.) cannot be controlled through standard bash because they require a real terminal. tmux provides detached sessions that can be controlled programmatically via send-keys and capture-pane.

| Start session | tmux new-session -d -s | | Send input | tmux send-keys -t 'text' Enter | | Capture output | tmux capture-pane -t -p | | Stop session | tmux kill-session -t | | List sessions | tmux list-sessions |

For easier use, see /home/jesse/git/interactive-command/tmux-wrapper.sh:

Use when you need to run interactive CLI tools (vim, git rebase -i, Python REPL, etc.) that require real-time input/output - provides tmux-based approach for controlling interactive sessions through detached sessions and send-keys Source: ovachiever/droid-tings.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ovachiever/droid-tings --skill using-tmux-for-interactive-commands
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is using-tmux-for-interactive-commands?

Use when you need to run interactive CLI tools (vim, git rebase -i, Python REPL, etc.) that require real-time input/output - provides tmux-based approach for controlling interactive sessions through detached sessions and send-keys Source: ovachiever/droid-tings.

How do I install using-tmux-for-interactive-commands?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ovachiever/droid-tings --skill using-tmux-for-interactive-commands Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/ovachiever/droid-tings