During the last year, I have been working using MAC. The feature that I miss the most is a fast way to get the path of a file or folder and an immediate way to move to a given path. Although SHIFT+CMD+d activates the Go to the folder:
action and solves the second, I did not find an alternative for the first.
Visualizing and copying the path to a file or folder is easy from Finder
:
Get Info
But I find myself frequently needing to copy and paste a file or folder path and this option became tedious.
So I discovered the Automator
, an application that allows you to automate tasks.
Automator
and create a Quick Action
documentUtilities
and drag and drop Copy to Clipboard
to the gray are of actionsWorkflow receives current
select files or folders
and on in
select Finder
Copy Path
Now we can access to the Quick Action
using the context menu in Finder
.