Commit Graph

84 Commits (8fa4fc14e6d864416117fd370be4c2742e5191c5)

Author SHA1 Message Date
Yasuhiro Matsumoto b1ec2978a2 add mikami command 2017-04-27 00:56:28 +09:00
Yasuhiro Matsumoto 3fb35ec728 add init command 2017-04-27 00:56:13 +09:00
178inaba 894bab96b7 Fix to output error log of cmd 2017-04-26 12:38:11 +09:00
Yasuhiro Matsumoto adf4fbaa20 extract text in account 2017-04-25 15:33:55 +09:00
Yasuhiro Matsumoto fe04c0b104 update client ID/Secret 2017-04-25 15:32:56 +09:00
Yasuhiro Matsumoto 041bfc1dcd add test for -ff 2017-04-24 19:47:07 +09:00
Yasuhiro Matsumoto e29b2993a6 use t.Fatal 2017-04-24 19:40:26 +09:00
Yasuhiro Matsumoto d0cd67efbc return error 2017-04-24 19:40:20 +09:00
Yasuhiro Matsumoto 055cbf0e6f Merge branch 'master' of github.com:mattn/go-mastodon 2017-04-24 19:38:36 +09:00
Yasuhiro Matsumoto def474a7a5 Merge branch 'master' of github.com:mattn/go-mastodon 2017-04-24 17:50:32 +09:00
Yasuhiro Matsumoto 919d6a73fe require dash 2017-04-24 17:49:56 +09:00
178inaba 992dc7da05 Fix error message 2017-04-24 17:33:45 +09:00
mattn 2ae2a90336 Merge pull request #41 from 178inaba/cmd_follow_test
Cmd follow test
2017-04-24 09:47:59 +09:00
178inaba 6f6070b22e Add cmd follow test 2017-04-24 01:13:08 +09:00
Haruki TSURUMOTO a58d590523 fix client is not set when first use 2017-04-23 19:17:18 +09:00
Yasuhiro Matsumoto bb7a3a2892 add test for stream --simplejson 2017-04-21 00:57:28 +09:00
Yasuhiro Matsumoto 6c3b27aa4e fix test for search command 2017-04-21 00:50:39 +09:00
mattn cc593fd21e Merge pull request #36 from y0za/fix-test-json-again
Fix test json property name again
2017-04-21 00:21:52 +09:00
y0za 1c95b07428 Fix test json property name again 2017-04-20 22:41:49 +09:00
178inaba d1b5f4b1fb Fix for ineffassign . 2017-04-20 21:29:10 +09:00
178inaba 68843f4dd0 Fix for golint ./... 2017-04-20 21:20:40 +09:00
y0za e9f28b9c6e Fix test json property name 2017-04-20 19:37:24 +09:00
Yasuhiro Matsumoto bade3895da add --template flag for stream command
close #30
2017-04-20 14:14:48 +09:00
Yasuhiro Matsumoto cc5f65b3bf add test for stream command 2017-04-20 10:39:20 +09:00
Yasuhiro Matsumoto 1a101faaae add delete command 2017-04-20 02:04:20 +09:00
Yasuhiro Matsumoto 293a9e0aba todo 2017-04-19 23:58:58 +09:00
Yasuhiro Matsumoto adca356db1 display acct in followers command 2017-04-19 23:32:23 +09:00
Yasuhiro Matsumoto 18d207636a fix crash on test 2017-04-19 23:24:36 +09:00
Yasuhiro Matsumoto eb1c1cf0ae display status/reblog in stream 2017-04-19 23:21:19 +09:00
Yasuhiro Matsumoto 1ddd67b1a4 diaply acct instead of username
close #29
2017-04-19 20:52:14 +09:00
Yasuhiro Matsumoto 909a57c5ea add test for follow command 2017-04-19 18:25:01 +09:00
Yasuhiro Matsumoto 3a90b559e1 account flag is "-profile" 2017-04-19 17:05:00 +09:00
Yasuhiro Matsumoto 3d010df5fb add -profile flag 2017-04-19 16:52:26 +09:00
Yasuhiro Matsumoto b5541c9e38 fix stream types
close #25
2017-04-19 16:13:07 +09:00
Yasuhiro Matsumoto e47dd5a618 export ID for stream. add -i to reply 2017-04-19 15:17:26 +09:00
Yasuhiro Matsumoto 998ab3d74a add test for upload 2017-04-19 15:00:26 +09:00
Yasuhiro Matsumoto 5a6f6f16f1 add follow command 2017-04-19 14:17:18 +09:00
Yasuhiro Matsumoto eb0803d442 add stream -simplejson 2017-04-17 23:43:11 +09:00
Yasuhiro Matsumoto e7f2469bc0 add stream -json 2017-04-17 23:29:44 +09:00
178inaba d6ee0499f5 Fix tty.Open() position 2017-04-17 22:39:57 +09:00
Yasuhiro Matsumoto b74e25cee2 add upload command 2017-04-17 13:56:06 +09:00
Yasuhiro Matsumoto 5e84b57bf3 breaking compatibility changes. take context for first arguments. 2017-04-17 11:10:29 +09:00
Yasuhiro Matsumoto 183e1ecadf add test for search command 2017-04-17 00:09:35 +09:00
Yasuhiro Matsumoto 5ee5295be5 add test for account command 2017-04-17 00:00:12 +09:00
Yasuhiro Matsumoto db7fcb38bb add test for followers command 2017-04-16 23:52:32 +09:00
Yasuhiro Matsumoto 88c2fecca2 use switch/case 2017-04-16 23:49:04 +09:00
Yasuhiro Matsumoto f2ab559a02 add test for timeline command 2017-04-16 23:44:07 +09:00
Yasuhiro Matsumoto 70b6261e34 golint & go vet 2017-04-16 23:38:53 +09:00
Yasuhiro Matsumoto e1b7bac4e6 use writer 2017-04-16 23:04:31 +09:00
Yasuhiro Matsumoto 86066b9561 add test for notification command 2017-04-16 22:50:09 +09:00