๐ Emojis
๐ Emojis
Updated at 2024-02-05 09:00
Get an emoji keyboard with a global shortcut. Windows has pretty decent built-in and on unix you can use Emote:
snap install emote
# or flatpak alternative ;)
Set the global keybinding to Ctrl+.:
- if you are using Wayland, you need to add this to the Ubuntu "Custom Keybindings" settings
- if you are using X11, you can change this in the Emote app
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 you try to use it.
You can also optionally place one or more emojis just to clipboard:
Ctrl+.> search withCtrl+f> select with arrows andShift+Enter> repeat, they will all go to clipboard shown at bottom right > close withCtrl+.
Emojis in Development
general in commit messages or PR titles:
- ๐ completes a new feature (on the PR title) :star:
- โจ work on new features :sparkles:
- ๏ธ๏ธ๐ work on performance :racehorse:
- ๐ฌ work on copy :speech_balloon:
- ๐ท๏ธ work on types :label:
- ๐ work on documentation :memo:
- ๐ work on permissions :passport_control:
- ๐ฆบ work on validation :safety_vest:
- ๐ work on analytics :chart_with_upwards_trend:
- ๐ work on visuals :nail_polish:
- ๐ฑ work on responsive design :iphone:
- ๐ซ work on animations :dizzy:
- ๐ฑ work on assets :bento:
- ๐๏ธ work on database :card_file_box:
- ๐๏ธ work on infrastructure :building_construction:
- ๐ฅ introduces a breaking change :boom:
refactoring:
- ๐งน general upkeep or cleaning :broom:
- โป๏ธ general refactoring :recycle: / :recycling_symbol:
- ๐จ general code formatting :art: :artist_palette:
- ๐ move or rename files :truck: / :delivery_truck:
- ๐๏ธ deprecate things :wastebasket:
- ๐ฅ remove things :fire:
- โ๏ธ fix typos :pencil:
fix types:
- ๐ bugfix :bug:
- ๐๏ธ hotfix :ambulance:
- ๐ฉน temporary fix :adhesive_bandage:
- ๐๏ธ security fix :lock:
issue lifecycle:
Openissue states:- โณ waiting for a maintainer response :hourglass_flowing_sand:
- ๐ waiting for a maintainer investigation :mag:
- ๐ญ waiting for discussion to finish :thought_balloon:
- ๐๏ธ acknowledged and waiting for implementation :+1:
- ๐จ marked as high priority :rotating_light:
Closedissue states:- โฐ๏ธ acknowledged, but abandoned as #WontFix :coffin:
- ๐งฌ acknowledged, but is a duplicate issue :dna:
- otherwise, the old labels tell the story of issue
pull request lifecycle:
- PR state tells the story of the PR lifecycle
- "๐ง WIP" can be used as an extra highlight in the PR title
general lifecycle:
- ๐ชจ blocked by something described in the comments :rock:
dependency management:
- โ add dependency :heavy_plus_sign:
- โ remove dependency :minus:
- โฌ๏ธ upgrade dependencies :arrow_up:
- โฌ๏ธ downgrade dependencies :arrow_down:
- ๐ other dependency version thing :pushpin:
tooling:
- ๐ ๏ธ general development tooling :hammer_and_wrench:
- ๐จ work on the build or packaging system :hammer:
- ๐ง work on configuration :wrench:
- โ work on tests :white_check_mark:
- ๐ work on lints :shirt:
ci/cd:
- ๐ท automata; work on CI or automation :construction_worker:
- ๐ค automation did it :robot: (you should never use yourself)