File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed
Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ Output tapes/gifs/interactive-mode.gif
2+ Set FontSize 28
3+ Set Width 1200
4+ Set Height 720
5+ Set TypingSpeed 70ms
6+ Set Theme "Dracula"
7+
8+ Type "rsworktree create test-worktree"
9+ Enter
10+ Sleep 2500ms
11+ Type "rsworktree interactive"
12+ Enter
13+ Sleep 1200ms
14+ Type "j"
15+ Sleep 2200ms
16+ Type "j"
17+ Sleep 2500ms
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ TAPES_DIR="$(cd "$SCRIPT_DIR/.." && pwd)"
66REPO_ROOT=" $( cd " $TAPES_DIR /.." && pwd) "
77cd " $REPO_ROOT "
88
9- names=(demo-create demo-cd demo-ls demo-rm demo-pr demo-merge-pr)
9+ names=(demo-create demo-cd demo-ls demo-rm demo-pr demo-merge-pr interactive-mode )
1010
1111if ! command -v rsworktree > /dev/null 2>&1 ; then
1212 echo " rsworktree is not on PATH. Install it or run ` cargo install --path .` from the repo." >&2
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ cd "$REPO_ROOT"
1717
1818mkdir -p " $TAPES_DIR /gifs"
1919
20- for tape in create cd ls rm pr_github merge_pr_github; do
20+ for tape in create cd ls rm pr_github merge_pr_github interactive-mode ; do
2121 vhs < " $TAPES_DIR /${tape} .tape"
2222done
You can’t perform that action at this time.
0 commit comments