|
||
---|---|---|
.vscode | ||
dbus | ||
gnome | ||
src | ||
systemd | ||
.editorconfig | ||
.gitignore | ||
CHANGELOG.md | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
Makefile | ||
README.md | ||
emoji.json | ||
rpm.spec |
README.md
GNOME Search Provider for Emoji Shortcodes
Because I wanted emoji in non-GTK applications with the shortcodes I'm used to!
Which shortcodes?
The ones supported by node-emoji. I might switch at some point but only to a library that includes the emoji in the data 😒
What's that logo?
It's an off-brand octocat! You get it by combining octopus and cat in Emoji Kitchen!
How do you install it?
Arch Linux (btw)
Install from the AUR.
Fedora
Install from Copr:
dnf copr enable mkhl/gnomish
dnf install gnome-search-provider-emoji-shortcodes
From Source
You'll need:
- GNOME
- Rust, Cargo etc.
- Make
- Sed
Build it with:
make
Install it with:
sudo make install