π¦ ClawHub
Zotero Cli
by @killgfat
Command-line interface for Zotero - search your Zotero library, add/edit notes, read attachments, and manage bibliographic references from the terminal.
π‘ Examples
# Install (PEP 668 systems)
sudo apt install pipx && pipx ensurepath && pipx install zotero-cliConfigure
zotcli configureStart using
zotcli query "machine learning"
zotcli add-note "\"deep learning\""
zotcli read "\"attention mechanism\""
π Detailed guide: QUICKSTART.md
βοΈ Configuration
# Set default editor
export VISUAL=nano # or vim, emacs, codeRun configuration
zotcli configureVerify setup
./scripts/setup_and_check.sh
π Tips & Best Practices
Command not found:
export PATH="$HOME/.local/bin:$PATH"
pipx ensurepath
Permission denied (PEP 668 systems):
pipx install zotero-cli
Configuration errors:
zotcli configure
π Detailed troubleshooting: INSTALL.md
TERMINAL
clawhub install zotero-cli