An open API service indexing awesome lists of open source software.

https://github.com/voldyman/emos

Emoji Search (discord emojis)
https://github.com/voldyman/emos

bleve discord golang search

Last synced: 28 days ago
JSON representation

Emoji Search (discord emojis)

Awesome Lists containing this project

README

          

#### emos - Emoji Search

I wrote this program because emoji search on https://discordemoji.com/ is pretty slow and i want to be annoying in our work chat more often.

The CLI caches the emojis and builds an index to make it faster to search.

##### Usage

```
$ emos '*snug'
MonkaSnug - https://discordemoji.com/assets/emoji/MonkaSnug.png

$ emos -link r
https://discordemoji.com/assets/emoji/r.png

$ emos -md pepehug
pepehug - /md ![](https://discordemoji.com/assets/emoji/pepehug.png)

$ emos -md -link -lucky monkaHmm
/md ![](https://discordemoji.com/assets/emoji/pepehug.png)

```

My usual usage is

```
$ emos -md -link -lucky cry | pbcopy
```