tag icon indicating copy to clipboard operation
tag copied to clipboard

Add generalized boolean search, allowing to match files not including tags

Open xave opened this issue 7 years ago • 2 comments

It would be nice to be able to specify tags to ignore. For instance, say I tag some files as "archive". I could then run a search as normal but that do not include files tagged as archive. A sample of the command could look like this:

tag -f Red Yellow Blue -i archive

This would search for all files that have been tagged "Red", "Yellow", and "Blue", but that do not have the "archive" tag.

xave avatar Jul 30 '18 02:07 xave

So you seem to want to be able to add an exclude criteria: contains these tags but not these other tags. Yeah, currently we can't do that. That would fall under more generalized boolean support.

jdberry avatar Jun 28 '19 17:06 jdberry