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

`tag --add` with an existing tag removes color information in Finder #24

Closed ghost closed 8 years ago

ghost commented 8 years ago

If I use the command tag --add "Important" myFile.docx, it adds the tag "Important" to my file. However, the tag tool also seems to remove the color information for display in the Finder for this tag. So in this instance, the "Important" tag is by default marked with a red dot, now it isn't marked as such anywhere in the Finder which is quite annoying.

jdberry commented 8 years ago

@jlb1234 I can't replicate this.

I do the following:

  1. Create a file
  2. Add standard color tags to it in the Finder
  3. Use tag to add the Important flag
  4. The finder continues to display the color tags, and also the Important tag, as expected.