https://github.com/muan/emoji-cli
:ok_hand: Emoji searcher but as a CLI app.
https://github.com/muan/emoji-cli
Last synced: 6 months ago
JSON representation
:ok_hand: Emoji searcher but as a CLI app.
- Host: GitHub
- URL: https://github.com/muan/emoji-cli
- Owner: muan
- License: mit
- Created: 2015-12-12T18:18:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T20:26:42.000Z (almost 9 years ago)
- Last Synced: 2024-12-30T08:03:01.033Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 62.5 KB
- Stars: 84
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# emoji-cli [](https://travis-ci.org/muan/emoji-cli)
Saw [@zzak](https://github.com/zzak) & [@hone](https://github.com/hone)'s talk at #rubykaigi 2015, now playing with [hone/mruby-cli](https://github.com/hone/mruby-cli). Don't mind me.
## installation, for macs only (at your own risk! :warning:)
Head to [releases](https://github.com/muan/emoji-cli/releases), download the ZIP, extract it, and place it in your `$PATH`.
## what does this do?

```
$ emoji-cli flowers --random
Copied 🌺 !$ emoji-cli flowers --random
Copied 🌹 !$ emoji-cli fruit --random
Copied 🍍 !$ emoji-cli fruit --random
Copied 🍒 !$ emoji-cli halloween
1. 👻
2. 👹
3. 🎃
4. 🏮
Choose [1~4] 3
Copied 🎃 !$ emoji-cli noodle -r
Copied 🍜 !
```## todo
- cross platform
- fix the tests
- pagination?!## development
Need mruby and docker toolbox.
```bash
# edit mrblib/emoji-cli.rb
# compile
$ docker-composer run compile
# try
$ ./mruby/build/i386-apple-darwin14/bin/emoji-cli poop
```