jmackie / emoji-picker

๐Ÿ•บ GUI picker thing for emoji power users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

๐Ÿ•บ GUI picker thing for emoji power users


Languages

Language:Rust 87.9%Language:Nix 10.0%Language:Vim Script 2.1%