[LINUX] Display the absolute path on the Finder

When operating files with Finer, I felt that it was very inconvenient not to know the displayed hierarchy, so I set the absolute path to always be displayed in the Finder menu column as follows.

スクリーンショット 2020-02-16 16.24.14.png
1. Open the terminal
2. Type the following command on the terminal
$ defaults write com.apple.finder _FXShowPosixPathInTitle -boolean true
3. Restart Finder
$ killall Finder

By default, only the directory name was displayed, but now the full path is displayed.

When you want to return to the original state (bonus)

If you want to return to the original state, you can easily return to the original state by following the steps below.

Hit the following command.

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

Restart Finder in the same way

$ killall Finder

reference

https://pc-karuma.net/mac-finder-fullpath/

Recommended Posts

Display the absolute path on the Finder
Display the graph of tensorBoard on jupyter
Display the edge
Quickly display the QR code on the command line
Get the absolute path of the script you are running
Execute the command on the web server and display the result
Enlarge the plot display.
Display the weather forecast on M5Stack + Google Cloud Platform
Display the address entered using Rails gem'geocoder' on Google Map
[Python] Get the script execution directory with an absolute path
Display PIL images on Jupyter
Install the JDK on Linux
Display GUI messages on Ubuntu
Watch the video on Fedora31
Paste the link on linux
Maya | Get the workspace path
Display the image of the camera connected to the personal computer on the GUI.
[Django] Display registration data associated with users on the registration / edit form (Form)