jdberry / tag

A command line tool to manipulate tags on Mac OS X files, and to query for files with those tags.
MIT License
1.46k stars 94 forks source link

Feature to exclude directories when adding or editing tags recursively #30

Open jalustig opened 7 years ago

jalustig commented 7 years ago

Right now, if you add or edit tags recursively, it's also applied to the directories themselves.

It would be great if there was a flag or option to make it so that tag will not add tags to directories.

jdberry commented 7 years ago

Hi @jalustig. Interesting idea. Patches welcome.