zotero-plugin-template/scripts/zotero-cmd-default.json
2023-01-05 20:44:36 +08:00

6 lines
248 B
JSON

{
"usage": "Copy and rename this file to zotero-cmd.json. Edit the cmd.",
"killZoteroWindows": "taskkill /f /im zotero.exe",
"killZoteroUnix": "kill -9 $(ps -x | grep zotero)",
"startZotero": "/path/to/zotero.exe --debugger --purgecaches"
}