mrowa44 / emojify

Emoji on the command line :scream:
MIT License
1.55k stars 70 forks source link

I created a key binding for i3wm for getting an emojified string #28

Closed lopis closed 6 years ago

lopis commented 6 years ago

I didn't know where to share this. This is for the i3 windows manager. It opens a small prompt where the user can type some text, then press Enter, and have the emojified text copied to their clipboard.

bindsym $mod+shift+e exec i3-input -P 'emojify:' -F "exec emojify %s | tr -d '\n' | xclip -selection clipboard"
mrowa44 commented 6 years ago

I think you can add a bullet point in readme in related section that links here