41 lines
570 B
Markdown
41 lines
570 B
Markdown
# mstdn
|
|
|
|
command line tool for mstdn.jp
|
|
|
|
## Usage
|
|
|
|
```
|
|
NAME:
|
|
mstdn - mastodon client
|
|
|
|
USAGE:
|
|
mstdn [global options] command [command options] [arguments...]
|
|
|
|
VERSION:
|
|
0.0.1
|
|
|
|
COMMANDS:
|
|
toot post toot
|
|
stream stream statuses
|
|
timeline show timeline
|
|
help, h Shows a list of commands or help for one command
|
|
|
|
GLOBAL OPTIONS:
|
|
--help, -h show help
|
|
--version, -v print the version
|
|
```
|
|
|
|
## Installation
|
|
|
|
```
|
|
$ go get github.com/mattn/go-mastodon/cmd/mstdn
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|
|
|
|
## Author
|
|
|
|
Yasuhiro Matsumoto (a.k.a. mattn)
|