Created
June 16, 2017 15:31
-
-
Save thanasi/301999020313ce6c2335a38ff0bd063b to your computer and use it in GitHub Desktop.
Output Papers Collection as .bib file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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