Add fish functions

This commit is contained in:
BuyMyMojo 2025-03-24 04:34:15 +11:00
parent b2a8f9857a
commit 46e6a2d46a
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
9 changed files with 65 additions and 0 deletions

View file

@ -0,0 +1,4 @@
function oxipng-new --wraps='find . -type f -newermt $(date +%m/%d/%Y) -print0 | xargs -0 oxipng -o max -p' --description 'alias oxipng-new find . -type f -newermt $(date +%m/%d/%Y) -print0 | xargs -0 oxipng -o max -p'
find . -type f -newermt $(date +%m/%d/%Y) -print0 | xargs -0 oxipng -o max -p $argv
end