Last active
November 10, 2016 21:35
-
-
Save BrainStormCenter/2e191785434ac129df87b882040d3082 to your computer and use it in GitHub Desktop.
AppleScripts for Papers3 library to BibDesk 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
(* | |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
% | |
% | |
% CREATED BY: JASON CRAGGS | |
% | |
% CREATED ON: 2015-11-19 | |
% MODIFIED ON: 2016_03_25 | |
% | |
% | |
% USAGE: EXPORT ALL REFERENCES FROM PAPERS 3 TO A BIBTEX LIBRARY | |
% | |
% | |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
% | |
*) | |
tell application "Papers" to export ((every publication item) as list) to "Macintosh HD:Users:XXXX:Documents:References:AllRefs.bib" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment