Skip to content

Instantly share code, notes, and snippets.

@tothi
Created December 15, 2019 13:37
Show Gist options
  • Save tothi/14317a2194d6173ca99c144c05bf22a5 to your computer and use it in GitHub Desktop.
Save tothi/14317a2194d6173ca99c144c05bf22a5 to your computer and use it in GitHub Desktop.
# 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