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
- Host: GitHub
- URL: https://github.com/aviaryan/emojiui
- Owner: aviaryan
- Created: 2016-05-20T15:23:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T18:51:28.000Z (about 8 years ago)
- Last Synced: 2025-07-06T04:43:09.480Z (3 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmojiUI
[](http://standardjs.com/)
[](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


### 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