Skip to content

Commit b4ef8e3

Browse files
committed
docs: re-record the demo and repoint the tape at a working directory
docs: redraw the logo in the current level palette
1 parent 6db2644 commit b4ef8e3

3 files changed

Lines changed: 46 additions & 16 deletions

File tree

.github/demo.gif

105 KB
Loading

.github/logo.svg

Lines changed: 39 additions & 14 deletions
Loading

demo/demo.tape

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Demo recording for the README, driven by VHS (github.com/charmbracelet/vhs).
22
#
33
# brew install vhs
4-
# ./make-fixture.sh && vhs demo.tape
4+
# 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.
510
#
611
# The tape is committed rather than only the GIF so the demo can be
712
# regenerated when the output changes, instead of quietly drifting out of date
@@ -22,7 +27,7 @@ Set Theme "Builtin Dark"
2227
Set TypingSpeed 40ms
2328

2429
Hide
25-
Type "cd demo && clear"
30+
Type "clear"
2631
Enter
2732
Show
2833

0 commit comments

Comments
 (0)