I find myself copying the path of a folder quite a lot. (mostly to use in Terminal)
Getting hold of the path is somewhat cumbersome thou.
Here is a 5 minute guide on adding a context menu option to do the job for you:

I find myself copying the path of a folder quite a lot. (mostly to use in Terminal)
Getting hold of the path is somewhat cumbersome thou.
Here is a 5 minute guide on adding a context menu option to do the job for you:

I often need to pipe commands into the clipboard. E.g when I type “pwd” to get the present working directory, I would normally select the line and then copy it into my clipboard.
After a while this became tedious so I wrote a script to make life easier. I created a bash script called “toclip”…