Add images file support to *Repeat.
Previously *Repeat
ignored any files FileSwitch classified as images. Since file system objects are only identified as image files if their image file system is loaded, this is inconsistent and inconvenient.
Changes:
- If no filters are specified on the command line, or both
-files
and-directories
are specified, then image files are how also processed in addition to normal files and directories. -
-type
is now able to match image files.