LoginSignup
40
44

More than 5 years have passed since last update.

Mac の Finder でタイトルバーにフルパスを表示する

Posted at

ターミナルを開いて
defaults write com.apple.finder _FXShowPosixPathInTitle -boolean true

と入力するとタイトルバーにフルパスが表示されるようになります。

Xtra Finderを利用している場合でも同じように表示されます。

解除には以下を同じようにターミナルで入力してください。
defaults delete com.apple.finder _FXShowPosixPathInTitle

40
44
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
40
44