diff --git a/demo/countdown-target-future.gif b/demo/countdown-target-future.gif new file mode 100644 index 0000000..bcd4638 Binary files /dev/null and b/demo/countdown-target-future.gif differ diff --git a/demo/countdown-target-future.tape b/demo/countdown-target-future.tape new file mode 100644 index 0000000..3a339a2 --- /dev/null +++ b/demo/countdown-target-future.tape @@ -0,0 +1,20 @@ +Output demo/countdown-target-future.gif + +# https://github.com/charmbracelet/vhs/blob/main/THEMES.md +Set Theme "SeaShells" + +Set FontSize 14 +Set Width 1000 +Set Height 500 +Set Padding 0 +Set Margin 1 + +# --- START --- +Set LoopOffset 4 +Hide +Type "cargo run -- -r -m c --ct '2030-01-10 18:00'" +Enter +Type "m" +Sleep 0.2 +Show +Sleep 0.1 diff --git a/demo/countdown-target-past.gif b/demo/countdown-target-past.gif new file mode 100644 index 0000000..19c11d0 Binary files /dev/null and b/demo/countdown-target-past.gif differ diff --git a/demo/countdown-target-past.tape b/demo/countdown-target-past.tape new file mode 100644 index 0000000..550218d --- /dev/null +++ b/demo/countdown-target-past.tape @@ -0,0 +1,20 @@ +Output demo/countdown-target-past.gif + +# https://github.com/charmbracelet/vhs/blob/main/THEMES.md +Set Theme "seoulbones_light" + +Set FontSize 14 +Set Width 1000 +Set Height 500 +Set Padding 0 +Set Margin 1 + +# --- START --- +Set LoopOffset 4 +Hide +Type "cargo run -- -r -m c --ct '2024-01-10 18:00'" +Enter +Type "m" +Sleep 0.2 +Show +Sleep 0.1 diff --git a/demo/local-time-date.gif b/demo/local-time-date.gif new file mode 100644 index 0000000..48738a4 Binary files /dev/null and b/demo/local-time-date.gif differ diff --git a/demo/local-time-date.tape b/demo/local-time-date.tape new file mode 100644 index 0000000..b4e5bd6 --- /dev/null +++ b/demo/local-time-date.tape @@ -0,0 +1,20 @@ +Output demo/local-time-date.gif + +# https://github.com/charmbracelet/vhs/blob/main/THEMES.md +Set Theme "WarmNeon" + +Set FontSize 14 +Set Width 1000 +Set Height 500 +Set Padding 0 +Set Margin 1 + +# --- START --- +Set LoopOffset 4 +Hide +Type "cargo run -- -r -m l" +Enter +Type "m" +Sleep 0.2 +Show +Sleep 0.1 diff --git a/demo/maximum.gif b/demo/maximum.gif new file mode 100644 index 0000000..8e86be6 Binary files /dev/null and b/demo/maximum.gif differ diff --git a/demo/maximum.tape b/demo/maximum.tape new file mode 100644 index 0000000..afc1843 --- /dev/null +++ b/demo/maximum.tape @@ -0,0 +1,41 @@ +Output demo/maximum.gif + +# https://github.com/charmbracelet/vhs/blob/main/THEMES.md +Set Theme "C64" + +Set FontSize 14 +Set Width 1000 +Set Height 500 +Set Padding 0 +Set Margin 1 + +# --- START --- +Set LoopOffset 4 +Hide +Type "cargo run -- -r -m timer" +Enter +Sleep 0.2 +Type "m" +Type "e" +# secs +Up@1ms 60 +Left +# mins +Up@1ms 59 +Left +# hours +Up@1ms 23 +Left +# days +Up@1ms 364 +Right@1ms 3 +Down@1ms 1 +Left@1ms 4 +# years +Up@1ms 998 +Right +# days +Up@1ms 365 +Type@1ms "s" +Show +Sleep 0.1