Skip to content

Commit

Permalink
Added readme, like an animal
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Shekher committed May 14, 2020
1 parent 64f8ac1 commit 4834ac0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#### emos - Emoji Search

I wrote this program because emoji search on https://discordemojis.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
```


0 comments on commit 4834ac0

Please sign in to comment.