Copy Filename and Path

Tags: thunar custom action, xclip
November 11, 2015

To learn how to use Thunar Custom Actions click here.

This action comes in handy when you need the full filepath for a file, e.g. when manipulating files through the terminal. The program xclip must be installed for this action to work.

echo -n %f | xclip -selection c

Under Appears if selection contains make sure everything is checked.

}