Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkoehring/rofiemoji
emoji shell extension for rofi
https://github.com/nkoehring/rofiemoji
emoji linux noto-emoji rofi unix-like xsel
Last synced: about 2 months ago
JSON representation
emoji shell extension for rofi
- Host: GitHub
- URL: https://github.com/nkoehring/rofiemoji
- Owner: nkoehring
- Created: 2018-04-23T11:42:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T00:19:34.000Z (about 4 years ago)
- Last Synced: 2024-10-14T08:17:14.108Z (2 months ago)
- Topics: emoji, linux, noto-emoji, rofi, unix-like, xsel
- Language: Shell
- Size: 478 KB
- Stars: 36
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-rofi - rofiemoji
README
# Rofiemoji
** Updated for Unicode 13.1 **
Inspired by https://github.com/fdw/rofimoji but written as rofi-script instead of starting a separate rofi.
It automatically downloads the list of emojis when used for the first time. To avoid that, simply place `emoji.txt` from this repository in `$HOME/.cache/` yourself. But don't worry too much, the download is pretty quick (~53kb compressed text file).
## Prerequisites
* An emoji capable font, for example [Noto Emoji](https://www.google.com/get/noto/#emoji-zsye) or [Noto Color Emoji](https://www.google.com/get/noto/#emoji-zsye-color).
* xsel to copy the selection to the clipboard. You should find it in your package manager.## Usage Example
```sh
rofi -modi 'run,drun,emoji:/path/to/rofimoji/rofimoji.sh' -show emoji
````Enter` copies the selected emoji into the clipboard. Requires [xsel](https://linux.die.net/man/1/xsel) to work.
## Screenshot
![screenshot](https://raw.githubusercontent.com/nkoehring/rofiemoji/master/rofiemoji.jpg)