View vs Control Mode
View lets them watch. Control lets them type. You decide at share time.
What you'll see
- Launch
ryshand double-Escape into rysh mode. ##share pane view-- the default; remote users observe but cannot send input.##unshare pane, then##share pane control-- subscribers can send shell commands and prompts.##share statusreflects the current mode; control commands are validated server-side against a blocklist.- Note the default mode comes from
[upstream] default_share_mode.
Commands shown
rysh
##share pane view
##unshare pane
##share pane control
##share status
##share list
Keys used
EnterEscape
Transcript
0:00View lets them watch. Control lets them type. You decide at share time.
0:03Start rysh and double-Escape into rysh mode. Every share command takes an optional mode: view or control.
0:36The default share mode also comes from your [upstream] config, so --shared sessions start in view unless you change it.
0:42View to demo, control to pair. The choice is yours, pane by pane.
Key takeaway
Share mode is chosen per share -- view is read-only observation, control lets remote subscribers send input, validated against the command blocklist.