emoji.sh (107B)
1 #!/bin/sh 2 3 cat "$XDG_DATA_HOME/emoji" | dmenu | awk '{print $1}' | tr -d 'n' | xclip -selection clipboard