dotfiles/fish/functions/oxipng-new.fish
2025-03-24 04:34:15 +11:00

4 lines
318 B
Fish

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