Go to file
creme ffe9d48268 Merge pull request 'Added 1060 new emotes!' (#14) from Seirdy/pleroma-custom:april-2024-emotes into master
Reviewed-on: https://git.envs.net/envs/pleroma-custom/pulls/14
2024-04-08 14:25:34 +00:00
static Add evil autism creature 2024-04-07 14:39:25 -04:00
README.md Add evil autism creature 2024-04-07 14:39:25 -04:00

README.md

pleroma custom repo

path: /var/lib/pleroma/

custom emoji

pleroma docs - custom emoji

includes also emojis from:

notice

please consider adding emojis alphabetical to emoji.txt!

example:

foo, /emoji/custom/foo.png, Tag1,Tag2
bla, /emoji/custom/bla.png

add emoji.txt to a new pack

newpack='MYSTUFF'

cd static/emoji/"$newpack"
for file in $(dir); do printf '%s, /emoji/%s/%s\n' "${file%.*}" "$newpack" "$file" >> tmp.txt ; done
sort -o emoji.txt tmp.txt ; rm tmp.txt
sed -i "/\/emoji.txt/d" emoji.txt