mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
376 B
Plaintext
26 lines
376 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|