Basic bash script to generate a pack.json file from a directory of emoji image files.
Find a file
2024-05-05 00:32:23 +02:00
generate-pack.sh Merge branch 'main' of https://github.com/pionaiki/akkoma-emoji-pack-generator 2024-05-05 00:32:23 +02:00
LICENSE Initial commit 2024-05-04 23:53:30 +02:00
README.md Initial commit 2024-05-05 00:04:48 +02:00

akkoma-emoji-pack-generator

Basic bash script to generate a pack.json file for an already existing folder of emoji image files.

Usage

Execute the script with a directory string as an argument

$ make-pack.sh $directory

e.g.

$ make-pack.sh /var/lib/akkoma/static/emoji/New_Pack

Emoji file extensions

By default the script only recognizes .png, .gif, and .webp files, you can easily add other extensions by editing the if statement in the script, if needed.