#!/usr/bin/env bash set -euo pipefail ROOT=$(dirname "$(readlink -f "$0")") tail +3 $ROOT/asciify.txt | rofi -eh 2 -dmenu | cut -f1 -d'|' | xargs | xclip -selection clipboard