poesty 7ccd6260a1 Rename & cleanup | hai 1 ano | |
---|---|---|
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
LICENSE | %!s(int64=4) %!d(string=hai) anos | |
README.md | hai 1 ano | |
emoji-pack.go | hai 1 ano | |
emojis.go | hai 1 ano | |
fedi-emoji-pack.go | hai 1 ano | |
go.mod | hai 1 ano | |
go.sum | hai 1 ano | |
options.go | %!s(int64=4) %!d(string=hai) anos | |
version.go | %!s(int64=4) %!d(string=hai) anos |
This tool allows you to download custom emojis from Mastodon, Pleroma, Misskey etc. and organize them into Emoji Packs that can be used with Pleroma.
$ go install git.qunn.eu/poesty/fedi-emoji-pack
After installation, an executable named $GOBIN/fedi-emoji-pack
will be created. Make sure to add $GOBIN
to your $PATH
.
By default, an Emoji Pack will be created in the tmp
directory.
$ fedi-emoji-pack example.com
Success: example.com
/tmp/example_com
You can use the -p
or --path
option to specify a different destination for the Emoji Pack.
$ fedi-emoji-pack -p. example.com
Success: example.com
example_com
Adding the -s
or --split
option will create Emoji Packs for each category.
$ fedi-emoji-pack -sp. example.com
Success: example.com
example_com/category1
example_com/category2
example_com/category3
Usage: fedi-emoji-pack [-hsv] [-p PATH] DOMAIN...
-h
, --help
: Show the help message.-p
, --path=PATH
: Specify the emoji pack directory [/tmp].-s
, --split
: Split the emoji pack into categories.-v
, --version
: Show version information.This tool is licensed under the MIT License. Please refer to the LICENSE for more details.