diff --git a/vhs/cassete.gif b/vhs/cassete.gif index be6198f..e00650a 100644 Binary files a/vhs/cassete.gif and b/vhs/cassete.gif differ diff --git a/vhs/cassete.tape b/vhs/cassete.tape index 5ad81e6..da45fb2 100644 --- a/vhs/cassete.tape +++ b/vhs/cassete.tape @@ -2,20 +2,18 @@ Set Theme "Catppuccin Mocha" Set FontFamily "JetBrainsMono Nerd Font" Set Margin 20 Set MarginFill "#B4BEFE" +Set BorderRadius 10 +Set Shell bash +Set TypingSpeed 0 +Hide +Type "source vhs/config.bash" +Enter +Show Set TypingSpeed 0.1 -Set Shell fish -Type "Blazingly 🔥 fast 🚀 memory vulnerabilities, written in 100% safe Rust. 🦀 " -Ctrl+C -Sleep 1.5s -Type "bat exa" -Tab -Type "seg" -Tab +Type "bat examples/segfault.rs" Enter Sleep 5s -Type "car" -Tab -Type " run --example segfault" +Type "cargo run --example segfault" Sleep 5s Enter Sleep 3s diff --git a/vhs/config.bash b/vhs/config.bash new file mode 100644 index 0000000..c1db387 --- /dev/null +++ b/vhs/config.bash @@ -0,0 +1,3 @@ +clear +echo "Blazingly 🔥 fast 🚀 memory vulnerabilities, written in 100% safe Rust. 🦀" +export LANGUAGE="en"