Finds Unicode emojis.
Dependencies:
To install, copy or symlink this directory to ~/.local/share/albert/python/plugins/unicode_emojis_steven/
.
To setup the project for development, run:
$ cd unicode_emojis_steven/
$ pre-commit install --hook-type pre-commit --hook-type commit-msg
To lint and format files, run:
$ pre-commit run --all-files