Domanda

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.

È stato utile?

Soluzione

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
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a apple.stackexchange
scroll top