Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickstaa/github-emoji-picker
A simple emotion picker that displays all the supported GitHub emojis :octocat:.
https://github.com/rickstaa/github-emoji-picker
cheat-sheet emoji emoji-picker emojis github github-emoji github-emojis github-emojis-cheatsheet github-emojis-search hacktoberfest help-wanted searcher tool
Last synced: 11 days ago
JSON representation
A simple emotion picker that displays all the supported GitHub emojis :octocat:.
- Host: GitHub
- URL: https://github.com/rickstaa/github-emoji-picker
- Owner: rickstaa
- License: mit
- Created: 2022-08-26T10:42:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T10:53:05.000Z (2 months ago)
- Last Synced: 2024-10-12T18:49:32.469Z (about 1 month ago)
- Topics: cheat-sheet, emoji, emoji-picker, emojis, github, github-emoji, github-emojis, github-emojis-cheatsheet, github-emojis-search, hacktoberfest, help-wanted, searcher, tool
- Language: TypeScript
- Homepage: https://github-emoji-picker.rickstaa.dev
- Size: 6.23 MB
- Stars: 371
- Watchers: 3
- Forks: 38
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# github-emoji-picker
A simple Emoji picker that displays all the emojis that GitHub supports. It is automatically generated from [GitHub Emoji API](https://docs.github.com/en/rest/emojis) and [Unicode Full Emoji List](https://unicode.org/emoji/charts/full-emoji-list.html).
## How to use
Use the search field to search for a given emoji. You can click the emoji to get the shortcode on your clipboard or `shift` + click for the Unicode. You can invert the copy behaviour by setting the `copy_type` URL parameter to `unicode` or `shortcode`.
## Contributing
Feel free to open an issue if you have ideas on how to make this repository better or if you want to report a bug! All contributions are welcome. :rocket: Please consult the [contribution guidelines](CONTRIBUTING.md) for more information.
## Acknowledgments
This tool was inspired by [@ikatyang's](https://github.com/ikatyang) [emoji-cheat-sheet](https://github.com/ikatyang/emoji-cheat-sheet/) and built using the [emoji-mart 🏪](https://github.com/missive/emoji-mart) package.