1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

2780 Commits

Author SHA1 Message Date
Chris Cummer
ca241b5d6f Merge branch 'Seanstoppable-xdg' 2020-01-15 21:46:57 -08:00
Chris Cummer
d91a7f88c9 Merge branch 'xdg' of github.com:Seanstoppable/wtf into Seanstoppable-xdg 2020-01-15 21:46:20 -08:00
Chris Cummer
5224a46ee7 Merge branch 'Seanstoppable-upgradetview' 2020-01-15 21:45:21 -08:00
Chris Cummer
965481f589
Update CHANGELOG.md 2020-01-15 21:45:03 -08:00
Chris Cummer
b0d706199f Fix go.mod merge conflict
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-01-15 21:40:27 -08:00
Chris Cummer
fc4e68a150
Update CHANGELOG.md 2020-01-15 21:39:13 -08:00
Chris Cummer
a21d8a06f5 Merge branch 'bjoernw-spacex' 2020-01-15 21:37:33 -08:00
Chris Cummer
7ce90d92df Merge branch 'spacex' of github.com:bjoernw/wtf into bjoernw-spacex 2020-01-15 21:34:43 -08:00
dependabot-preview[bot]
bca635087c Bump github.com/xanzy/go-gitlab from 0.22.2 to 0.22.3 (#820)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.22.2 to 0.22.3.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.22.2...v0.22.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-15 21:32:54 -08:00
Chris Cummer
e96dac34e3
Update CHANGELOG.md 2020-01-15 21:32:48 -08:00
dependabot-preview[bot]
d0f00890e1 Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (#819)
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.1 to 0.9.1.
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](https://github.com/pkg/errors/compare/v0.8.1...v0.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-15 21:32:00 -08:00
Scott Hansen
752cda88e3 Add docker-build and docker-install targets to Makefile 2020-01-12 17:03:23 -08:00
Scott Hansen
571526b993 Add build Dockerfile to build wtfutil from source in Docker and then copy binary to local machine 2020-01-12 16:22:55 -08:00
Scott Hansen
b8710d6c45 Run wtfutil in Docker as unprivileged user 2020-01-12 16:22:09 -08:00
Scott Hansen
8221cb9173 Use progressive build to reduce final image size
- Use progressive build to reduce final image size
- Download source during build so only Dockerfile is required to be present on the build host
- Add a `version` arg so any tag or branch can be built: `docker build --build-arg=version=v0.25.0 -t wtf .`
2020-01-12 14:16:49 -08:00
dependabot-preview[bot]
beccd014f6 Bump github.com/alecthomas/chroma from 0.7.0 to 0.7.1 (#814)
Bumps [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](https://github.com/alecthomas/chroma/compare/v0.7.0...v0.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 11:01:37 -08:00
dependabot-preview[bot]
b344b36b68 Bump github.com/shirou/gopsutil (#807)
Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) from 2.19.11+incompatible to 2.19.12+incompatible.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v2.19.11...v2.19.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 11:01:25 -08:00
Bjoern Weidlich
6747784acd
Removing vendor directory 2020-01-08 22:46:04 -08:00
Sean Smith
4eeb6d67a9 Support XDG_CONFIG_HOME
Clean up workflow and eliminate a method
One place where we calculate the full dir

Closes #699
2020-01-08 23:40:45 -05:00
Sean Smith
a876c1257d Upgrade tview
Should fix #618
2020-01-08 22:46:09 -05:00
Bjoern Weidlich
ce0151becc
Added SpaceX Module 2020-01-06 23:21:44 -08:00
Chris Cummer
c1f9c910e1 Add @bjoernw as a contributor 2019-12-30 22:26:33 -05:00
Chris Cummer
cc169f1674
WTF-33 gcal 'showAllDay' option added (#804)
When true, all-day events are displayed. When false, all-day
events are not displayed.

Defaults to true.

Closes #733

Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-30 22:25:10 -05:00
Chris Cummer
5f1aeec5ae
Update CHANGELOG.md 2019-12-30 22:24:40 -05:00
Chris Cummer
3e7d5157b2
Update CHANGELOG.md 2019-12-30 22:24:15 -05:00
Chris Cummer
e679a981da
WTF-758 Open HN comments if there's no external link (#802)
If an HN story has no external link associated with it,
open the HN comments page for the story.

Closes #758

Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-30 22:21:59 -05:00
Bjoern Weidlich
86b32b3f9f Adding twitch module to display top streams (#805) 2019-12-30 22:20:53 -05:00
Chris Cummer
fa0d8761ae A few minor changes made while updating documentation
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-30 17:26:50 -05:00
Chris Cummer
ac2817613b Fix a spelling mistake in a comment:
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-21 07:59:02 -08:00
Chris Cummer
e1d4e60216
Add myName setting to PagerDuty (#799)
If defined, this name will be highlighted in the PagerDuty widget
when that person is on-call.

Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-18 21:38:42 -08:00
Chris Cummer
a7facc85fa
Add 'withDate' option to digitalclock module (#797)
When `withDate` is `true`, it displays date information below the clock.
When `withDate` is `false`, it does not display date information.
Defaults to `true`.

Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-18 21:38:30 -08:00
Chris Cummer
091b2b975f
Update CHANGELOG.md 2019-12-18 21:38:22 -08:00
Chris Cummer
2020c9683a go mod tidy
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-18 07:25:19 -08:00
Chris Cummer
4cbbedc42e
Update CHANGELOG.md 2019-12-18 07:24:09 -08:00
dependabot-preview[bot]
c149ef699f Bump google.golang.org/api from 0.14.0 to 0.15.0 (#800)
Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/google/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](https://github.com/google/google-api-go-client/compare/v0.14.0...v0.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-18 07:23:50 -08:00
Chris Cummer
7b56b70368
Update CHANGELOG.md 2019-12-18 07:23:15 -08:00
Chris Cummer
d88b3ebaac
Google Calendar subheading now obey global subheading color (#798)
This can still be over-written by setting:

```
   gcal:
      colors:
        day: "orange::b"
```
explicitly in your gCal configuration.

Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-17 21:39:49 -08:00
Chris Cummer
10f761dbcb
20191217 gosec (#796)
* Add gosec to the Makefile

Signed-off-by: Chris Cummer <chriscummer@me.com>

* Fix some issues found by gosec

Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-17 14:59:16 -08:00
Chris Cummer
cde904ff08
Use errcheck to find unhandled errors (#795)
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-17 08:26:16 -08:00
Chris Cummer
04ff03ab1c
Testing (#794)
* Testing

Signed-off-by: Chris Cummer <chriscummer@me.com>

* Well, that was enlightening

Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-16 20:55:42 -08:00
Chris Cummer
35a8b0e1b5 Things work better when you spell them correctly
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-16 20:38:57 -08:00
Chris Cummer
21255cc875
Actions experiment (#793)
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-16 20:37:03 -08:00
Chris Cummer
e9f2500637 Merge branch 'master' of github.com:wtfutil/wtf 2019-12-16 20:26:01 -08:00
Chris Cummer
140dd553e0
WTF-781 Todoist project ID conversion (#789)
* WTF-781 Switch Todoist IDs from `int` to `string`

On platforms that convert an `int` to `int32`, like the Raspberry Pi,
an `int` is not large enough to store Todoist project IDs.

Using a `string` ensures this never becomes a problem.

Fixes #781

Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-16 20:25:52 -08:00
Chris Cummer
3a388fba23
20191215 code improvements (#790)
* Upgrade godo to latest
* Fix a bunch of issues found by
* Running staticcheck on a codebase for the first time is a sobering experience
* go mod tidy
* More static improvements

Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-16 20:25:29 -08:00
Chris Cummer
af64882306 Upgrade godo to latest
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-16 20:20:30 -08:00
dependabot-preview[bot]
e71038ccf2 Bump github.com/digitalocean/godo from 1.22.0 to 1.29.0 (#791)
Bumps [github.com/digitalocean/godo](https://github.com/digitalocean/godo) from 1.22.0 to 1.29.0.
- [Release notes](https://github.com/digitalocean/godo/releases)
- [Changelog](https://github.com/digitalocean/godo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/digitalocean/godo/compare/v1.22.0...v1.29.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-16 16:41:53 -08:00
Chris Cummer
37efebf122
Removed the Scarf installation instructions
My username is no longer accepted on the site, I cannot update build releases anymore.
2019-12-15 04:12:09 -08:00
Chris Cummer
b7f8ec5ae2
Use WTF's version of spotigopher (#787)
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-14 21:24:18 -08:00
Chris Cummer
53e795384b Additional improvements to the Makefile
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-14 08:58:31 -08:00