Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
/ emoji-copy Public archive
forked from FelipeFTN/Emoji-Copy

πŸ˜„ Emoji copy is a versatile extension designed to simplify emoji selection and clipboard management.

License

Notifications You must be signed in to change notification settings

helena-dev/emoji-copy

Β 
Β 

Repository files navigation

Emoji Copy 😎

This GNOME shell extension provides a searchable popup menu displaying most emojis; Clicking on an emoji copies it to your clipboard.
This repo is a Fork from emoji-selector-for-gnome and was created for keeping the extension alive. Please feel free to use and contribute to this project. πŸ˜ƒ

Features πŸš€

  • keyboard shortcut to open the extension's menu (Super+. by default)
  • dynamic search (press Enter to copy the first result to the clipboard)
  • lots of configurable things
  • skin tone & gender modifiers
  • middle-click to set to the clipboard without closing the menu (or Ctrl+Enter)
  • right-click to add the emoji at the end of the current clipboard content (or Shift+Enter)

Keyboard navigation is designed to work with Tab, not the arrows.

Installation πŸ€

Recommended

The easiest way to install it is directly from Gnome Extensions: emoji-copy

Native packages

Work in progress...

We need to publish this project to most known package managers, like AUR, Fedora and so on.

Manual installation

Not recommended at all: installing the extension this way will prevent any further updates.

  1. Download and extract the ZIP, then open a terminal in the project's directory.
  2. Choose a way to install the extension:
    --> NPM πŸ˜‡
    $ npm run deploy

    --> Shell scripts 🀨
    $ sh install.sh

    --> Hardcore πŸ’€
    $ cp -a ./emoji-copy@felipeftn $HOME/.local/share/gnome-shell/extensions

You may need to restart the GNOME Shell environment (logout and login again, or Alt+F2 -> r ->, Enter).

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.

Fonts πŸ” 

It will be less ugly if you have the Β« Noto Emoji Β» font, the Β« Twitter Color Emoji Β» font, or the Β« JoyPixels Color Β» font installed on your system.

Contributors & translations πŸ«‚

Various contributions to the code itself:

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)
  • Turkish (thanks to mimoguz)

If you need another language, please contribute! β™₯

About

πŸ˜„ Emoji copy is a versatile extension designed to simplify emoji selection and clipboard management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • Shell 1.3%
  • CSS 1.1%