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)
$ 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)
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
I was also looking for this kind of functionality to automate deployment of Zotero AND plugins in new machines.