有办法把这些文件隐藏显示吗?
![]() | 1 minamike 2017-01-09 13:18:14 +08:00 ![]() 选中一个或多个文件 运行以下 AppleScript tell application "Finder" to set s to selection as alias list if s is {} then return set out to "" repeat with f in s set out to out & "\"" & POSIX path of f & "\"" & " " end repeat property hideFolders : true if hideFolders then do shell script "chflags hidden" & " " & out set hideFolders to false else do shell script "chflags nohidden" & " " & out set hideFolders to true end if |
![]() | 2 ichubei 2017-01-09 13:30:34 +08:00 ![]() mac 小白同问: finder 里面有.js package.json xxx.h xxx.m xxx.java xxx.xml 这些都是什么呀 ? 多大 16533 个文件之多。 |
3 just4test 2017-01-09 14:33:15 +08:00 ![]() 从来都觉得我的所有文件没用。 |
![]() | 4 iv2ex 2017-01-09 16:41:52 +08:00 从左侧栏中删除我的所有文件 |
![]() | 5 iv2ex 2017-01-09 16:44:53 +08:00 ![]() ![]() |
![]() | 6 justfly 2017-01-09 16:48:09 +08:00 ![]() 这东西就是面向那些拍拍照片,看看视频,不知 terminal 为何物的用户的吧。 |
7 tairan2006 2017-01-09 17:02:07 +08:00 “我的所有文件”是个傻逼选项,建议隐藏掉。。 |
8 LukeXuan 2017-01-09 17:41:14 +08:00 ![]() http://superuser.com/questions/322142/how-do-i-hide-files-from-all-my-files-in-mac-os-x-v10-7-lion 我一般会把代码的 dir exclude 掉 只用来找文档类图片类的 |
![]() | 9 AvenirX OP |
![]() | 10 AvenirX OP 诶哟。。。 |