Pregunta

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.

¿Fue útil?

Solución

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
Licenciado bajo: CC-BY-SA con atribución
No afiliado a apple.stackexchange
scroll top