diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-23 21:27:37 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-23 21:27:37 -0500 |
commit | a2cdcdd0b5e3ef02b0a2b1aeaeae387695f643d9 (patch) | |
tree | 63fa187e2444716c2fe53614798c9a8e29254dba /assets | |
parent | 4d25e4ece0b72d240bb2565f8abb7389e650990a (diff) |
CI/CD test 1
Diffstat (limited to 'assets')
-rw-r--r-- | assets/demo.tape | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/assets/demo.tape b/assets/demo.tape index e837e6a..98c2460 100644 --- a/assets/demo.tape +++ b/assets/demo.tape @@ -1,5 +1,5 @@ # Where should we write the GIF? -Output demo.gif +Output ./assets/demo.gif # Set up a 1200x600 terminal with 46px font. Set FontSize 24 @@ -8,8 +8,7 @@ Set Height 500 Set Shell zsh -Sleep 2.5s -Type "go run ./cmd/termpicker" +Type "./termpicker" Enter Sleep 2s Type "l" |