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

Problems when using special characters #68

Open DirkFreise opened 2 years ago

DirkFreise commented 2 years ago

First of all - thanks for providing this very useful piece of software.

Here is the issue. If I want to remove the green color label (which is "grün" in German) it is not removed. I can add it (tag -a "Grün" filename) which works perfectly, but removing it does not work (tag -r "Grün" filename).

Since the name of the color labels are set by the system it would be really great if you could fix this.

Thanks a lot,

Dirk