Skip to content

Instantly share code, notes, and snippets.

@thanasi
Created June 16, 2017 15:31
Show Gist options
  • Save thanasi/301999020313ce6c2335a38ff0bd063b to your computer and use it in GitHub Desktop.
Save thanasi/301999020313ce6c2335a38ff0bd063b to your computer and use it in GitHub Desktop.
Output Papers Collection as .bib file
#!osascript
# %%script osascript # use this if in an ipython shell
tell application "Papers"
set outFile to "OUTPUT:DIR:FILE.bib"
export ((every publication item whose manual collection names contains "COLLECTION_NAME") as list) to outFile
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment