go-mastodon/cmd/mstdn
Yasuhiro Matsumoto b1ec2978a2 add mikami command 2017-04-27 00:56:28 +09:00
..
README.md update README.md 2017-04-15 21:52:52 +09:00
cmd_account.go extract text in account 2017-04-25 15:33:55 +09:00
cmd_account_test.go add test for account command 2017-04-17 00:00:12 +09:00
cmd_delete.go add delete command 2017-04-20 02:04:20 +09:00
cmd_delete_test.go add delete command 2017-04-20 02:04:20 +09:00
cmd_follow.go add follow command 2017-04-19 14:17:18 +09:00
cmd_follow_test.go Fix error message 2017-04-24 17:33:45 +09:00
cmd_followers.go display acct in followers command 2017-04-19 23:32:23 +09:00
cmd_followers_test.go display acct in followers command 2017-04-19 23:32:23 +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_mikami.go add mikami command 2017-04-27 00:56:28 +09:00
cmd_notification.go diaply acct instead of username 2017-04-19 20:52:14 +09:00
cmd_notification_test.go add test for account command 2017-04-17 00:00:12 +09:00
cmd_search.go fix test for search command 2017-04-21 00:50:39 +09:00
cmd_search_test.go fix test for search command 2017-04-21 00:50:39 +09:00
cmd_stream.go Fix for golint ./... 2017-04-20 21:20:40 +09:00
cmd_stream_test.go add test for stream --simplejson 2017-04-21 00:57:28 +09:00
cmd_test.go Add cmd follow test 2017-04-24 01:13:08 +09:00
cmd_timeline.go display status/reblog in stream 2017-04-19 23:21:19 +09:00
cmd_timeline_test.go add test for account command 2017-04-17 00:00:12 +09:00
cmd_toot.go return error 2017-04-24 19:40:20 +09:00
cmd_toot_test.go add test for -ff 2017-04-24 19:47:07 +09:00
cmd_upload.go add upload command 2017-04-17 13:56:06 +09:00
cmd_upload_test.go Fix test json property name 2017-04-20 19:37:24 +09:00
main.go add mikami command 2017-04-27 00:56:28 +09:00
main_test.go use t.Fatal 2017-04-24 19:40:26 +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)