mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-25 22:20:31 +00:00
12 lines
369 B
VHS
12 lines
369 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/tracing.tape`
|
|
Output "target/tracing.gif"
|
|
Set Theme "Aardvark Blue"
|
|
Set Width 1200
|
|
Set Height 800
|
|
Type "RUST_LOG=trace cargo run --example=tracing" Enter
|
|
Sleep 1s
|
|
Type @100ms "jjjjq"
|
|
Sleep 1s
|
|
Type "cat tracing.log" Enter
|
|
Sleep 10s
|