Install Zotero Add-Ons from command line

Since it is very handy to use cULR for downloading the latest version of add-on from github, e.g.:

$ cd ~/Downloads
$ curl -s https://api.github.com/repos/egh/zotxt/releases/latest | jq '.assets[0].browser_download_url' | xargs curl -L -O

Is it then also possible to install this zotero add-on from command line? Something like:

$ zotero --install-addon ~/Downloads/zotxt-5.0.2.xpi

(I am with Zotero 5.0.34.6 on Mac but it would be nice to have such possibility also on Linux and Windows)
  • No one (developers?) has any feedback here?
    I was also looking for this kind of functionality to automate deployment of Zotero AND plugins in new machines.
Sign In or Register to comment.