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

How can I tag all the files within a folder in just one command line? #35

Closed Sylvaaiin closed 7 years ago

Sylvaaiin commented 7 years ago

Hi,

I'm able to tag a specific file if I put its name it in the command line.

But what if I want to tag a bunch of files (or all the files) which are in the same folder without naming them one by one?

Thanks in advance for your help :)

Regards,

Sylvain

jdberry commented 7 years ago

You can recursively add tags to files in a directory. It would be probably be nice to support the feature in #30, which calls for supporting the ability to not apply changes to directories, perhaps something like a --no-dirs option.