-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Brian McGee <[email protected]>
- Loading branch information
1 parent
166a919
commit b01ea77
Showing
8 changed files
with
79 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Require rsync | ||
Require treefmt | ||
|
||
Set Shell zsh | ||
Set FontSize 11 | ||
|
||
Set Theme "Catppuccin Mocha" | ||
|
||
Set Width 320 | ||
Set Height 220 | ||
Set Padding 20 | ||
|
||
Hide | ||
Type "TEMP_DIR=$(mktemp -d) && rsync -av $PRJ_ROOT/test/examples/ $TEMP_DIR && cd $TEMP_DIR && clear" | ||
Enter | ||
Type "alias treefmt='treefmt --allow-missing-formatter' && clear" | ||
Enter | ||
Show | ||
|
||
Type "treefmt -c" | ||
Sleep 1s | ||
Enter | ||
|
||
Sleep 3s | ||
Enter | ||
Enter | ||
Sleep 1s | ||
|
||
Type "treefmt" | ||
Enter | ||
|
||
Sleep 5s | ||
|
||
Hide | ||
Type "cd && rm -rf $TEMP_DIR" | ||
Enter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters