Skip to content

Commit

Permalink
Update to Emoji 13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjvr committed Feb 12, 2022
1 parent 8454624 commit b5677cd
Show file tree
Hide file tree
Showing 1,532 changed files with 3,066 additions and 2,726 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ Emoji.alfredworkflow

raw-emojis.json
emojilib.json
unicode-emoji.json
full-emoji-list.html
venv/
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@ Emoji.alfredworkflow: alfred-emoji.json icons/
alfred-emoji.json \
README.md

alfred-emoji.json: raw-emojis.json emojilib.json codes.json
alfred-emoji.json: raw-emojis.json emojilib.json unicode-emoji.json codes.json
rm -rf icons/
python3 make_workflow.py

emojilib.json:
curl https://raw.githubusercontent.com/muan/emojilib/master/emojis.json > emojilib.json
curl https://raw.githubusercontent.com/muan/emojilib/main/dist/emoji-en-US.json > $@

unicode-emoji.json:
curl https://raw.githubusercontent.com/muan/unicode-emoji-json/main/data-by-emoji.json > $@

raw-emojis.json: full-emoji-list.html
python3 parse_html.py

full-emoji-list.html:
curl https://unicode.org/emoji/charts/full-emoji-list.html > full-emoji-list.html
curl https://unicode.org/emoji/charts/full-emoji-list.html > $@

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Emoji 🙃

An Alfred workflow for finding emoji.

- **Up-to-date**: Supports [Emoji 12.0](https://unicode.org/emoji/charts/full-emoji-list.html)
- **Up-to-date**: Supports [Emoji 13.1](https://unicode.org/emoji/charts/full-emoji-list.html)
- **Fast**: Uses Alfred's built-in filtering
- **Easy to Install**: No extra apps or scripts required!

Expand Down
Loading

0 comments on commit b5677cd

Please sign in to comment.