Skip to content

Instantly share code, notes, and snippets.

@loochao
Forked from jsmm/Reveal in Finder.scpt
Created November 5, 2016 12:38
Show Gist options
  • Save loochao/ae4258277d8303131a64f5f0292529cc to your computer and use it in GitHub Desktop.
Save loochao/ae4258277d8303131a64f5f0292529cc to your computer and use it in GitHub Desktop.
tell application "Skim"
set FilePath to get the file of front document
tell application "Finder"
activate
reveal FilePath
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment