summaryrefslogtreecommitdiff
path: root/emoji-picker.fish
diff options
context:
space:
mode:
Diffstat (limited to 'emoji-picker.fish')
-rwxr-xr-xemoji-picker.fish4
1 files changed, 0 insertions, 4 deletions
diff --git a/emoji-picker.fish b/emoji-picker.fish
deleted file mode 100755
index 4f2283c..0000000
--- a/emoji-picker.fish
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env 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