tmux
CommunityManage background processes in tmux.
Authorbdsqqq
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides quick patterns to run and monitor long-running tasks in tmux windows, helping you keep background processes organized.
Core Features & Use Cases
- Window management: Create, name, and control tmux windows for concurrent tasks.
- Process spawning: Start and send commands to windows; keep outputs separated.
- Inspection: Capture pane output for status checks.
Quick Start
Ensure you are inside a tmux session, then create and run a command in a new window:
- tmux new-window -n "name" -d
- tmux send-keys -t "name" "command" C-m
- tmux capture-pane -p -t "name"
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: tmux Download link: https://github.com/bdsqqq/dots/archive/main.zip#tmux Please download this .zip file, extract it, and install it in the .claude/skills/ directory.