go-mastodon/cmd/mstdn
Christian Muehlhaeuser 25da74b864 Fix follower pagination in cmd/mstdn
Make sure to reset Pagination's MinID on every iteration, as
discussed in #99.
2019-09-30 17:18:07 +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 Fix follower pagination in cmd/mstdn 2019-09-30 17:18:07 +09:00
cmd_followers_test.go Fix pagination for mstdn command 2017-05-05 00:18:17 +09:00
cmd_instance.go add some fields for instance command 2018-01-29 14:09:10 +09:00
cmd_instance_activity.go fix typo 2018-01-29 13:26:33 +09:00
cmd_instance_peers.go add instance_activity/instance_peers command 2018-01-29 13:26:33 +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 Unlambda textContent call 2019-09-30 17:12:31 +09:00
cmd_stream_test.go Simplify code 2019-09-30 17:13:12 +09:00
cmd_test.go Add TestCmdXSearch and TestCmdMikami 2017-05-03 03:05:36 +09:00
cmd_timeline.go Add direct 2019-06-22 01:52:45 +09:00
cmd_timeline_test.go Add direct 2019-06-22 01:52:45 +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 Add direct 2019-06-22 01:52:45 +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)