-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Recursive processing option #20
Comments
As I see it, That is, just pass it: or, if you have folder with files AND other folders with other files, just do: jpegoptim will skip everything it can't do like pngs and movies 🤷 And it does work with |
Unfortunately that doesn't work
|
But does it skip directory AND it's files, or maybe it just told you that it skipped a directory, but actually did the files in it? |
Humm, I don't think so. It didn't output any messaging and had a couple gigs of images. |
can confirm that it does indeed skip and not processes anything in nested folders, even when using xy/**. |
I would like to request a recursive (-R) option built into jpegoptim. I believe this would be very beneficial to the usefulness of the application. I do understand that recursive processing can be done using the "find -type f -name "*.jpg" -exec jpegoptim --strip-all {} ;" command. However, this has two issues:
The text was updated successfully, but these errors were encountered: