emoji-gen

Crates.ioemoji-gen
lib.rsemoji-gen
version0.5.0
sourcesrc
created_at2023-01-07 20:42:56.137497
updated_at2024-05-13 02:51:03.869832
descriptionEmoji importing tool for the fediverse
homepagehttps://github.com/cutestnekoaqua/emoji-gen
repositoryhttps://github.com/cutestnekoaqua/emoji-gen
max_upload_size
id753230
size158,264
April John (CutestNekoAqua)

documentation

README

emoji-gen

A script written in Rust to generate a ZIP with right formating for a emoji pack.

Usage

Put all emojis you want to import in a folder, use subfolders for different groups.

cargo install emoji-gen
emoji-gen local --folder . [optionally add --group "GroupName"]

emoji-gen fetch --host https://example.com --output test

emoji-gen upload --input test.zip --host https://example.com

upload the zip file to calckey and import it.

Commit count: 11

cargo fmt