Hide & Show - 1.1easy toggling of hidden files |
|
||||||||||||||||
|
|||||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
There it is! - Version: 1.1, 3/25/2006 06:51AM PST
(1 of 1 users found this comment useful)
Mark_42
I found where H&S installed itself. Right into a different programs package.
Potentially useful - Version: 1.1, 3/23/2006 05:06AM PST
Mark_42
Potentially useful, but the installer doesn't install anything. I had to run H&S from inside the package.
Not friedly to Mac users - Version: 1.1, 3/22/2006 11:48AM PST
(2 of 2 users found this comment useful)
Andreas..
With so many magnificent freeware apps available for the Mac I think this developer is being greedy to ask even just $5 for a single Terminal command or, in an AppleScript:
set {currentSetting, toggle} to {do shell script "defaults read com.apple.finder AppleShowAllFiles", "ON"}
if currentSetting is in "ONO" then set toggle to "OFF"
try
-- Put an optional "whoosh" sound here
tell application "Finder" to quit
do shell script "defaults write com.apple.finder AppleShowAllFiles " & toggle
delay 0.25 -- Adjust to suit your Mac
tell application "Finder" to launch
on error errTxt
display dialog errTxt
end try
Hint: If you use it often save it from Script Editor as an app and slide it into the sidebar of a Finder window.
Sorry, Mr Developer - what you are doing is not in any way dishonest, but I find it unfriendly to your fellow Mac users.
set {currentSetting, toggle} to {do shell script "defaults read com.apple.finder AppleShowAllFiles", "ON"}
if currentSetting is in "ONO" then set toggle to "OFF"
try
-- Put an optional "whoosh" sound here
tell application "Finder" to quit
do shell script "defaults write com.apple.finder AppleShowAllFiles " & toggle
delay 0.25 -- Adjust to suit your Mac
tell application "Finder" to launch
on error errTxt
display dialog errTxt
end try
Hint: If you use it often save it from Script Editor as an app and slide it into the sidebar of a Finder window.
Sorry, Mr Developer - what you are doing is not in any way dishonest, but I find it unfriendly to your fellow Mac users.
Most Recent Replies: View All 2 Replies
- Not friedly to Mac users