Paul Osko, 07.07.2020 08:00
Добавить вверху Finder полный путь к папке
Полный путь к папке вверху Finder:
Включить отображение:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;
killall Finder
Выключить отображение:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool FALSE;
killall Finder