不显示的时候,偶尔用回到,显示的时候,又感觉好乱。。。
1
firemiles Apr 21, 2016 via Android
不是用 ls -a 吗
|
2
HustLiu Apr 21, 2016
感觉楼主还是 windows 使用习惯啊……
|
3
stormslowly Apr 21, 2016
path finder 可以解你的毒
|
5
techyan Apr 21, 2016 via iPhone
。。然后 spotlight 的索引文件就都出来了?
|
6
naver1 Apr 21, 2016
来回切换太麻烦了,就直接一直显示了。。
|
7
debiann Apr 21, 2016 via iPhone
ls -a +1000 万
|
8
jsonline Apr 21, 2016 via Android
楼主不用命令行?
逼格一下就没了! |
9
Drifter Apr 21, 2016
|
11
yoa1q7y Apr 21, 2016
open ~/Movies/.aa/0819/BBI-194.avi
|
12
SharkIng Apr 21, 2016
ls -a 就行了,我都不知道显示隐藏怎么设置.
|
13
qfdk PRO 不会 la 这个更快 看着带。的就强迫症发作了
|
14
jy01264313 Apr 21, 2016
基本就不用鼠标打开文件
|
15
kassadin Apr 21, 2016
display dialog "是否显示.隐藏文件" buttons {"显示", "隐藏"} with icon 2 with title "Switch to presentation mode" default button 1
set switch to button returned of result if switch is "隐藏" then do shell script "defaults write com.apple.finder AppleShowAllFiles -bool false;killall Finder" else do shell script "defaults write com.apple.finder AppleShowAllFiles -bool true;killall Finder" end if 脚本编辑器保存成 app 显示 /隐藏桌面 display dialog "桌面图标设置为可见或隐藏?" buttons {"可见", "隐藏"} with icon 2 with title "Switch to presentation mode" default button 1 set switch to button returned of result if switch is "隐藏" then do shell script "defaults write com.apple.finder CreateDesktop -bool FALSE;killall Finder" else do shell script "defaults delete com.apple.finder CreateDesktop;killall Finder" end if |
16
just4fan Apr 21, 2016
@stormslowly @Insomnia 同推荐 path finder
|
17
SoloCompany Apr 21, 2016
Option + 空格
~ . |