Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.25 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.25 KB

emoji-picker

Build Status

gif of emoji picker working with gedit gif of emoji picker working with a git commit message

dmenu-like Gtk thing for quickly looking up emojis. Why? Because I want quick emoji lookup everywhere. Why not use <some existing terminal thing>? Because my terminal font is bad.

Installation

cargo install

Or if you're using Nix:

nix-env -f . -i

In which case you might also want to use my cachix 👍

cachix use jmackie

Usage

emoji-picker

On it's own this will simply print your selection to stdout. So you'll probably want to pipe the output to your clipboard. Something like:

emoji-picker | xclip -selection clipboard

Then make that command a key binding and you're home and dry son 🔥

Shoutouts