aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/rofimoji
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/bin/rofimoji')
-rwxr-xr-xdotfiles/.local/bin/rofimoji12
1 files changed, 12 insertions, 0 deletions
diff --git a/dotfiles/.local/bin/rofimoji b/dotfiles/.local/bin/rofimoji
new file mode 100755
index 0000000..64cfabe
--- /dev/null
+++ b/dotfiles/.local/bin/rofimoji
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+list="$(grep -v "#" ~/.local/share/script-data/emoji)"
+if [ "$ROFI_RETV" != 0 ]; then
+ c=$(echo "$1" | cut -f1)
+ echo "$c" | tr -d '\n' | wl-copy
+ notify-send "'$c' copied to clipboard."
+ exit
+fi
+
+echo -ne "\0prompt\x1fChoose emoji\n"
+printf "%s" "$list"