Skip to content

Instantly share code, notes, and snippets.

@alissone
Created March 3, 2021 12:23
Show Gist options
  • Select an option

  • Save alissone/08065129dbf1961380eb61570e7e63ab to your computer and use it in GitHub Desktop.

Select an option

Save alissone/08065129dbf1961380eb61570e7e63ab to your computer and use it in GitHub Desktop.
Copy full path to clipboard Thunar custom action
# Requires xclip installed. Simply copy the following line to "Command" field and check any filetype in "Appearance Conditions"
echo -n %f | xclip -selection clipboard
@marcosins
Copy link
Copy Markdown

This used to be the default when you CTRL + C on any file/folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment