go-mastodon/cmd/mstdn/README.md

53 lines
1012 B
Markdown
Raw Permalink 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...]
2017-04-27 05:03:11 +02:00
2017-04-15 14:52:52 +02:00
VERSION:
0.0.1
2017-04-27 05:03:11 +02:00
2017-04-15 14:52:52 +02:00
COMMANDS:
2017-04-27 05:03:11 +02:00
toot post toot
stream stream statuses
timeline show timeline
notification show notification
instance show instance information
account show account information
search search content
follow follow account
followers show followers
upload upload file
delete delete status
init initialize profile
mikami search mikami
2017-05-02 20:50:32 +02:00
xsearch cross search
2017-04-27 05:03:11 +02:00
help, h Shows a list of commands or help for one command
2017-04-15 14:52:52 +02:00
GLOBAL OPTIONS:
2017-04-27 05:03:11 +02:00
--profile value profile name
--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)