Get Finder to sort folders first like Windows Explorer a la terminal.
Note: This hack is no longer needed in High Sierra. Just run defaults write com.apple.finder _FXSortFoldersFirst -bool true
- Unfortunately files are sorted by kind first then alphabetically. Check the location of bootstrap.sh in the screenshot for example. This is as close as I could get it to Windows Explorer for now.
- I've left folder dropdowns. I think I like folder dropdowns for moving files between subfolders with ease, we'll see.
This performs the "space before folder" hack, does it? Handy!