demo.tape

 1# SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
 2#
 3# SPDX-License-Identifier: Unlicense
 4
 5Output demo.gif
 6
 7Require echo
 8Require fish
 9
10Set Shell "fish"
11Set FontSize 32
12Set Width 1250
13Set Height 750
14
15# Set up the plugin
16Hide
17Type@1ms "source fish/functions/synu.fish" Enter
18Type@1ms "source fish/functions/_synu_get_quota.fish" Enter
19Type@1ms "source fish/functions/_synu_cache.fish" Enter
20Type@1ms "clear" Enter
21Show
22
23# Start interactive model selection
24Type "synu i claude" Sleep 750ms
25Enter Sleep 2s
26
27# Select Group
28Sleep 750ms
29Enter Sleep 2s
30
31# Select light group
32Down Sleep 250ms
33Down Sleep 500ms
34Space Sleep 750ms
35Enter Sleep 2s
36
37# Select the Haiku model
38Type "dsv31t" Sleep 1.25s
39Enter Sleep 2s
40
41# Don't save as default
42Right Sleep 750ms
43Enter Sleep 2.25s
44
45# Send a message
46Type "Hi!" Sleep 1.25s
47Enter Sleep 4s
48
49# Exit with Ctrl+C twice
50Ctrl+c
51Sleep 500ms
52Ctrl+c
53
54# Show usage
55Sleep 5s