I just found Totalfinder by Antonin Hildebrand : http://totalfinder.binaryage.com/ you should definitely try this. It finally allows me to have a finder that orders folders on top. Unfortunately it requires SIMBL and is alpha but I installed it and didn’t encounter problems yet.
One thing: it doesn’t harmony with the window moving features of BetterTouchTool (it works but only if you have enabled the “window under cursor” and then hover the top of the Finder window while moving the window). Antonin already said he’ll fix it
I like having the folder on top sooo much
written by Andreas Hegenberg
A friend of mine (Christian Ziegler) just released a neat little tool called Core Renamer
Core-Renamer is a free and easy to use, lightweight filerenamer for Mac OS 10.5+. It supports basic renaming operations like delete, replace, insert on an arbitrary amount of files.
You can download Core Renamer here
written by Andreas Hegenberg
I encountered many freezes since I upgraded to Snow Leopard. (Beachball appeared for about 20 seconds and the GUI didn’t respond) Yesterday I found the problem. So if you have those freezes too, and you have installed Growl (maybe it came with Adium or something), deactivate Growl in your System Preferences or install one of the Growl betas.
//Update: Growl seems to be not the only problem. When using Safari freezes occur sometimes too… in /etc/log/System.log something like “INSERT-HANG-DETECTED” shows up. Hope they fix those freezing issues soon. Some people reported booting in 64bit mode solves the problems…
//Update: booting to 64Bit solved the freezing issues for me. (Hold 6 and 4 while your mac starts up, you can release the keys if the spinning wheel appears)
//See newer update at the end of this post!
For booting in 64bit permanently you have to edit com.apple.Boot.plist this only works if you have 64bit efi, to test if you have 64bit efi type this in terminal.app: ioreg -l -p IODeviceTree | grep firmware-abi
If you have efi64 you can make it permanently boot in 64Bit:
- Open Terminal.app
- enter:
sudo pico /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
- search for
<key>Kernel Flags</key>
<string></string>
- replace it with:
<key>Kernel Flags</key>
<string>arch=x86_64</string>
- press ctrl+o
- press enter
//update: a few days after booting in 64bit the freezes came back… but I think this finally did the trick : http://support.apple.com/kb/HT1411 Since I did this SMC Reset on my Macbook Pro 13″ (current generation) everything seems to work perfect (even Safari!!)
//update: in the meantime apple released the so called “performance update” which seems to care about the freezes too. If the last steps didn’t help you don’t bother installing it.
written by Andreas Hegenberg