Releases: DoumanAsh/fie
Releases · DoumanAsh/fie
0.16.3: Maintenance update
0.16.1: Actually forgot to make it working...
0.16.0: Cool async/await
0.15.0: Gab forked Mastodon
Changes
- Gab switched to mastodon so is Fie
0.14.1: Add authorization command
Changes
- New sub-command
auth
with option of twitter authorization - Allows to specify builtin twitter consumer token using environment variables:
FIE_TWITTER_CONSUMER_KEY
andFIE_TWITTER_CONSUMER_SECRET
Usage
Small and cute social media utility.
USAGE:
fie.exe [FLAGS] <SUBCOMMAND>
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:
auth Allows to perform authorization with social media.
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.
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] <message>
FLAGS:
-h, --help Prints help information
-n, --nsfw Whether post is NSFW or not.
OPTIONS:
-i, --image <images>... Adds image to post. Normally up to 4.
-t, --tag <tags>... Adds hashtag at the last line of post.
ARGS:
<message> Message content
batch
Load CLI arguments from file and runs it.
USAGE:
fie.exe batch <file>
FLAGS:
-h, --help Prints help information
ARGS:
<file> TOML file that describes CLI arguments.
File examples:
env
Prints information about app's environment.
USAGE:
fie.exe env <SUBCOMMAND>
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)
auth
Allows to perform user authorization using social media API.
Currently available authorizations:
- Twitter PIN based auth. Interactive dialogue will prompt you to follow link and authorize fie.
USAGE:
fie.exe auth <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
twitter Performs authorization with twitter
0.14.0-2: Maintenance release to update dependencies
Update yukikaze to 0.6
0.14.0: Fie corrects Gab Post's ID type
Changes
- Change Gab's Post ID to
String
Oopps... Fix broken batch jobs
0.12.1 0.12.1: Fix batch jobs
Restore minds API
Changes
Minds
works again!
Fie: Quick refactoring
Changes
fie
library is introduced- Now
fie
can look-up configuration in$HOME/.fie/fie.toml
if config is missing in directory with executable - Minds support is dropped