1
0
Fork 0
dotfiles/utils/asciify.sh
2021-11-09 12:16:41 +01:00

4 lines
175 B
Bash
Executable file

#!/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