GNOME Search Provider for Emoji Shortcodes
 
 
Go to file
Martin Kühl 7c18268191 readme: copr 2022-10-18 13:44:19 +02:00
.vscode rewrite it in rust 2022-08-10 22:39:20 +02:00
dbus meson: give up, just use make 2022-08-10 22:39:50 +02:00
gnome meson: give up, just use make 2022-08-10 22:39:50 +02:00
src make leading : optional 2022-08-19 14:38:42 +02:00
systemd systemd: restrict 2022-08-18 01:08:53 +02:00
.editorconfig fmt 2022-08-10 22:39:50 +02:00
.gitignore meson: give up, just use make 2022-08-10 22:39:50 +02:00
CHANGELOG.md release 0.1.1 2022-10-18 13:20:30 +02:00
Cargo.lock release 0.1.1 2022-10-18 13:20:30 +02:00
Cargo.toml release 0.1.1 2022-10-18 13:20:30 +02:00
LICENSE init 2022-07-30 17:15:19 +02:00
Makefile make: userunitdir 2022-10-18 12:30:51 +02:00
README.md readme: copr 2022-10-18 13:44:19 +02:00
emoji.json init 2022-07-30 17:15:19 +02:00
rpm.spec rpm 2022-10-18 13:20:30 +02:00

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 😒

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

Installing under $HOME will not work.