summaryrefslogtreecommitdiff
path: root/emoji-picker.fish
blob: efa32534135a89af8dda9d580a2c661733a2dd9f (plain)
1
2
3
4
#!/bin/fish

set -l chosen_item (cat (dirname (status filename))/data/emojis.txt | fuzzel --dmenu --placeholder='Type to search emojis')
test -n "$chosen_item" && echo "$chosen_item" | cut -d ' ' -f 1 | tr -d '\n' | wl-copy