An application where you can have all the emojis with easy and quick access
Note
The shortcut with which you launch the application must be configured on your own according to the WindowManager you have
- 🔎 Searchbar
- 👋 Tone emoji selector
- 👁️ Preview block
- ©️ Copy to clipboard
- 🎨 Custom UI Colors
- ⚡ Blazing Fast
- 🐧 Crossplatform (Linux (X11/Wayland), MacOs)
For this we use the arguments of the application, for example
simplemoji -m '#000' -b '#DEA584'
simplemoji -m '#d485ad' --background-color '#262626'
simplemoji --primary-color '#c9cbd1' --background-color '#f2ecbc'
Requirements:
- Install Noto Color Emoji font on your system
Options:
Usage: simplemoji [OPTIONS]
Options:
-t, --tone <TONE>
[possible values: default, light, medium-light, medium, medium-dark, dark]
-s, --show-search
-p, --show-preview
-o, --close-on-copy
-x, --no-close
By default the application closes automatically when it is out of focus, this option disables that behavior
-b, --background-color <BACKGROUND_COLOR>
Background color in hex (RGB, RGBA, RRGGBB, RRGGBBAA)
-m, --primary-color <PRIMARY_COLOR>
Primary color in hex (RGB, RGBA, RRGGBB, RRGGBBAA)
-c, --copy-command <COPY_COMMAND>
This is the command that will be executed to copy the emoji
-h, --help
Print help
-V, --version
Print version