NAME
toot - post a status to Mastodon
SYNOPSIS
toot [--config <name>] [--status <status to post>] [--help]
DESCRIPTION
toot
is a tool for posting to Mastodon.
OPTIONS
- --config <name>
-
The section of the config to load credentials for.
Optional. Defaults to
default
.For more details, see the documentation for App::Toot::Config or
perldoc App::Toot::Config
. - --status <status to post>
-
The status to post.
Optional. If not defined, status is taken from
STDIN
. - --help
-
Print the help dialogue.
EXAMPLES
Post a status using a different account defined in the config
$ toot --config development --status 'toot all day'
Take input from STDIN and post it.
$ echo 'toot all day' | toot
$ someothertool | toot
CONFIGURATION
For configuration, see the documentation for App::Toot::Config or perldoc App::Toot::Config
.
COPYRIGHT AND LICENSE
Copyright (c) 2023 Blaine Motsinger under the MIT license.
AUTHOR
Blaine Motsinger blaine@renderorange.com