1 parent 6db2644 commit b4ef8e3Copy full SHA for b4ef8e3
3 files changed
.github/demo.gif
105 KB
.github/logo.svg
demo/demo.tape
@@ -1,7 +1,12 @@
1
# Demo recording for the README, driven by VHS (github.com/charmbracelet/vhs).
2
#
3
# brew install vhs
4
-# ./make-fixture.sh && vhs demo.tape
+# cd demo && ./make-fixture.sh && vhs demo.tape
5
+#
6
+# Run it from this directory. `Output` below is resolved against the working
7
+# directory, not against the tape, so recording from anywhere else drops the
8
+# GIF outside the repository — which is exactly how the committed one drifted
9
+# out of date without anybody noticing.
10
11
# The tape is committed rather than only the GIF so the demo can be
12
# regenerated when the output changes, instead of quietly drifting out of date
@@ -22,7 +27,7 @@ Set Theme "Builtin Dark"
22
27
Set TypingSpeed 40ms
23
28
24
29
Hide
25
-Type "cd demo && clear"
30
+Type "clear"
26
31
Enter
32
Show
33
0 commit comments