mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-08 16:04:37 +00:00
15 lines
430 B
Bash
Executable file
15 lines
430 B
Bash
Executable file
#!/bin/bash
|
|
fd -e pdf -x cpdfsqueeze {} {}
|
|
fd -e pdf -x qpdf --stream-data=compress --replace-input --compress-streams=y --recompress-flate --compression-level=9 --optimize-images {}
|
|
|
|
fd -e png -x oxipng
|
|
fd -ejp{e,}g -x jpegoptim
|
|
fd -e png -ejp{e,}g -X pingo -s9
|
|
fd -e webp -x cwebp -z 9 -mt {} -o {}
|
|
|
|
fd -e{epub,zip,cbz,jar,docx,odt,apk} -x advzip -z2
|
|
fd -t f -x advdef -z2
|
|
|
|
fd -e mp3 -x mp3packer
|
|
fd -e mp3 -x rename -- -vbr ''
|