A menubar app adaptation of Emoji searcher.
Download the latest version for Mac on the releases page (and drag into your apps folder.)
🚩 Using Homebrew Cask
$ brew cask install mojibar
ctrl + shift + space
Open app.
👆/👇/👈/👉
Navigate between emojis.
enter
Copy emoji unicode char and exit. For example: 💩
.
shift + enter
Copy emoji code and exit. For example: :poop:
.
space
Next 6~9 results.
shift + space
Previous 6~9 results.
/
Jump to the search field.
esc
Exit.
🚧
$ git clone https://github.com/muan/mojibar.git
$ cd mojibar
$ npm install
$ npm run app
If you don't have electron-prebuilt
, do this:
$ npm install electron-prebuilt -g