lehitoskin / ivy

Ivy, the Taggable Image Viewer
GNU General Public License v3.0
16 stars 3 forks source link

Support `-t` and `-u` commandline filtering options for tagged and untagged collections #121

Closed IonoclastBrigham closed 3 years ago

IonoclastBrigham commented 3 years ago

These correspond to the T and U accelerator keys. This has the advantage of pre-filtering the loaded collection before anything is displayed, and should be much faster than loading a directory and then filtering manually.

Caveats

These options would be mutually exclusive with each other (or at least pointless in conjunction), as well as not making sense with any of -a, -o, -e, -x, etc.

lehitoskin commented 3 years ago

Is the goal to load the search results or display them on the command line?