LoginSignup
4

More than 5 years have passed since last update.

[Mac]Finderタイトルをフォルダのフルパスにする

MacはWindowsと違って、ディレクトリのフルパスがわからなくて困ったことがありませんか?
以下のサイトが参考になりました。

PC設定のカルマ

ターミナルを起動
変更はターミナルでのコマンド操作で行います。まずはターミナルを起動しましょう。
MacのFinderから
→「アプリケーション」
→「ユーティリティ」
→「ターミナル」
を起動します。
Finderタイトルをフルパスに
起動したターミナルにFinderタイトルをフルパスにするコマンドを入力します(プロンプト → $ の後ろに入力)。

$ defaults write com.apple.finder _FXShowPosixPathInTitle -boolean true

Finderを再起動し、設定を反映します。

$ killall Finder

Finderタイトルをみてみましょう。
タイトルがフルパス表示のディレクトリ名(ここでは、/Applications/MAMP)が表示されていますね。

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
What you can do with signing up
4