summaryrefslogtreecommitdiffhomepage
path: root/emote
diff options
context:
space:
mode:
Diffstat (limited to 'emote')
-rwxr-xr-xemote5
1 files changed, 5 insertions, 0 deletions
diff --git a/emote b/emote
new file mode 100755
index 0000000..57e999a
--- /dev/null
+++ b/emote
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+
+img="$(ls $1 | dmenu -m 0 -sb '#316299' -nb '#252732')"
+(cd $1; xclip -selection clipboard -t ~/thinkcenter/emotes/${img##*.} $img)