rukยทsi

Emojis on Ubuntu

Updated at 2022-10-20 18:52

Install Emote e.g.

snap install emote

Open the Emote app and change the global keybinding to Ctrl+.

Now you can type emojis anywhere โœ…

Note that the automatic paste-on-enter does not work in all applications so you need to manually paste the emojis. Emote will automatically write the emoji on your clipboard if your try to use it.

You can also optionally just place one or more emojis just to clipboard:

  • Ctrl+. > search with Ctrl+f > select with arrows and Shift+Enter > repeat, they will all go to clipboard shown at bottom right > close with Ctrl+.

Emojis in Development

lifecycle:

  • ๐ŸŽ‰ initial commit :tada: / :party_popper:
  • ๐Ÿšง work in progress :construction:
  • โž• add dependency :heavy_plus_sign: / :plus:
  • โž– remove dependency :heavy_minus_sign: / :minus:
  • โฌ†๏ธ upgrade dependencies :arrow_up: / :up_arrow:
  • โฌ‡๏ธ downgrade dependencies :arrow_down: / :down_arrow:
  • ๐Ÿ“Œ edit version pinning :pushpin:
  • ๐Ÿ”– add version tag :bookmark:
  • ๐Ÿš€ deploy stuff :rocket:

refactoring:

  • ๐ŸŽจ improve code format :art: :artist_palette:
  • ๐Ÿ”ฅ remove things :fire:
  • โšฐ๏ธ remove dead code :coffin:
  • โ™ป๏ธ refactoring :recycle: / :recycling_symbol:
  • ๐Ÿšš moving or renaming files :truck: / :delivery_truck:
  • โœ๏ธ fix typos :pencil: / :pencil2:
  • โšก๏ธ performance :zap:
  • ๐Ÿงน general cleaning :broom:

fix types:

  • ๐Ÿ› bugfix :bug:
  • ๐Ÿš‘๏ธ critical bugfix :ambulance:
  • ๐Ÿฉน temporary bugfix :adhesive_bandage:
  • ๐Ÿ”’๏ธ security fix :lock:
  • ๐Ÿšจ lint fix :rotating_light:

tooling:

  • ๐Ÿ”จ work on development tooling :hammer:
  • ๐Ÿง‘โ€๐Ÿ’ป improve developer experience :technologist:
  • ๐Ÿ”ง work on configuration :wrench:
  • โœ… work on unit tests :white_check_mark:
  • ๐Ÿงช add a failing test :test_tube:
  • ๐Ÿ‘ท work on continous integration :construction_worker:
  • ๐Ÿค– automation did it :robot: (you should never use yourself)

design:

  • ๐Ÿ’„ work on UI :lipstick:
  • ๐Ÿฑ work on assets :bento:

other:

  • โœจ a new feature :sparkles:
  • ๐Ÿ“ work on documentation :memo:
  • ๐Ÿงฑ work on infrastructure :bricks:
  • ๐Ÿ’ฅ introduces a breaking change :boom: / :collision:

Sources