go-mastodon/cmd/mstdn
y0za e9f28b9c6e Fix test json property name 2017-04-20 19:37:24 +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_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 add test for follow command 2017-04-19 18:25:01 +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_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 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 --template flag for stream command 2017-04-20 14:14:48 +09:00
cmd_stream_test.go add test for stream command 2017-04-20 10:39:20 +09:00
cmd_test.go add delete command 2017-04-20 02:04:20 +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 export ID for stream. add -i to reply 2017-04-19 15:17:26 +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
cmd_upload_test.go Fix test json property name 2017-04-20 19:37:24 +09:00
main.go add --template flag for stream command 2017-04-20 14:14:48 +09:00
main_test.go account flag is "-profile" 2017-04-19 17:05:00 +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)