#!/bin/sh # curzot - get select URL to current Zotero selection curl -s 'http://127.0.0.1:23119/zotxt/items?selected=selected&format=key' | jq -r '.[] | "zotero://select/items/\(.)"'