diff options
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" |