Item Management¶
Add by DOI¶
Add by URL¶
Add from Local PDF¶
Extracts DOI from the PDF, creates the item, and attaches the file.
Batch Import¶
The file should contain one DOI or URL per line.
Update Metadata¶
zot update ABC123 --title "Corrected Title"
zot update ABC123 --date "2024-01-15"
zot update ABC123 --field publicationTitle="Nature"
Delete Items¶
zot delete ABC123 # Confirmation prompt
zot delete ABC123 --yes # Skip confirmation
zot --no-interaction delete ABC123 # Script mode
Items are moved to Zotero's trash, not permanently deleted.