diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-23 21:04:30 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-23 21:04:30 -0500 |
commit | b42ab480dd4c4eec83d79bba9400232ddb79f6b1 (patch) | |
tree | 9f75590a362185c3668990b74924a4f4d22186e3 /assets/demo.tape | |
parent | 89094fecf4cb1c018f15c976641cd18c255eac28 (diff) |
Beerware License + README
Diffstat (limited to 'assets/demo.tape')
-rw-r--r-- | assets/demo.tape | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/assets/demo.tape b/assets/demo.tape new file mode 100644 index 0000000..e837e6a --- /dev/null +++ b/assets/demo.tape @@ -0,0 +1,29 @@ +# Where should we write the GIF? +Output demo.gif + +# Set up a 1200x600 terminal with 46px font. +Set FontSize 24 +Set Width 1000 +Set Height 500 + + +Set Shell zsh +Sleep 2.5s +Type "go run ./cmd/termpicker" +Enter +Sleep 2s +Type "l" +Sleep 500ms +Type "j" +Sleep 500ms +Type "llllhhhllj" +Tab +Sleep 500ms +Type "jlllhjlllljhhhlllhkklkl" +Tab +Sleep 500ms +Type "jllljhhklhkhh" +Sleep 1.5s +Type "q" +Sleep 500ms + |