-
Notifications
You must be signed in to change notification settings - Fork 159
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
Feature request: Add action flag that tells FEH to remove the image from list after executing the action #322
Comments
Indeed. feh will now check whether the image still exists after executing an action and update the filelist when appropriate. |
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this issue
Oct 19, 2017
https://git.finalrewind.org/feh/plain/ChangeLog Sat, 07 Oct 2017 12:14:17 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.21 * Add toggle_fixed_geometry ('g') key binding to toggle window auto-resize * Improve control via terminal input * Fix crash (segmentation fault) when using feh -O in non-index mode * Fix --force-aliasing (and possibly other options) missing from ~/.fehbg when using them for background setting Thu, 07 Sep 2017 20:20:11 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.20 * Fix clang/gcc warnings (Patches by orbea) * Add support for control via terminal input. feh will read key presses from the controlling terminal and handle them like X11 key presses inside the feh window. Note that at the moment, only lower / upper case ASCII letters and a very small set of additional keys are supported. * Fix broken ImageMagick support (see --magick-timeout) when using some ImageMagick versions <derf/feh#323> * Remove images from the filelist if they were removed by executing a user-defined action <derf/feh#322>
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this issue
Oct 22, 2017
https://git.finalrewind.org/feh/plain/ChangeLog Sat, 07 Oct 2017 12:14:17 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.21 * Add toggle_fixed_geometry ('g') key binding to toggle window auto-resize * Improve control via terminal input * Fix crash (segmentation fault) when using feh -O in non-index mode * Fix --force-aliasing (and possibly other options) missing from ~/.fehbg when using them for background setting Thu, 07 Sep 2017 20:20:11 +0200 Daniel Friesel <derf+feh@finalrewind.org> * Release v2.20 * Fix clang/gcc warnings (Patches by orbea) * Add support for control via terminal input. feh will read key presses from the controlling terminal and handle them like X11 key presses inside the feh window. Note that at the moment, only lower / upper case ASCII letters and a very small set of additional keys are supported. * Fix broken ImageMagick support (see --magick-timeout) when using some ImageMagick versions <derf/feh#323> * Remove images from the filelist if they were removed by executing a user-defined action <derf/feh#322>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've seen many people uses actions to move files to other directories. It would be great to have a flag that tell FEH to remove the file from the list once the action has been executed. So the count of images stay correct and the list stay up-to-date.
The text was updated successfully, but these errors were encountered: