#!/bin/sh # curzotpdf - get select URL to current Zotero selection PDF attachment curl -s 'http://127.0.0.1:23119/zotxt/items?selected=selected&format=paths' | jq -r '.[].paths[]'