Simple emoji picker for rofi written in bash, that pulls the emoji data from http://unicode.org/reports/tr51/index.html#emoji_data
bash
as the interpreter for the script.curl
to download the emoji data.grep
andcut
to process the emoji data.rofi
for display and selection.xclip
to copy the emoji to the clipboard.
- Clone this repository
- Execute
make install
(as root) - Run with
rofi-emoji-picker