

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