Created
December 15, 2019 13:37
-
-
Save tothi/14317a2194d6173ca99c144c05bf22a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# action_0 (move files in case of '0' key is pressed): | |
find ~/images/ -type f -newermt "2019-12-07" ! -newermt "2019-12-15" | sort | feh -f - -F -A "mv %F ~/images_selected/%N" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment