Quickly find Emoji for your clipboard
Go to file
Arran 1b73fd22cb Merge pull request 'Don't write newline to xclip.' (#2) from numpad/rofmoji:main into main
Reviewed-on: #2
2022-08-06 21:30:16 +02:00
media Add GIF to Readme 2021-04-03 13:36:59 +02:00
.gitignore Add README and .gitignore 2021-04-03 13:21:32 +02:00
LICENSE Initial commit 2021-04-03 12:38:11 +02:00
PKGBUILD Correct PKGBUILD 2021-04-03 17:23:57 +02:00
README.md Add usage examples to readme, restructure dependencies 2021-04-03 18:34:27 +02:00
emoji-list Initial commit 2021-04-03 12:38:11 +02:00
rofmoji Don't write newline to xclip. 2022-08-06 18:58:44 +02:00

README.md

Rofmoji

Quickly find Emoji with Rofi! 😎

Rofmoji

Install

Available on the AUR: rofmoji

yay -S rofmoji

Usage

1. Bind rofmoji to a key! 🥳

bindsym $mod+i exec rofmoji

2. Type keywords to search for an Emoji

Emoji Modifiers are also available, Include one or more of the following in your query:

Skin tone

light, medium-light, medium, medium-dark, dark

Gender

man, woman, gender-neutral

Hair

red, curly, blonde, white, bald

Examples

  • 👱🏾‍♂ - medium-dark blond man
  • 👩🏿‍⚕ - dark woman doctor
  • 👨🏾‍🚒 - dark firefighter man
  • 👩🏻‍🦰 - light red woman
  • 🧑🏾 - gender-neutral dark adult
  • 🧙🏽 - witch medium
  • 👮‍♀ - police woman
  • 👨‍💻 - coder man
  • 👌 - ok hand
  • 🐸 - frog
  • 🤯 - exploding head

Dependencies

  • rofi
  • libnotify
  • wl-clipboard (optional, prioritized)
  • xclip (optional)

Contributing

If you have a suggestion to improve rofmoji, such as Emoji keywords, please make a Pull Request.