Observe what the user is currently viewing (screen context)
/plugin marketplace add mbailey/show-and-tell/plugin install show-and-tell@mbailey[options] [target]# /show-and-tell:look Capture what the user is currently viewing with tmux hierarchy and pane content. ## Usage ## Targets - (none) - Current pane content - `%<id>` - Specific pane by ID - `%1,%2,%3` - Multiple panes (comma-separated) - `window` - All panes in current window - `<session>:<window>` - All panes in specific window ## Options - `-l, --lines N` - Lines of scrollback history (default: visible) - `-H, --hierarchy` - Show tmux hierarchy only (no content) - `-p, --preserve-blanks` - Preserve exact blank line spacing ## Examples ## Implementation Run the look command fro...