Wykres commitów

56 Commity (e57cb0710e3d21cc5e72cf927d4dbc5be20bb19d)

Autor SHA1 Wiadomość Data
Christian Muehlhaeuser e57cb0710e
Parse flags before accessing config
Fixes #13.
2020-10-06 04:07:43 +02:00
Christian Muehlhaeuser d15fedd774
Update goreleaser config 2020-10-04 10:26:47 +02:00
Christian Muehlhaeuser 7af7c82152
Test against Go 1.13+ 2020-10-04 03:50:44 +02:00
Christian Muehlhaeuser 8f36633740
Bump dependencies to latest stable releases 2020-10-04 03:27:40 +02:00
Christian Muehlhaeuser aacba34ab3
Bump go-pretty to v6.0.5 2020-10-04 03:22:39 +02:00
Christian Muehlhaeuser 5b70cc0c1a
Automatically prefix 'https' if the protocol is missing from the URL 2020-10-04 03:19:10 +02:00
Christian Muehlhaeuser 3f563e17e6
Show helper text for empty tables 2020-08-23 12:10:03 +02:00
Christian Muehlhaeuser b43f0d52a9
Make progressBarWidth a const 2020-08-23 12:09:54 +02:00
Christian Muehlhaeuser 339bdd1c85
End comment with period 2020-08-23 12:09:38 +02:00
Christian Muehlhaeuser 77b97800fd
Remove obsolete Config.Set return value 2020-08-23 12:09:26 +02:00
Christian Muehlhaeuser 9dfd746a5a
Enable builds for Windows, BSD, and homebrew
Fixes #8.
2020-08-23 10:35:28 +02:00
Christian Muehlhaeuser 2822457d13
Move badges to top of README 2020-08-23 07:05:04 +02:00
Christian Muehlhaeuser 01113437a3
Remove TravisCI config 2020-08-23 07:01:59 +02:00
Christian Muehlhaeuser 9db7002e1f
Add GitHub metadata & workflow 2020-08-23 07:00:42 +02:00
Christian Muehlhaeuser b727b5f719
Add an extra newline before search results 2020-08-23 06:58:54 +02:00
Christian Muehlhaeuser 4414c515df
Switch to go-pretty's table writer 2020-08-23 06:42:32 +02:00
Christian Muehlhaeuser 9c84b0037a
Fix deprecated goreleaser config syntax 2020-08-22 15:15:02 +02:00
Christian Muehlhaeuser 763bd6ce3f
go mod tidy 2020-08-22 15:12:37 +02:00
Erwin Ernst Steinhammer a14d1e4934 Update README.md
Changed the example. First of all, now it fits better to the example output, second human subjects who try this tool out won't run in the problem that there account is freezed for several hours for there first test. And changed the example output to mach better with the real output.
2020-01-16 01:52:06 +01:00
Christian Muehlhaeuser ddcf0d9696
Drop support for Go 1.8 2019-09-18 02:30:55 +02:00
Christian Muehlhaeuser ad105e3711 Test against Go 1.13 on TravisCI 2019-09-18 02:05:16 +02:00
tachiniererin f92cefd853 Add time and URL to search output (#6) 2019-08-14 21:03:31 +02:00
Christian Muehlhaeuser 8adb027f55
Added cd build step to README 2019-08-11 22:35:36 +02:00
Christian Muehlhaeuser 4701d6ea79
README cleanup 2019-08-11 22:07:45 +02:00
Christian Muehlhaeuser bb1965d9cb
Link to binaries & packages in README 2019-08-11 22:06:46 +02:00
Christian Muehlhaeuser 474d51a930
Updated install instructions and description in README 2019-08-11 21:57:46 +02:00
Christian Muehlhaeuser e7f3f0d82c
Added json backup files to .gitignore 2019-08-11 21:54:49 +02:00
Christian Muehlhaeuser 4d119950bc
Updated Go module deps 2019-08-11 21:52:18 +02:00
Christian Muehlhaeuser 39d020f1b6
Added dist folder to .gitignore 2019-08-11 21:50:58 +02:00
Christian Muehlhaeuser ee488b7f03
Removed redundant help command from README 2019-08-11 21:50:12 +02:00
Christian Muehlhaeuser 2238d8301d
Added .goreleaser.yml 2019-08-11 21:49:54 +02:00
Christian Muehlhaeuser 968a7e3d82
Use cobra to parse & split functionality up into individual commands 2019-08-11 21:46:42 +02:00
Christian Muehlhaeuser e2f228ce24
Bumped go-mastodon dependency 2019-08-11 06:23:50 +02:00
Christian Muehlhaeuser 90dadbdb94
Adapt to upstream API changes in go-mastodon 2019-08-11 04:13:16 +02:00
Christian Muehlhaeuser 637053214c
Renamed statootstics to mastotool 2019-08-11 04:12:37 +02:00
Christian Muehlhaeuser eb3901a8c9
Added -search to search for toots containing a particular string 2019-08-08 06:18:20 +02:00
Christian Muehlhaeuser 6e0c280ea1
Return an error instead of panicking in parseToot 2019-08-08 06:17:52 +02:00
Christian Muehlhaeuser 388aa2c5ec
Make cleanupContent a separate function 2019-08-08 06:17:25 +02:00
Christian Muehlhaeuser d50115e2e7
Switch to Go modules on TravisCI 2019-08-07 06:37:35 +02:00
Christian Muehlhaeuser 7be6c9231f Allow Go tip to fail on TravisCI 2019-08-07 06:36:20 +02:00
Christian Muehlhaeuser d316805cee Test against Go 1.12 on TravisCI 2019-08-07 06:36:20 +02:00
Christian Muehlhaeuser bf008869da
Use go modules 2018-11-23 05:33:39 +01:00
Christian Muehlhaeuser 08bc3cd37a
Combine abort conditions to make the source more readable 2018-11-23 03:56:07 +01:00
Christian Muehlhaeuser 639842eea5
Switch to oauth-based authentication 2018-11-22 22:25:08 +01:00
rjp 1ea99df60d Loop break for infinite loop problem
Either Pleroma or my handful of toots causes the status-fetching-with-pagination
to get stuck in an infinite loop. Seems to be a problem in the underlying
mastodon library rather than this code. This is an easier fix for now; to break
out if we fetched no statuses (i.e we ran out.)
2018-11-22 21:46:55 +01:00
Christian Muehlhaeuser c723963067
Updated README to reflect new functionality 2018-11-22 06:49:59 +01:00
Christian Muehlhaeuser 45a29f3be6
Show reply statistics 2018-11-22 06:48:21 +01:00
Christian Muehlhaeuser 88423e10dc
Make it clear you can show more than just the top item in each category 2018-11-22 04:45:52 +01:00
Christian Muehlhaeuser 878bd1f162
Added example section to README 2018-11-22 04:42:56 +01:00
Christian Muehlhaeuser 220907ecb9
Bump go dependency to 1.8 2018-11-22 04:41:24 +01:00