go-mastodon/cmd/mstdn/README.md

41 lines
570 B
Markdown
Raw Normal View History

2017-04-14 13:18:33 +02:00
# mstdn
command line tool for mstdn.jp
## Usage
```
2017-04-15 14:52:52 +02:00
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
2017-04-14 13:18:33 +02:00
```
## Installation
```
$ go get github.com/mattn/go-mastodon/cmd/mstdn
```
## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a. mattn)