diff options
author | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-08-09 19:21:18 +0200 |
---|---|---|
committer | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-08-09 19:21:18 +0200 |
commit | 8375c66fd4f9112c826dcfcd0770ad97b1f85016 (patch) | |
tree | 7cc9928ef2b228b4f8a0a603251afa8bb2f25e4c /emoji.sh |
initial commit
Diffstat (limited to 'emoji.sh')
-rwxr-xr-x | emoji.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emoji.sh b/emoji.sh new file mode 100755 index 0000000..74985b5 --- /dev/null +++ b/emoji.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +dmenu -i -l 25 < ./emoji_list | awk '{print $1}' | tr -d '\n' | xclip -selection clipboard |