
1
m4ker Dec 16, 2015
看下 AppleScript 有没有接口
|
2
fatestigma Dec 16, 2015 AppleScript 中 tell app "Finder" to set { comment | label index } of file to 。
另外 CLI 有个叫 tag 的可以方便操作文件的 tag ,详见 `brew info tag` |
3
tanteng Dec 16, 2015
ding
|
4
lululau Dec 16, 2015
http://stackoverflow.com/questions/8530825/mac-os-x-add-a-custom-meta-data-field-to-any-file
用这个方法设置的注释,会被 spotlight 索引,也能查询到,但是不知道为什么在 Finder 里的 Get Info 窗口里却看不到 |
5
tianzhidao28 OP 谢谢了
|