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
Brian McGee b01ea779aa
doc: add init gif
Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-05-03 13:27:02 +01:00

30 lines
329 B
VHS

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"