go-mastodon/cmd/mstdn
Kaoru HAYAMA aaeb9f1de2 Fix: on `mstdn.exe toot -i ID`: ID (and default) was int64 -> string 2017-10-25 20:26:28 +09:00
..
README.md Fix README 2017-05-03 03:50:32 +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 fix ID 2017-10-25 15:23:53 +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 also convert to string in attachments, pagenation 2017-10-25 10:22:39 +09:00
cmd_followers_test.go Fix pagination for mstdn command 2017-05-05 00:18:17 +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 Rename xsearch -> xSearch 2017-05-03 02:29:15 +09:00
cmd_mikami_test.go Add TestCmdXSearch and TestCmdMikami 2017-05-03 03:05:36 +09:00
cmd_notification.go Fix mstdn cmd pagination 2017-05-06 23:49:46 +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 type of IDs. 2017-10-23 23:48:48 +09:00
cmd_stream_test.go add test for stream --simplejson 2017-04-21 00:57:28 +09:00
cmd_test.go Add TestCmdXSearch and TestCmdMikami 2017-05-03 03:05:36 +09:00
cmd_timeline.go Fix mstdn cmd pagination 2017-05-06 23:49:46 +09:00
cmd_timeline_test.go add test for account command 2017-04-17 00:00:12 +09:00
cmd_toot.go Fix: on `mstdn.exe toot -i ID`: ID (and default) was int64 -> string 2017-10-25 20:26:28 +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
cmd_xsearch.go Rename xsearch -> xSearch 2017-05-03 02:29:15 +09:00
cmd_xsearch_test.go Add TestCmdXSearch and TestCmdMikami 2017-05-03 03:05:36 +09:00
main.go Fix: on `mstdn.exe toot -i ID`: ID (and default) was int64 -> string 2017-10-25 20:26: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
     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
     xsearch       cross search
     help, h       Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --profile value  profile name
   --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)