go-mastodon/cmd/mstdn
Kaoru HAYAMA effa489b8a Fix `mstdn.exe toot -ff -` errors `arguments required` 2017-04-16 10:41:21 +09:00
..
README.md update README.md 2017-04-15 21:52:52 +09:00
cmd_account.go add account command 2017-04-15 22:58:46 +09:00
cmd_instance.go add instance command 2017-04-15 22:25:20 +09:00
cmd_notification.go add notification command 2017-04-15 22:12:07 +09:00
cmd_search.go add missing file 2017-04-16 02:55:32 +09:00
cmd_stream.go separate command 2017-04-15 21:52:11 +09:00
cmd_timeline.go separate command 2017-04-15 21:52:11 +09:00
cmd_toot.go Fix `mstdn.exe toot -ff -` errors `arguments required` 2017-04-16 10:41:21 +09:00
main.go add search command 2017-04-15 23:21:45 +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)