HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zotero — Manage your bibliographies. More information: <https://www.zotero.org/support/>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
zoterocommandclimanageinformationmoreyourbibliographies

Problem

How to use the zotero command: Manage your bibliographies. More information: <https://www.zotero.org/support/>.

Solution

zotero — Manage your bibliographies. More information: <https://www.zotero.org/support/>.

Run with the GUI:
zotero


Run in headless mode:
zotero --headless


Run with a specific profile:
zotero -P {{profile}}


Run the Migration Assistant:
zotero --migration

Code Snippets

Run with the GUI

zotero

Run in headless mode

zotero --headless

Run with a specific profile

zotero -P {{profile}}

Run the Migration Assistant

zotero --migration

Context

tldr-pages: common/zotero

Revisions (0)

No revisions yet.