#!/bin/sh type wl-copy menu hiq>/dev/null || exit query="$(hiq | menu -l 3)" test -n "$query" && { hiq -dFpassword $query | wl-copy }