A GNOME Shell extension that lets you quickly search and copy ASCII emojis from your panel.
The list of emojis is compiled from (https://asciimoji.com/)[https://asciimoji.com/].
- Search for ASCII emojis by name or keyword.
- Copy emojis to clipboard with a single click.
- Simple and lightweight panel indicator.
-
Clone this repository:
git clone https://github.com/mmasaeli/ascii-emoji-gnome-shell-extension.git
-
Copy the extension folder to your GNOME Shell extensions directory:
cp -r ascii-emoji-gnome-shell-extension ~/.local/share/gnome-shell/extensions/ascii-emoji@masood.masaeli
-
Restart GNOME Shell:
- Press Alt + F2, type
r
, and press Enter (on X11). - Or log out and log back in.
- Press Alt + F2, type
-
Enable the extension using GNOME Extensions app or
gnome-extensions
CLI:gnome-extensions enable ascii-emoji@masood.masaeli
- Click the ASCII Emoji icon in your top panel.
- Type to search for an emoji.
- Click an emoji to copy it to your clipboard.
- Main code:
extension.js
- Metadata:
metadata.json
- Stylesheet:
stylesheet.css
MIT License. See LICENSE
for details.
Inspired by the need for quick ASCII emoji access on GNOME Shell.