Watch Tmux banner
GGPrompts GGPrompts

Watch Tmux

Development community

Description

--- description: Monitor TFE in tmux session with full TUI visibility --- # Watch TFE in Tmux Session You are monitoring TFE running in a tmux session, giving you visibility into the exact visual output the user sees. ## Your Task Use Desktop Commander's `execute_command` tool to monitor a tmux session running TFE. ### Step 1: Identify the Session Ask the user: - "What's your tmux session name?" (e.g., "tfe-dev", "0", "main") - Or detect automatically with: `tmux list-sessions` ### Step 2

Installation

Installs to ~/.claude/commands/ggprompts-tfe-watch-tmux.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/GGPrompts/TFE/HEAD/.claude/commands/watch-tmux.md -o ~/.claude/commands/ggprompts-tfe-watch-tmux.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository