Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maoschanz/emoji-selector-for-gnome
This extension provide a popup menu with some emojis ; clicking on an emoji copies it to the clipboard.
https://github.com/maoschanz/emoji-selector-for-gnome
emoji emoji-selector gnome gnome-extension gnome-shell-extension
Last synced: 7 days ago
JSON representation
This extension provide a popup menu with some emojis ; clicking on an emoji copies it to the clipboard.
- Host: GitHub
- URL: https://github.com/maoschanz/emoji-selector-for-gnome
- Owner: maoschanz
- License: gpl-3.0
- Created: 2017-01-13T02:21:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T13:48:56.000Z (over 1 year ago)
- Last Synced: 2024-10-13T08:42:47.917Z (3 months ago)
- Topics: emoji, emoji-selector, gnome, gnome-extension, gnome-shell-extension
- Language: JavaScript
- Homepage:
- Size: 9.51 MB
- Stars: 475
- Watchers: 8
- Forks: 76
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome - Emoji-selector-for-gnome - This extension provide a popup menu with some emojis ; clicking on an emoji copies it to the clipboard. (Desktop Customization / VoIP)
- awesome-starred - maoschanz/emoji-selector-for-gnome - This extension provide a popup menu with some emojis ; clicking on an emoji copies it to the clipboard. (emoji)
README
# Emoji Selector (for GNOME Shell)
This GNOME shell extension provides a searchable popup menu displaying most emojis ; Clicking on an emoji copies it to your clipboard.
## Features
>**currently Unicode 11** ([soon 12](https://github.com/maoschanz/emoji-selector-for-gnome/issues/28))
- keyboard shortcut to open the extension's menu (Super+E by defaut)
- dynamic search (press Enter to copy the first result to the clipboard)
- lots of parametrable things
- skin tone & gender modifiers
- middle-click to set to the cliboard without closing the menu (or Ctrl+Enter)
- right-click to add the emoji at the end of the current clipboard content (or Shift+Enter)The keyboard navigation is designed to work **with Tab, not the arrows**.
![Screenshot](./screenshot_v19.png)
## About fonts
It will be less ugly if you have the « Noto Emoji » font, the
« [Twitter Color Emoji](https://github.com/eosrei/twemoji-color-font/releases) »
font, or the « JoyPixels Color » font installed on your system.## About memory performance
Loading hundreds of small pictures and thousands of keywords into the memory is
a lot. Despite a few attempts to optimize their loading, I'm not an expert at
all concerning memory management, and the extension may be responsible for
between 10MB and 60MB of memory usage, which is a lot. Don't blame the actual GS
devs for it.## Contributors & translations
Various contributions to the code itself:
- [Ryan Gonzalez](https://github.com/kirbyfan64)
- [amivaleo](https://github.com/amivaleo)
- [xurizaemon](https://github.com/xurizaemon)The extension is currently available in the following languages:
- Castillan (thanks to mario-mra)
- Simplified chinese (thanks to larryw3i)
- Dutch (thanks to vistaus)
- Esperanto (thanks to nicolasmaia)
- German (thanks to jonnius)
- Italian (thanks to amivaleo)
- Polish (thanks to alex4401)
- Brazilian portuguese (thanks to nicolasmaia, picsi & frnogueira)If you need another language, please contribute!
----
## Installation
#### Default way to do
The better option is to install it from [here](https://extensions.gnome.org/extension/1162/emoji-selector/).
#### Native packages
- [`gnome-shell-extension-emoji-selector` (**Fedora**)](https://src.fedoraproject.org/rpms/gnome-shell-extension-emoji-selector)
- `gnome-shell-emoji-selector` (**nixOS**)
- [`gnome-shell-extension-emoji-selector-git` (**AUR**)](https://aur.archlinux.org/packages/gnome-shell-extension-emoji-selector-git/)
- ...#### Manual installation
**Not recommended at all:** installing the extension this way prevent any
further update.Download and extract the ZIP, then open a terminal in the project's directory,
and run `./install.sh`. It should copy the "[email protected]"
folder to `~/.local/share/gnome-shell/extensions/`, which can be done manually
if you prefer.You may need to restart the GNOME Shell environment (logout and login again, or
Alt+F2 -> `r` ->, Enter).