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.

有帮助吗?

解决方案

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
许可以下: CC-BY-SA归因
不隶属于 apple.stackexchange
scroll top