go-mastodon/cmd/mstdn
Brint E. Kriebel 9faaa4f0dc Add support for edited statuses
ActivityPub supports "status.update" for editing statuses. These should
be made available for streams.
2022-12-28 23:59:18 +09:00
..
README.md Fix README 2017-05-03 03:50:32 +09:00
cmd_account.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_account_test.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_delete.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_delete_test.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_follow.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_follow_test.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_followers.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_followers_test.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_instance.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_instance_activity.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_instance_peers.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_instance_test.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_mikami.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_mikami_test.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_notification.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_notification_test.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_search.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_search_test.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_stream.go Add support for edited statuses 2022-12-28 23:59:18 +09:00
cmd_stream_test.go Simplify code 2019-09-30 17:13:12 +09:00
cmd_test.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_timeline.go Add command timeline-tag to search for statuses matching the tag. 2022-12-01 02:49:06 +09:00
cmd_timeline_test.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_toot.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_toot_test.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_upload.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_upload_test.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_xsearch.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
cmd_xsearch_test.go use urfave/cli/v2 2022-11-27 13:24:42 +09:00
go.mod use urfave/cli/v2 2022-11-27 13:24:42 +09:00
go.sum use urfave/cli/v2 2022-11-27 13:24:42 +09:00
main.go Add command timeline-tag to search for statuses matching the tag. 2022-12-01 02:49:06 +09:00
main_test.go use urfave/cli/v2 2022-11-27 13:24:42 +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)