mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
17 lines
370 B
VHS
17 lines
370 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/flex.tape`
|
|
Output "target/flex.gif"
|
|
Set Theme "Aardvark Blue"
|
|
Set Width 1200
|
|
Set Height 1410
|
|
Hide
|
|
Type "cargo run --example=flex --features=crossterm"
|
|
Enter
|
|
Sleep 2s
|
|
Show
|
|
Sleep 2s
|
|
Right @5s 7
|
|
Sleep 2s
|
|
Left 7
|
|
Sleep 2s
|
|
Down @200ms 50
|