Skip to content

Commit 1742d68

Browse files
authored
update all demos (#135)
- new size: `1000x500` - remove deprecated demos - `just da`: build all demos - update README
1 parent 4ec5254 commit 1742d68

36 files changed

+130
-163
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,13 @@ _(theme depends on your terminal preferences)_
3737
<img alt="pomodoro" src="demo/timer.gif" />
3838
</a>
3939

40-
## Countdown
40+
## Countdown (*incl. [Mission Elapsed Time](https://en.wikipedia.org/wiki/Mission_Elapsed_Time)*)
4141

4242
<a href="demo/countdown.gif">
4343
<img alt="countdown" src="demo/countdown.gif" />
4444
</a>
4545

46-
## Countdown: Mission Elapsed Time ([MET](https://en.wikipedia.org/wiki/Mission_Elapsed_Time))
47-
48-
<a href="demo/countdown-met.gif">
49-
<img alt="Countdown: Mission Elapsed Time" src="demo/countdown-met.gif" />
50-
</a>
51-
52-
## Event (past/future)
46+
## Event (*past/future*)
5347

5448
<a href="demo/event.gif">
5549
<img alt="event" src="demo/event.gif" />
@@ -61,7 +55,7 @@ _(theme depends on your terminal preferences)_
6155
<img alt="local time" src="demo/local-time.gif" />
6256
</a>
6357

64-
## Local time (footer)
58+
## Local time (*footer*)
6559

6660
<a href="demo/local-time-footer.gif">
6761
<img alt="local time at footer" src="demo/local-time-footer.gif" />
@@ -73,6 +67,13 @@ _(theme depends on your terminal preferences)_
7367
<img alt="deciseconds" src="demo/decis.gif" />
7468
</a>
7569

70+
## Maximum (*`9999y`* *`364d`* *`23:59:59.9`*)
71+
72+
<a href="demo/timer-max.png">
73+
<img alt="maximum" src="demo/timer-max.png" />
74+
</a>
75+
76+
7677
## Change style
7778

7879
<a href="demo/style.gif">

demo/blink.gif

6.49 KB
Loading

demo/blink.tape

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Output demo/blink.gif
44
Set Theme "nord-light"
55

66
Set FontSize 14
7-
Set Width 800
8-
Set Height 400
7+
Set Width 1000
8+
Set Height 500
99
Set Padding 0
1010
Set Margin 1
1111

demo/countdown-max.png

22.1 KB
Loading
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
Output demo/local-time-date.gif
21

32
# https://github.com/charmbracelet/vhs/blob/main/THEMES.md
4-
Set Theme "WarmNeon"
3+
Set Theme "Retro"
54

65
Set FontSize 14
76
Set Width 1000
@@ -10,11 +9,11 @@ Set Padding 0
109
Set Margin 1
1110

1211
# --- START ---
13-
Set LoopOffset 4
14-
Hide
15-
Type "cargo run -- -r -m l"
12+
Type 'cargo run -- -r -d -c "10000y"'
1613
Enter
14+
Sleep .2
1715
Type "m"
18-
Sleep 0.2
19-
Show
20-
Sleep 0.1
16+
# --- SCREENSHOT ---
17+
Sleep 1s
18+
Screenshot demo/countdown-max.png
19+
Sleep 1s

demo/countdown-met.gif

-42.7 KB
Binary file not shown.

demo/countdown-met.tape

Lines changed: 0 additions & 22 deletions
This file was deleted.

demo/countdown-target-future.gif

-19.6 KB
Binary file not shown.

demo/countdown-target-future.tape

Lines changed: 0 additions & 20 deletions
This file was deleted.

demo/countdown-target-past.gif

-10.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)