One issue that I have contended with recently was finding "Refresh", the equivalent to Windows F5. I had software generating output and was watching in Finder to see how large the output file was over time. You can Ctrl-Click and select "Get Info" but the one tap function key for refresh does not seem to be available.
After some browsing I found a nice script offered by Eric "Heavyboots" which I reproduce below. His suggestion was to save as an executable apple script app, but I have gone one further and placed the script directly into an Automator plug-in.
Automator > Library(Automator) > Action(Run AppleScript)
tell application "Finder"File > Save As Plugin >
tell front window
update every item with necessity
end tell
end tell
Save Plug-in As: Refresh
Plug-in for: Finder
Now when you want to refresh in finder you can right click (Ctrl+Click) anywhere (so far as I have tested) in Finder:
Finder > Right Click > Automator > Refresh
Path Finder has solved nearly all of these problems, however it is quite crashy on my system; so much so that it is really cheesing me off to the point where I often just use the basic OS X finder because I need something to work right away. Consequently, when I had a refresh issue with Finder ... I considered using Path Finder only for a second or two before I decided to continue with Finder. Path Finder has its own list of bugs but the added functionality is excellent. Once they iron out the crashing, and get some of the silly errors out of the software I will highly recommend Path Finder as a complete replacement for finder. But definitely not now (July 2006).
2 comments:
I've extended this a bit to assign a keyboard shortcut - makes this feature really good:
http://mac-tech-switching.blogspot.com/2006/09/refreshing-finder-with-keyboard.html
beatifull.
very usefull. I'm trying mac os x just to find out that os x realy sucks. How come there is NO refresh action in finder? Ubuntu is much cooler!
Post a Comment