It has always bugged me columns in MACOS Finder wouldn't automatically resize the width to the content of the folder.
Today I came across this command:
defaults write com.apple.finder _FXEnableColumnAutoSizing -bool YES; killall Finder
This fixes the width of columns, once and for all.







