From 4834ac0364f5be5314264f318a4bd8949ae6e86e Mon Sep 17 00:00:00 2001 From: Akshay Shekher Date: Thu, 14 May 2020 11:08:05 -0700 Subject: [PATCH] Added readme, like an animal --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b8aee9 --- /dev/null +++ b/README.md @@ -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 +``` + +