go-mastodon/cmd/mstdn
Yasuhiro Matsumoto eb0803d442 add stream -simplejson 2017-04-17 23:43:11 +09:00
..
README.md update README.md 2017-04-15 21:52:52 +09:00
cmd_account.go breaking compatibility changes. take context for first arguments. 2017-04-17 11:10:29 +09:00
cmd_account_test.go add test for account command 2017-04-17 00:00:12 +09:00
cmd_followers.go breaking compatibility changes. take context for first arguments. 2017-04-17 11:10:29 +09:00
cmd_followers_test.go add test for account command 2017-04-17 00:00:12 +09:00
cmd_instance.go breaking compatibility changes. take context for first arguments. 2017-04-17 11:10:29 +09:00
cmd_instance_test.go add test for account command 2017-04-17 00:00:12 +09:00
cmd_notification.go breaking compatibility changes. take context for first arguments. 2017-04-17 11:10:29 +09:00
cmd_notification_test.go add test for account command 2017-04-17 00:00:12 +09:00
cmd_search.go breaking compatibility changes. take context for first arguments. 2017-04-17 11:10:29 +09:00
cmd_search_test.go add test for search command 2017-04-17 00:09:35 +09:00
cmd_stream.go add stream -simplejson 2017-04-17 23:43:11 +09:00
cmd_test.go test server 2017-04-16 22:27:43 +09:00
cmd_timeline.go breaking compatibility changes. take context for first arguments. 2017-04-17 11:10:29 +09:00
cmd_timeline_test.go add test for account command 2017-04-17 00:00:12 +09:00
cmd_toot.go breaking compatibility changes. take context for first arguments. 2017-04-17 11:10:29 +09:00
cmd_toot_test.go use switch/case 2017-04-16 23:49:04 +09:00
cmd_upload.go add upload command 2017-04-17 13:56:06 +09:00
main.go add stream -simplejson 2017-04-17 23:43:11 +09:00
main_test.go add test 2017-04-14 20:05:18 +09:00

README.md

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)