Compare commits

..

No commits in common. "ea6fe2d5cb87034930c58995d7bffb6171d20625" and "183fbf711af2aa940f84e1a2f1cfe2e8b8660092" have entirely different histories.

3 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -11,15 +11,13 @@ Set Height 220
Set Padding 20
Hide
Type "TEMP_DIR=$(mktemp -d) && rsync -av $PRJ_ROOT/test/examples/ $TEMP_DIR && pushd $TEMP_DIR && clear"
Enter
Type "find . -type f -exec sh -c 'echo " " >> {}' \;"
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"
Type "treefmt -c"
Sleep 1s
Enter
@ -34,5 +32,5 @@ Enter
Sleep 5s
Hide
Type "popd && rm -rf $TEMP_DIR"
Type "cd && rm -rf $TEMP_DIR"
Enter

View File

@ -51,9 +51,11 @@ _: {
}
{
inherit category;
name = "vhs";
help = "generate terminal gifs";
package = pkgs.writeShellApplication {
name = "vhs";
name = "gif";
runtimeInputs =
[
self'.packages.treefmt