diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-06 09:42:43 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-06 09:42:43 +0300 |
| commit | d78a2530da91b76625b71c2aeaf3293abc6c3a4b (patch) | |
| tree | 5d59a7a1014955564b9f2c30decaf6be257e61cf /docs/tutorial/tapes/03-syscalls-tab.tape | |
| parent | fbb7c9a9ad8d03d5d095ac441a58b37537e0ab8d (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'docs/tutorial/tapes/03-syscalls-tab.tape')
| -rw-r--r-- | docs/tutorial/tapes/03-syscalls-tab.tape | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/tutorial/tapes/03-syscalls-tab.tape b/docs/tutorial/tapes/03-syscalls-tab.tape new file mode 100644 index 0000000..376f632 --- /dev/null +++ b/docs/tutorial/tapes/03-syscalls-tab.tape @@ -0,0 +1,36 @@ +# 03-syscalls-tab: sortable syscalls table, j/k to scroll, s/S to sort/reverse-sort. +# Key 3 switches to Syscalls. +Output demo/assets/03-syscalls-tab.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 "3" +Sleep 3s +Type "j" +Sleep 400ms +Type "j" +Sleep 400ms +Type "j" +Sleep 800ms +Type "k" +Sleep 600ms +Right +Sleep 600ms +Type "s" +Sleep 1500ms +Type "S" +Sleep 2s +Screenshot demo/assets/screenshot-syscalls.png +Type "q" +Sleep 1s |
