Skip to content
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

Add %T temp output filename format specifier #638

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zonaj
Copy link

@zonaj zonaj commented Nov 18, 2021

With the %T format specifier, one is able to supply an output file for an action's result.
Example usage:

feh --action ';[flatten]convert %F -layers flatten %T' myimage.gif

This will provide an action that flattens myimage.gif (shows all its layers), writing out the result in a temporary file (the %T invents a unique temporary filename).

This patch is working out great for me, but I understand if it has issues and is not quite good enough to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants