TotalFinder
I removed total finder as I believe Yosemite has upgraded its finder app and its a lot more useful now with the tabbing feature inbuilt. If I could I would use native apps where possible. The few things that the finder didn't have that I used is copy paste functions but nevertheless I can ignore them as I don't use it as much, however the sort feature with the folders on top was a must and I found a quick hack.
http://mygeekdaddy.net/2014/10/16/change-yosemite-finder-app-sort-order/
sudo plutil -convert xml1 /system/library/coreservices/Finder.app/Content/Resources/English.lproj/InfoPlist.strings
alter the strings to add a space before the word "Folder"
sudo plutil -convert binary1 <the same file>
sudo killall finder
load up finder and sort by kind and we're on our way!
http://mygeekdaddy.net/2014/10/16/change-yosemite-finder-app-sort-order/
sudo plutil -convert xml1 /system/library/coreservices/Finder.app/Content/Resources/English.lproj/InfoPlist.strings
alter the strings to add a space before the word "Folder"
sudo plutil -convert binary1 <the same file>
sudo killall finder
load up finder and sort by kind and we're on our way!
Comments
Post a Comment