Question

What commands do we have for finding tagged files/folders using find on the command line?

I have done a search and looked on this site and found nothing.

Était-ce utile?

La solution

The correct command to perform Spotlight searches on the macOS Terminal command line is mdfind.

mdfind "kMDItemUserTags == '<your_tags_here>'"

The list all the kMD codes:

mdimport -A
Licencié sous: CC-BY-SA avec attribution
Non affilié à apple.stackexchange
scroll top