mathspp
  • Blog
    • Pydon'ts
    • Problems
    • TIL
    • Twitter threads
  • Books
  • Talks
  • Trainings
    • Advanced iteration
    • Python for scripting and automation
    • Rust for Python developers
  • Courses
  • About
Link blog

GitHub - hugovk/em-keyboard: The CLI emoji keyboard

on 31-05-2025 15:42 (via)

This CLI written in Python lets you work with emoji from the comfort of your terminal.

You can get emoji by name and it's automatically copied to your clipboard:

$ em rocket
Copied! 🚀

You can get the emoji but not copy it if you want to use it in scripts:

$ em "chocolate bar" --no-copy
🍫

You can also search for emoji by colour:

$ em -s brown
🤎  brown_heart
🐴  horse_face
🍂  fallen_leaf
👞  man_s_shoe
🟤  brown_circle
🟫  brown_square
🍄‍🟫  brown_mushroom

If your search query only returns one result, it's automatically copied to the clipboard as well:

$ em -s portugal
Copied! 🇵🇹  flag_portugal

Previous link Next link

The mathematician Évariste Galois died at the age of 20 but not before solving a problem that had been standing for 350 years.

mathspp
  • Blog
    • Pydon'ts
    • Problems
    • TIL
    • Twitter threads
  • Books
  • Talks
  • Trainings
    • Advanced iteration
    • Python for scripting and automation
    • Rust for Python developers
  • Courses
  • About