Skip to content

Instantly share code, notes, and snippets.

@rharriso
Created November 5, 2015 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rharriso/61ed9cc90e3464cd3690 to your computer and use it in GitHub Desktop.
Save rharriso/61ed9cc90e3464cd3690 to your computer and use it in GitHub Desktop.
Nautilus script to copy to clipboard on right click (using clipit)
#~/.local/share/nautilus/scripts/copy-full-path.sh
#! /bin/bash
echo $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS | clipit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment