← 返回
未分类 中文

Tmux Remote

Automation skill for Tmux Remote.
Tmux Remote 自动化技能
164149043
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 531
下载
💾 1
安装
1
版本
#latest

概述


name: tmux-remote

description: Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

metadata: {"clawdbot":{"emoji":"🧵","os":["darwin","linux"],"requires":{"bins":["tmux"]}}}

tmux

Remote-control tmux sessions for interactive CLIs.

Basics

List sessions:

tmux ls

Attach to session:

tmux attach -t session-name

Create new session:

tmux new -s session-name

Panes and Windows

Split pane (vertical):

tmux split-pane -v

Split pane (horizontal):

tmux split-pane -h

New window:

tmux new-window

Switch pane:

tmux select-pane -[U|D|L|R]

Keybindings

Prefix: Ctrl-b

  • c - Create new window
  • n - Next window
  • p - Previous window
  • w - List windows
  • d - Detach
  • % - Split pane horizontally
  • " - Split pane vertically
  • o - Cycle panes
  • arrow keys - Navigate panes
  • ? - List keybindings
  • : - Command prompt

Commands

Execute command in pane:

tmux send-keys -t session-name:window.pane "command" Enter

Capture pane output:

tmux capture-pane -t session-name:window.pane -p

Kill pane:

tmux kill-pane -t session-name:window.pane

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-02 03:25 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Github Tools

164149043
使用 `gh` CLI 与 GitHub 交互。使用 `gh issue`、`gh pr`、`gh run` 和 `gh api` 处理 issue、PR、CI 运行及高级查询。
★ 0 📥 880

Summarize Cli

164149043
Summarize 命令行工具的自动化技能
★ 2 📥 1,368

Obsidian Notes

164149043
使用 Obsidian 笔记库(纯 Markdown 笔记)并通过 obsidian-cli 实现自动化
★ 0 📥 626