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

using-tmux-for-interactive-commands

obra/superpowers-lab

リアルタイムの入出力を必要とするインタラクティブな CLI ツール (vim、git rebase -i、Python REPL など) を実行する必要がある場合に使用します。デタッチされたセッションとキーの送信を通じてインタラクティブなセッションを制御するための tmux ベースのアプローチを提供します。

56インストール·0トレンド·@obra

インストール

$npx skills add https://github.com/obra/superpowers-lab --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:

リアルタイムの入出力を必要とするインタラクティブな CLI ツール (vim、git rebase -i、Python REPL など) を実行する必要がある場合に使用します。デタッチされたセッションとキーの送信を通じてインタラクティブなセッションを制御するための tmux ベースのアプローチを提供します。 ソース: obra/superpowers-lab。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/obra/superpowers-lab --skill using-tmux-for-interactive-commands
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

using-tmux-for-interactive-commands とは?

リアルタイムの入出力を必要とするインタラクティブな CLI ツール (vim、git rebase -i、Python REPL など) を実行する必要がある場合に使用します。デタッチされたセッションとキーの送信を通じてインタラクティブなセッションを制御するための tmux ベースのアプローチを提供します。 ソース: obra/superpowers-lab。

using-tmux-for-interactive-commands のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/obra/superpowers-lab --skill using-tmux-for-interactive-commands インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/obra/superpowers-lab

詳細

カテゴリ
</>開発ツール
ソース
skills.sh
初回登録
2026-02-01