Created attachment 235636 [details] Patch containing the new port files An emoji selector plugin for Rofi that copies the selected emoji to the clipboard, among other things.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=aadbba4de5e3ce5ac04407b12678dfc48264a89e commit aadbba4de5e3ce5ac04407b12678dfc48264a89e Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2022-11-25 14:09:40 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2022-11-25 14:09:40 +0000 x11/rofi-emoji: New port: Emoji selector plugin for rofi An emoji selector plugin for Rofi that copies the selected emoji to the clipboard, among other things. The plugin adds a Rofi mode that displays a menu of emojis and allows searching by emoji names and their tags. The selected emoji can be copied or inserted. See the project web site or the optional port documentation for more features and configuration options. The plugin can be used, for example, by running Rofi with the following flags: rofi -modi emoji -show emoji PR: 265577 Reported by: Maja Reberc <maja.reberc@freedommail.ch> x11/Makefile | 1 + x11/rofi-emoji/Makefile (new) | 38 ++++++++++++++++++++++++++++++++++++++ x11/rofi-emoji/distinfo (new) | 3 +++ x11/rofi-emoji/pkg-descr (new) | 12 ++++++++++++ x11/rofi-emoji/pkg-message (new) | 9 +++++++++ x11/rofi-emoji/pkg-plist (new) | 3 +++ 6 files changed, 66 insertions(+)
(In reply to Maja Reberc from comment #0) Committed. Thank you for the PR! I have also added your name to FreeBSD Contributors: https://cgit.freebsd.org/doc/commit/?id=e3d319a588bed1961167ea8dbaf7d55b8280b701