You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently paving the way for SystemCleaner and AppCleaner to support individual actions.
i.e. the final action to a result does not have to be "delete it".
It could be something like:
Compressing XY
Changing image quality
Removing meta data
etc.
I'm looking for a few use-cases that could implemented here.
Example: e.g. slightly more lossy JPEGs. Though here it might be problematic if that action does not have idempotence, and multiple execution would further lower image quality.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently paving the way for
SystemCleaner
andAppCleaner
to support individual actions.i.e. the final action to a result does not have to be "delete it".
It could be something like:
etc.
I'm looking for a few use-cases that could implemented here.
Example: e.g. slightly more lossy JPEGs. Though here it might be problematic if that action does not have idempotence, and multiple execution would further lower image quality.
Would love to hear some other ideas!
Beta Was this translation helpful? Give feedback.
All reactions