zotero-plugin-template/scripts/zotero-cmd-default.json
2023-06-12 23:24:42 +08:00

9 lines
233 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)",
"exec": {
"7": "/path/to/zotero7.exe"
}
}