emoji-gen 0.5.0

Emoji importing tool for the fediverse
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.

```a
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.