Small and cute social media CLI.
Configuration file is placed in the same directory as executable.
See documentation on how to setup social medias
Use example as reference.
``` Small and cute social media utility.
USAGE:
fie.exe [FLAGS]
FLAGS: -g, --gab Use gab.ai. By default all social medias are used unless flag is specified. -h, --help Prints help information -m, --mastodon Use mastodon. By default all social medias are used unless flag is specified. --minds Use minds. By default all social medias are used unless flag is specified. -t, --twitter Use twitter. By default all social medias are used unless flag is specified. -V, --version Prints version information
SUBCOMMANDS: batch Load CLI arguments from file and runs it. env Prints information about app environment. help Prints this message or the help of the given subcommand(s) post Creates new post. ```
Uses to post content on social platforms.
Using -t
you can specify hashtags which will be appended as last line of content.
``` Creates new post.
USAGE:
fie.exe post [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information -n, --nsfw Whether post is NSFW or not.
OPTIONS:
-i, --image
ARGS:
``` Load CLI arguments from file and runs it.
USAGE:
fie.exe batch
FLAGS: -h, --help Prints help information
ARGS:
File examples: * Post
Prints information about app's environment.
``` Prints information about app environment.
USAGE:
fie.exe env
FLAGS: -h, --help Prints help information
SUBCOMMANDS: config Prints path to config file. help Prints this message or the help of the given subcommand(s) ```