emoji-quickpick

Crates.ioemoji-quickpick
lib.rsemoji-quickpick
version1.0.0
sourcesrc
created_at2019-06-16 13:11:09.391757
updated_at2019-06-16 13:11:09.391757
descriptionemoji picking tool for Linux
homepage
repositoryhttps://github.com/canndrew/emoji-quickpick
max_upload_size
id141542
size66,040
Andrew Cann (canndrew)

documentation

README

emoji-quickpick

emoji-quickpick is a tool that lets you quickly pick an emoji and insert it into whereever you're typing.

Usage

Configure your window manager to run emoji-quickpick whenever you press some key combo (eg. I have it bound to Windows-E). When you run it you'll be presented with a small text box in the middle of your screen. Start typing the name of an emoji and a list of suggestions will appear. Press enter to use the top suggestion, or use the arrow keys to scroll to another suggestion. Select an emoji to close emoji-quickpick and enter the emoji into the focused application (by simulating typing it). Or otherwise press escape to cancel.

Building

emoji-quickpick is written in Rust so you'll need the Rust compiler as well as the native dependencies: glib, cairo, pango, gdk_pixbuf, atk, gtk+ and xdotool (for libxdo).

After you have these, just install through cargo:

cargo install emoji-quickpick

Compatibility

Only tested on Linux and X windows. Unlikely to be compatible with anything else.

License

GPL-v2

Commit count: 2

cargo fmt