Refresh demo tapes: retire editmode, update commands, improve quickstart

- Remove editmode.tape; quickstart now takes the editmode.png screenshot
  and demonstrates adding a new job in edit mode (new:n=diskcheck_home)
- healthcheck_home uses 'uptime', monitor_home uses 'ping -c 1 localhost'
- all-features one-time reminder gains -i (desktop notification example)
- 19 tape commands total (was 24)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Matthias Johnson 2026-03-02 01:34:20 -07:00
parent 530a2162bf
commit b72a95f4ed
4 changed files with 20 additions and 59 deletions

View file

@ -27,18 +27,18 @@ Enter
Sleep 500ms
Show
Sleep 1s
Type "systab -t 'every 5 minutes' -n healthcheck_home -c 'echo health check OK'"
Type "systab -t 'every 5 minutes' -n healthcheck_home -c 'uptime'"
Sleep 500ms
Enter
Sleep 2s
Hide
Type "./demo/note.sh 'One-time reminder in 30 minutes'"
Type "./demo/note.sh 'One-time reminder with desktop notification'"
Enter
Sleep 500ms
Show
Sleep 1s
Type "systab -t 'in 30 minutes' -c 'echo reminder: meeting soon'"
Type "systab -t 'in 30 minutes' -c 'echo reminder: meeting soon' -i"
Sleep 500ms
Enter
Sleep 2s
@ -49,7 +49,7 @@ Enter
Sleep 500ms
Show
Sleep 1s
Type "systab -s -n monitor_home -c 'sleep 3600'"
Type "systab -s -n monitor_home -c 'ping -c 1 localhost'"
Sleep 500ms
Enter
Sleep 2s