File tree Expand file tree Collapse file tree 7 files changed +22
-14
lines changed
Expand file tree Collapse file tree 7 files changed +22
-14
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,12 @@ jobs:
5252
5353 - name : Run vhs
5454 run : |
55- sudo apt update
56- sudo apt install -y ffmpeg ttyd
55+ sudo apt-get -qq update
56+ sudo apt-get -qq install -y ffmpeg ttyd
5757 go install github.com/charmbracelet/vhs@v0.10.0
5858 cd docs/examples/
5959 ${HOME}/go/bin/vhs vhs/pomodoro.tape
60- diff pomodoro.ascii test/pomodoro.ascii
6160 ${HOME}/go/bin/vhs vhs/download.tape
62- diff download.ascii test/download.ascii
6361
6462 - name : Build JAR
6563 run : clojure -T:build jar
Original file line number Diff line number Diff line change 55```
66clj -M -m examples.pomodoro
77```
8- ![ pomodoro gif] ( / images/pomodoro.gif)
8+ ![ pomodoro gif] ( images/pomodoro.gif )
99```
1010clj -M -m examples.download
1111```
12- ![ download gif] ( / images/download.gif)
12+ ![ download gif] ( images/download.gif )
1313```
1414clj -M -m examples.spinner-demo
1515```
16- ![ spinner gif] ( / images/spinner_demo .gif)
16+ ![ spinner gif] ( images/spinner .gif )
1717```
1818clj -M -m examples.todos
1919```
20- ![ todos gif] ( / images/todos.gif)
20+ ![ todos gif] ( images/todos.gif )
2121```
2222clj -M -m examples.countdown
2323```
24- ![ countdown gif] ( / images/countdown.gif)
24+ ![ countdown gif] ( images/countdown.gif )
2525```
2626clj -M -m examples.file-browser
2727```
28- ![ file browser gif] ( / images/file_browser.gif)
28+ ![ file browser gif] ( images/file_browser.gif )
2929```
3030clj -M -m examples.form
3131```
32- ![ form gif] ( / images/form.gif)
32+ ![ form gif] ( images/form.gif )
3333```
3434clj -M -m examples.counter
3535```
36- ![ counter gif] ( / images/counter.gif)
36+ ![ counter gif] ( images/counter.gif )
3737
3838## native-image compilation
3939
Original file line number Diff line number Diff line change 1- Output download.ascii
1+ Output images/ download.gif
22
33Set Shell bash
44
Original file line number Diff line number Diff line change 1- Output pomodoro.ascii
1+ Output images/ pomodoro.gif
22
33Set Shell bash
44
Original file line number Diff line number Diff line change 1+ Output images/spinner.gif
2+
3+ Set Shell bash
4+
5+ Type "clojure -M -m examples.spinner-demo"
6+ Enter
7+ Wait+Screen /Spinner\sDemo/
8+ Sleep 8s
9+ Type "q"
10+ Sleep 1s
You can’t perform that action at this time.
0 commit comments