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

There should be no such thing as boring mathematics.

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