Skip to content

Instantly share code, notes, and snippets.

@panlw
Last active December 27, 2015 08:59
Show Gist options
  • Save panlw/7300355 to your computer and use it in GitHub Desktop.
Save panlw/7300355 to your computer and use it in GitHub Desktop.
[Finder] Copy Path to Clipboard
on run {input, parameters}
tell application "Finder"
set sel to the selection as text
set the clipboard to POSIX path of sel
end tell
return input
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment