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.
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
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 🔥
- The
Gtk-rs
people for doing a Good Job muan/emojilib
for producingemojis.json
🙏