Click to copy website/PWA for emoji I often used in commits, issues and PRs
I just got annoyed by copy-pasting emojis manually and each time dragging a markdown file which was on my desktop in my editor to do so.
I like emojis in commit messages since it provides me with a quick visual diff what changed where... but ofc. that is up to taste and might even cause issues on some systems depending on the font and render engine (we got 2021+ so yeah).
To make it your own, you can simply:
- Fork this repo
- Replace
config.gh_handle
inpackage.json
with your handle - Change the
iconList
and/orsnippetList
- Push it to your
main
branch and wait for the CI to deploy you gh-pages
- Clone your fork
- Install the dependencies (
npm ci
) - Run the parcel dev server (
npm run dev
)
For the build scripts tp properly work on windows you need to use WSL2 or
set git bash as script-shell
for npm
This use of emojis is inspired by