add charmbracelet/vhs demo tape
This commit is contained in:
parent
3254268b78
commit
8517ac3ac7
2 changed files with 19 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "packard"
|
name = "packard"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A terminal based feed checker."
|
description = "A terminal based feed checker."
|
||||||
authors = ["Troy Lusty <hello@troylusty.com>"]
|
authors = ["Troy Lusty <hello@troylusty.com>"]
|
||||||
|
|
18
demo.tape
Normal file
18
demo.tape
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
Output demo.gif
|
||||||
|
|
||||||
|
Require packard
|
||||||
|
|
||||||
|
Set Shell "zsh"
|
||||||
|
Set FontSize 32
|
||||||
|
Set Width 1200
|
||||||
|
Set Height 600
|
||||||
|
|
||||||
|
Type@250ms "packard" Sleep 500ms
|
||||||
|
Type@150ms " -c 48 -l news | less" Sleep 500ms Enter
|
||||||
|
Sleep 3s
|
||||||
|
PageDown@50ms 1
|
||||||
|
Sleep 1s
|
||||||
|
PageDown@50ms 2
|
||||||
|
Sleep 2s
|
||||||
|
PageUp@50ms 3
|
||||||
|
Sleep 3s
|
Loading…
Add table
Reference in a new issue