Emote is a modern emoji picker for Linux 🚀. Written in GTK3, Emote is lightweight and stays out of your way.
Launch the emoji picker with the configurable keyboard shortcut Ctrl+Alt+E and select one or more emojis to copy them to your clipboard.
or
sudo snap install emote
Emote runs in the background and automatically starts when you log in.
The emoji picker can be opened with either the keyboard shortcut or by clicking the app icon again.
Select an emoji to copy it to your clipboard. You can then paste the emoji wherever you need.
You can select multiple emojis by selecting them with right click.
Open Emoji Picker: Ctrl+Alt+E
(configurable)
Select Emoji: Enter
Add Emoji to Selection: Shift+Enter
Focus Search: Ctrl+F
Next Emoji Category: Ctrl+Tab
Previous Emoji Category: Ctrl+Shift+Tab
Install gtk development libraries:
sudo apt install libgtk-3-dev libgirepository1.0-dev
Install pipenv:
sudo pip3 install pipenv
Install dependencies:
make install
Run the development version:
make dev
Enable debug keybinding:
gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true
Launch app in debug mode with interactive inspector:
make dev-debug
Ensure you have snapcraft
installed:
sudo snap install --classic snapcraft
Create a packaged .snap
file:
make package
Ensure you are logged in to snapcraft:
snapcraft login
Push the packaged snap to the edge
channel on the snap store.
snapcraft push --release=edge <path to .snap>
Copyright 2020 Twitter, Inc and other contributors
Thanks for the awesome team at Twitter.