WarpEngineer / ftags

A Bash script to set tags on files and easily search by those tags.
MIT License
1 stars 0 forks source link

Allow searching for multiple tags intersection #1

Open WarpEngineer opened 6 years ago

WarpEngineer commented 6 years ago

Allow searching for multiple tags at once. Comma-separated would be good.

ftags web,bootstrap would search for the 'web' and 'bootstrap' tags and return the intersection.

WarpEngineer commented 6 years ago

Note that multiple tags can be searched by listing them; however, the result is a union of the tags listed. What is needed here is an intersection: AND instead of OR.