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

https://github.com/aviaryan/emojiui

Offline Emoji searcher app
https://github.com/aviaryan/emojiui

Last synced: 3 months ago
JSON representation

Offline Emoji searcher app

Awesome Lists containing this project

README

          

# EmojiUI

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![npm](https://img.shields.io/npm/v/emojiui.svg)](https://www.npmjs.com/package/emojiui)

Simple Offline Emoji finding tool using Electron. Uses @muan's [emoji](https://github.com/muan/emoji) under the hood.

### Screenshots

![emojiui](https://cloud.githubusercontent.com/assets/4047597/17655383/5ad6528e-62cb-11e6-839c-1449201d2cd0.jpg)

![smile_emojiui](https://cloud.githubusercontent.com/assets/4047597/17655384/5b1abbe0-62cb-11e6-9778-a18dbd15915a.jpg)

### Install and Run

```sh
$ sudo npm install emojiui -g
$ emojiui
# may need to install electron
# sudo npm install electron -g
```
or

```sh
$ git clone --recursive https://github.com/aviaryan/emojiui.git
$ cd emojiui
$ sudo npm install -g
$ emojiui
```

If you don't want to install globally,

```sh
$ git clone --recursive https://github.com/aviaryan/emojiui.git
$ cd emojiui
$ sudo npm install
$ npm start
```

### Keyboard Shortcuts

```
Esc - Minimize the window
Ctrl+Q - Exit
Cmd+Q - Exit
```

### License

MIT