Is there a way to toggle the hidden files visibility on/off with a terminal script?
In pseudocode:
if can view hidden files
set com.apple.Finder AppleShowAllFiles false
else
set com.apple.Finder AppleShowAllFiles true
killall Finder
|
Is there a way to toggle the hidden files visibility on/off with a terminal script? In pseudocode:
| ||||
|
feedback
|
| |||
|
feedback
|
|
AppleScript or a shell script? Of course I like the widget best. | |||
|
feedback
|
Cmd-Shift-.. In many cases, this should be good enough. – Daniel Beck Jan 17 at 9:05