Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/muan/mojibar
- Owner: muan
- License: mit
- Archived: true
- Created: 2015-07-11T00:28:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T05:33:39.000Z (almost 2 years ago)
- Last Synced: 2024-09-21T22:35:41.662Z (3 months ago)
- Topics: electron, emoji, menubar
- Language: JavaScript
- Homepage:
- Size: 373 KB
- Stars: 2,044
- Watchers: 45
- Forks: 124
- Open Issues: 29
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-fonts - mojibar - Emoji searcher but as a menubar app (Emojis)
- awesome-list - mojibar
- Mac-Menubar-Megalist - Mojibar
- awesome-electron-zh - Mojibar - Emoji searcher in your menubar. (Apps / Open Source)
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: