Skip to content

Instantly share code, notes, and snippets.

@eclarke
Last active August 29, 2015 14:07
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 eclarke/5b9a86687539a858edc3 to your computer and use it in GitHub Desktop.
Save eclarke/5b9a86687539a858edc3 to your computer and use it in GitHub Desktop.
Applescript to export Papers library as bibtex file
tell application "Papers"
set outFile to "path_to_notebook_folder/library.bib"
export ((every publication item) as list) to outFile
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment