dots


dots / config / .local / bin
xxwhirlpool  ·  2026-01-27

unilist

 1#!/usr/bin/env bash
 2#
 3# this is just a chopped up `shmoji`
 4
 5unidir="$HOME/.config/unilist"
 6unifile="$unidir/unilist.txt"
 7
 8uniprint() {
 9    printf "%s" "$1" | cut -d " " -f 1 | tr -d '\n'
10}
11
12unipick=$(cat "$unifile" | dmenu -i -c -l 10) && uniprint "$unipick" | xclip -selection clipboard