Output oneshot.gif
# --- Rendering ---
Set Shell "bash"
Set FontSize 32
Set Width 1200
Set Height 900
Set Padding 50
Set WindowBar Colorful
Set Theme "Catppuccin Mocha"
Set TypingSpeed 75ms
# --- Setup Phase (Hidden from recording) ---
Hide
Type "alias thuli='./target/debug/thuli'"
Enter
Type "clear"
Enter
Show
# --------------------------------------------
# Start the application using the alias
Type "thuli '[bold]hello'"
Enter
Sleep 1.5s