the cleaning begins

This commit is contained in:
RafayAhmad7548 2025-07-26 19:58:52 +05:00
parent ee2cf704f2
commit dd8482a6fb
510 changed files with 0 additions and 41801 deletions

View file

@ -1,13 +0,0 @@
#!/usr/bin/env bash
file=$1
w=$2
h=$3
x=$4
y=$5
if [[ "$( file -Lb --mime-type "$file")" =~ ^image ]]; then
kitty +kitten icat --silent --stdin no --transfer-mode file --place "${w}x${h}@${x}x${y}" "$file" < /dev/null > /dev/tty
exit 1
fi
pistol "$file"