Pedro Balieiro
Pedro Balieiro13/07/2025 15:22
Compartilhe

💡👀 Emoji Picker on Linux 🐧

  • #Linux

On Unix-like systems, there are many ways to acheive just about anyting. Emojis are somthing I love using in my projects- they're a fun and universal form of expression.

🚨👮✋ Before trying this tip, be sure to check (via Google or your favorite LLM) whether your Linux distribution already includes this tool. As of this writing, I know Pop!_OS and Ubuntu don’t have it preinstalled.

 😄 Without further delay, I’d like to share how I made it easier to access emojis on my Linux OS.

STEP 1 - INSTALL GNOME CHARACTERS (handy, graphical emoji picker)

sudo apt install gnome-characters

STEP 2- CREATE A SHORTCUT

  1. ⚙ open settings
  2. ⌨ go to Keyboard
  3. 👇 scrool down to 'costom shortcuts' (view and customize shortcuts)
  4. 👇👇 once again, go to the bottom and click (custom shortcut) , press the '+' to add a shortcut
  5. ✍ fill in the details:
  • name: Emoji Picker (or whatever floats your boat)
  • command: gnome-characters
  • Shortcut: ...click the empty box, then press whatever you'd like your shortcut to be... in my case it's "Ctrl + ; "

Don't worry 💆 if the shortcut you picked is already taken, you'll be warned and can choose to override it or use another combo.

You can also find GNOME characters searching for 'characters' in your application menu, But I bet you'll be using your shortcut bit more often.

 ➕ Bonus Tip: Run 'sudo apt install && sudo apt upgrade' to make sure your character set is fully up to date.

Now you can useemoji to make function names, Git commit messages, or even console logs more readable and expressive.

for example: sendEmail📧() or console.log("✅ Task completed");

Just Remember to use them wisely and sparingly.

Let me know in the comments if this tip helped you, if there’s anything I could improve or if you'd like to share a tip of your own✌️

Compartilhe
Comentários (1)
DIO Community
DIO Community - 16/07/2025 09:08

Pedro, sua dica sobre como acessar e utilizar emojis no Linux é super prática e divertida! A maneira como você configurou o atalho e apresentou o uso do GNOME Characters torna o processo simples e acessível, especialmente para quem adora personalizar o terminal ou seus projetos com um toque visual.

Eu particularmente gosto da ideia de adicionar emojis a commits no Git ou até em logs de console. Isso realmente traz um visual mais interessante e até pode ajudar a destacar informações importantes.

Você acha que esse tipo de personalização pode melhorar a legibilidade do código e a comunicação entre equipes, ou pode acabar sendo mais uma distração?