From b69e7c92d56a7e9b69e0bddf007dc3f50984401f Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 2 Dec 2025 18:19:49 -0700 Subject: [PATCH] docs(tape): add --- demo.tape | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 demo.tape diff --git a/demo.tape b/demo.tape new file mode 100644 index 0000000000000000000000000000000000000000..a8300c843dc6c272c184b7a0d625e33ffc15f085 --- /dev/null +++ b/demo.tape @@ -0,0 +1,50 @@ +# SPDX-FileCopyrightText: Amolith +# +# SPDX-License-Identifier: Unlicense + +Output demo.gif + +Require echo +Require fish + +Set Shell "fish" +Set FontSize 32 +Set Width 1250 +Set Height 750 + +# Set up the plugin +Hide +Type@1ms "source functions/synu.fish" Enter +Type@1ms "source functions/_synu_get_quota.fish" Enter +Type@1ms "source functions/_synu_cache.fish" Enter +Type@1ms "clear" Enter +Show + +# Start interactive model selection +Type "synu i claude" Sleep 750ms +Enter Sleep 2s + +# Select Group +Sleep 750ms +Enter Sleep 2s + +# Select heavy group +Space Sleep 750ms +Enter Sleep 2s + +# Select the heavy model +Type "mmm2" Sleep 1.25s +Enter Sleep 2.25s + +# Send a message +Type "Hi!" Sleep 1.25s +Enter Sleep 4s + +# Exit with Ctrl+C twice +Ctrl+c +Sleep 500ms +Ctrl+c + +# Show usage +Sleep 5s +