A menubar app adaptation of Emoji searcher.
⚠️ Note:This is a detached fork of the original Mojibar, which has been archived. This fork is a little more up-to-date, with updated emojilib version and audits the other packages, though lacking an offical release at the moment.
For now, you can just copy the
package.json
andpackage-lock.json
files into the app. You can do this be first making sure the app is closed (cmd
+q
when the emoji selector is open) and then right-clicking on the app icon in Applications and then selecting "Show Package Contents", then root toContents > Resources > app
. Replace the two files there.
Download the latest version for Mac on the releases page (and drag into your apps folder).
Download the latest version for Linux on the releases page (and drag into your apps folder).
You can use it without installing any font, but the not all emoji will work, to get all emoji list you can try these approach:
- Color – Follow these instructions
- Black and White – Download this emoji font
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).
🚧
> git clone https://github.com/ckhatton/mojibar.git
> cd mojibar
> npm install
> npm start
❤️