Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muan/mojibar

:tangerine: Emoji searcher but as a menubar app.
https://github.com/muan/mojibar

electron emoji menubar

Last synced: 3 months ago
JSON representation

:tangerine: Emoji searcher but as a menubar app.

Awesome Lists containing this project

README

        

# Mojibar [![Travis CI build status](https://img.shields.io/travis/muan/mojibar.svg)](https://travis-ci.org/muan/mojibar) [![JS Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) [![Greenkeeper badge](https://badges.greenkeeper.io/muan/mojibar.svg)](https://greenkeeper.io/)

A menubar app adaptation of [Emoji searcher](http://emoji.muan.co).

![screenshot](https://cloud.githubusercontent.com/assets/1153134/12583324/7756a38a-c485-11e5-9388-3b5c61743905.gif)

## Install

### OSX

#### :triangular_flag_on_post: Download and drag

[Download the latest version for Mac on the releases page](https://github.com/muan/mojibar/releases) (and drag into your apps folder.)

#### :triangular_flag_on_post: Install using [Homebrew Cask](https://caskroom.github.io/)

```bash
# Make sure homebrew knows about the latest mojibar
$ brew update && brew upgrade brew-cask
# Install mojibar
$ brew cask install mojibar
```

After installation, find Mojibar in your apps folder or search Mojibar in spotlight. Mojibar will appear in your tray at the top right corner of your screen.

To upgrade mojibar installed from brew-cask to a newer version:

```
$ brew cask reinstall mojibar
```

### Linux

#### :triangular_flag_on_post: Download and drag

[Download the latest version for Linux on the releases page](https://github.com/muan/mojibar/releases) (and drag into your apps folder.)

You can use it without install any font, but the not all emoji will work, to get all emoji list you can try these approach:

1. **Color** – Follow [these instructions](http://stdio.tumblr.com/post/114082931782)
1. **Black and White** – Download this [emoji font](https://github.com/eosrei/emojione-color-font)

## Usage

control + shift + space

Open app.

command/control + ,

Open preference (while window is open).

👆/👇/👈/👉

Navigate between emojis.

enter

Copy emoji unicode char and exit. For example: `💩`.

shift + enter

Copy emoji code and exit. For example: `:poop:`.

space

Next page.

shift + space

Previous page.

/

Jump to the search field.

esc

Exit.

command/control + q

Quit Mojibar (while window is open).

## Build

:construction:

```
$ git clone https://github.com/muan/mojibar.git
$ cd mojibar
$ npm install
$ npm start
```

## Built with

- [maxogden/menubar](https://github.com/maxogden/menubar)
- [muan/emojilib](https://github.com/muan/emojilib)

## :heart: