This repository has been archived on 2024-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
treefmt/docs/vhs/init.tape

30 lines
329 B
VHS
Raw Normal View History

Require treefmt
Require nano
Set Shell zsh
Set FontSize 14
Set Theme "Catppuccin Mocha"
Set Width 720
Set Height 360
Set Padding 20
Hide
Type "TEMP_DIR=$(mktemp -d) && cd $TEMP_DIR && clear"
Enter
Show
Type "treefmt --init"
Enter
Sleep 2s
Type "nano treefmt.toml"
Enter
Sleep 5s
Ctrl+x
Hide
Type "cd && rm -rf $TEMP_DIR"