mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-26 14:40:30 +00:00
13 lines
333 B
VHS
13 lines
333 B
VHS
|
# This is a vhs script. See https://github.com/charmbracelet/vhs for more info.
|
||
|
# To run this script, install vhs and run `vhs ./examples/popup.tape`
|
||
|
Output "target/ratatui-logo.gif"
|
||
|
Set Theme "Aardvark Blue"
|
||
|
Set Width 550
|
||
|
Set Height 220
|
||
|
Hide
|
||
|
Type "cargo run --example=ratatui-logo --features=crossterm"
|
||
|
Enter
|
||
|
Sleep 2s
|
||
|
Show
|
||
|
Sleep 2s
|