maybe this is useful?

#!/bin/bash
# thanks to https://github.com/foice/BibDesk2Zotero_attachments
echo "$1" > path.encoded
base64 -D -i path.encoded -o path.dec
cp path.dec "$2".xml
plutil -convert xml1 "$2".xml

it draws from code here
https://github.com/foice/BibDesk2Zotero_attachments



On Fri, May 11, 2018 at 12:54 AM, Adam M. Goldstein <
z_californianus-dated-1526424844.456...@shiftingbalance.org> wrote:

> I’m hoping for the same thing, since I moved to Linux just recently...
>
> Adam
>
> Sent from my iPhone
>
> > On May 10, 2018, at 17:49, Adam R. Maxwell <amaxw...@mac.com> wrote:
> >
> >
> >
> >> On May 10, 2018, at 02:24 PM, Glenn Hoetker <ghoet...@me.com> wrote:
> >>
> >
> >> pathfromalias "YnBsaXN0MDDUAQIDBAUGJ...AAAAAAAAAAAAALq"
> >>
> >> If it exists, I've not found it. Nor have I found how else to do it.
> Since BibDesk clearly does this, I'm hoping someone on the list can tell me
> how or at least point me in the right direction.
> >
> >
> > Not sure if it still works, but I posted a python script to do this,
> quite a few years ago. Be careful.
> >
> > http://bibdesk-users.661331.n2.nabble.com/Loss-of-local-
> file-links-tp2209604p2210523.html
> >
> >
> > -- adam
> >
> > ------------------------------------------------------------
> ------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > _______________________________________________
> > Bibdesk-users mailing list
> > Bibdesk-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bibdesk-users
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Bibdesk-users mailing list
> Bibdesk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bibdesk-users
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users

Reply via email to