Add fish functions
This commit is contained in:
parent
b2a8f9857a
commit
46e6a2d46a
9 changed files with 65 additions and 0 deletions
4
fish/functions/oxipng-new.fish
Normal file
4
fish/functions/oxipng-new.fish
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue