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.47k stars 94 forks source link

Requesting option to not follow symlinks #34

Open thislooksfun opened 7 years ago

thislooksfun commented 7 years ago

I'm trying to recursively add a tag all the files and folders in a path, which is working perfectly except that I have added a simlink to a directory on an external read-only drive, and it's now giving me the error tag: The operation couldn’t be completed. (OSStatus error -8058.). Could you maybe add an option to not follow links?

jdberry commented 7 years ago

Could be done. Patches welcome.