Skip to content

Commit

Permalink
chore: Updated the Emoji database from emojilib v3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kRHYME7 committed May 18, 2024
1 parent a5f8c86 commit 387cc6b
Show file tree
Hide file tree
Showing 6 changed files with 190 additions and 133 deletions.
File renamed without changes.
8 changes: 8 additions & 0 deletions .development/get_emoji.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/env bash

emojiDB=$(dirname $(dirname $(realpath ${0})))/Configs/emoji.db
curl -sL https://raw.githubusercontent.com/muan/emojilib/v3.0.12/dist/emoji-en-US.json |\
jq -r '. | to_entries | .[] | .key + " " + (.value | join(" ") | sub("_"; " "; "g"))' \
> ${emojiDB}

echo "populated to ${emojiDB}"
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 387cc6b

Please sign in to comment.