From d78a2530da91b76625b71c2aeaf3293abc6c3a4b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 6 May 2026 09:42:43 +0300 Subject: move demo/ to docs/tutorial/, commit assets, consolidate TUI docs - demo/ renamed to docs/tutorial/ (tapes, scripts, TUTORIAL.md) - docs/tutorial/assets/ added to git (51 MB of GIFs + PNGs); removed /demo/assets/ from .gitignore so images render on Codeberg - docs/tui-reference.md removed; its hotkey tables merged into a new "Hotkey Quick Reference" section at the end of TUTORIAL.md - TUTORIAL.md: updated install section (mage buildDocker, no GOTOOLCHAIN=auto), fixed README relative path (../../README.md), updated internal tapes/scripts/assets path prose - README.md: updated all demo/ image paths and links to docs/tutorial/; TUI and recording-modes links now point to TUTORIAL.md anchors - AGENTS.md: updated demo/ references to docs/tutorial/ - Magefile.go: updated demoDir/demoTapesDir/demoScriptsDir/demoRunTape/ demoSudoKeepers constants to docs/tutorial/ paths Co-Authored-By: Claude Sonnet 4.6 --- docs/tutorial/tapes/11-pid-tid-probe.tape | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 docs/tutorial/tapes/11-pid-tid-probe.tape (limited to 'docs/tutorial/tapes/11-pid-tid-probe.tape') diff --git a/docs/tutorial/tapes/11-pid-tid-probe.tape b/docs/tutorial/tapes/11-pid-tid-probe.tape new file mode 100644 index 0000000..caccc48 --- /dev/null +++ b/docs/tutorial/tapes/11-pid-tid-probe.tape @@ -0,0 +1,41 @@ +# 11-pid-tid-probe: re-open PID picker (p), TID picker (t), probe toggle dialog (o). +Output demo/assets/11-pid-tid-probe.gif +Set Shell "bash" +Set Padding 20 + +Hide +Type "cd $(mktemp -d -t ior-demo-XXXX) && clear" +Enter +Sleep 300ms +Show + +Type "sudo -n /home/paul/git/ior/ior" +Enter +Sleep 5s +Enter +Sleep 4s +Type "p" +Sleep 2s +Down +Sleep 400ms +Down +Sleep 400ms +Screenshot demo/assets/screenshot-pidpicker-open.png +Escape +Sleep 1s +Type "t" +Sleep 2s +Screenshot demo/assets/screenshot-tidpicker.png +Escape +Sleep 1s +Type "o" +Sleep 2s +Down +Sleep 400ms +Down +Sleep 400ms +Screenshot demo/assets/screenshot-probes.png +Escape +Sleep 1s +Type "q" +Sleep 1s -- cgit v1.2.3