Filed under: OS, Cool tools, Freeware
Refresh the Finder

Before Tiger one of the things people complained about the Finder was its lack of a "Refresh" command along the lines of F5 in the Windows Explorer. Supposedly this was fixed in Tiger with automatic refresh, but as we've noted in one of our Ask TUAW columns, sometimes it doesn't quite seem to work. Having had enough of this, Samuel Svensson decided to do something about it and wanted to add a refresh button to the Finder similar to the one in Safari. He wrote this simple application, which is actually just a wrapper around a simple AppleScript:
tell application "Finder"
tell front window
update every item with necessity
end tell
end tellThe nifty part is that it is just a regular application you place in your Applications folder. It merely has a very small icon so that when you drag it onto your Finder toolbar (as we just covered in Mac 101), it looks like a Finder button. In fact, it isn't a hack or plug-in of any sort. Cool idea.
Refresh the Finder is a free download from design firm .
Thanks, Fredrik!

![TUAW [Cafepress]](http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-cafepress-promo.png)


Reader Comments (Page 1 of 1)
cappy said 12:20PM on 4-16-2007
I've been using this Contextual Menu plugin for a while now. Works like a charm.
http://www.brockerhoff.net/nudge/
Reply
Clark Goble said 1:29PM on 4-16-2007
I thought with 10.4 you didn't need to do a refresh. New files automatically refresh the Finder. I used a script like this a lot in 10.3 but haven't had a need for it sense as long as I can recall.
Reply
Vincent said 1:36PM on 4-16-2007
The one thing where I have needed it is on networked drives. It's annoying to have to eject and re-attach a networked drive to see if anything has changed. I hope this does the trick for that.
Reply
Chad said 1:50PM on 4-16-2007
Very nice idea. I have not seen anyone integrate with the finder toolbar in this way. Simple, but effective.
Reply
Scott said 3:33PM on 4-16-2007
I usually just hit the Finder's Back button, then the Forward button, and the display refreshes.
Reply
Mo said 7:41PM on 4-16-2007
Generally it's not Finder itself that gets stuck, but Spotlight's metadata cache: I find this especially after unzipping files (BOMArchiveHelper or The Unarchiver will do the unzip, and Finder will tell me the resultant folder's empty—even though the terminal says files are there). Usually involves a manual ‘mdimport’ to get it going, or copying the folder to a new one from the command-line. I've a feeling refreshing Finder wouldn't help in these situations.
Reply
ikurah said 2:20PM on 4-17-2007
Nice, very nice.
There is a similar script for the UP button too
http://www.setupmac.com/addons/finder-up-button/
Reply