Skip to content

Instantly share code, notes, and snippets.

View kha-dinh's full-sized avatar

khadinh kha-dinh

View GitHub Profile
@kha-dinh
kha-dinh / pdf_zotero.sh
Last active December 9, 2024 07:43 — forked from Pangoraw/pdf_zotero.sh
Open zotero files from a selector like rofi, dmenu, fzf. Now with support for previewing, citation keys, authors, and builtin Zotero reader.
set -o errexit
set -o pipefail
set -o nounset
ZOTERO_DIR="$HOME/Zotero"
ZOTERO_DB="${ZOTERO_DIR}/zotero.sqlite"
OPENER="xdg-open"
# All-in-one previewer copied from https://github.com/MarrekNozka/fzf--previewer