Sean Smith
68e56eaa10
Add new urlutil option, and have these be reloadable
...
Handles #897 and part of #593
2019-10-12 17:44:28 -04:00
Chris Cummer
0306ecd746
Merge branch 'add-buildkite-widget' of github.com:jmks/wtf into jmks-add-buildkite-widget
2019-10-05 20:41:53 -07:00
Jason Schweier
f56cc483b4
Add Buildkite widget
2019-10-03 10:44:48 -04:00
Lawrence Craft
b0d6790abe
Adding subreddit module
2019-09-26 22:58:43 +01:00
Chris Cummer
e13e82a2b4
Merge branch 'add-devto-modules' of github.com:VictorAvelar/wtf into VictorAvelar-add-devto-modules
2019-09-22 17:44:07 -07:00
Chris Cummer
bb10669b09
Add env var defaults to AzureDevops module
2019-09-21 04:13:13 -07:00
Chris Cummer
1bfd26a55c
Merge branch 'feature/azure-dev-ops-module' of github.com:v-braun/wtf into v-braun-feature/azure-dev-ops-module
2019-09-21 03:47:30 -07:00
vavelar
425a08522e
Implementation of WTF devto module
2019-09-20 17:31:11 +02:00
Viktor Braun (v_b)
64985c3beb
implemented azure devops widget
2019-09-19 10:11:59 +02:00
Sean Smith
9f81207037
Clean up cfg error handling a bit
...
Pass in the actual file being used, rather than hardcoded `config.yaml`
Differences between two error messages are not that distinct
Centralize on one and clean up all the `isCustomConfig` tracking
2019-09-12 20:28:24 -04:00
Chris Cummer
79bc78a5f7
Don't die if the watcher can't find the file. Continue trying
2019-09-10 21:48:33 -07:00
Narendra L
7756df16bb
Merge branch 'master' into add_digitalclock_module
2019-09-09 10:11:51 +02:00
Narendra L
6de3f0f5b9
modules/digitalclock/
2019-09-08 23:58:25 +02:00
Chris Cummer
7dd4e4909b
Merge branch 'feat/nr-multi' of github.com:Seanstoppable/wtf into Seanstoppable-feat/nr-multi
2019-09-08 05:11:05 -07:00
Chris Cummer
e441e7ebf1
Fix go.mod merge conflicts
2019-09-07 07:01:56 -07:00
Chris D Brown
3758ade094
feat(newrelic): Display deploy information from multiple apps
2019-09-04 22:52:01 -04:00
Chris Cummer
85fc8f28a1
Include in extended tcell terminal descriptions
2019-09-04 05:37:54 -07:00
Viktor Braun (v_b)
8bd0bf722c
implemented docker module
2019-09-03 17:33:51 +02:00
Jeff Zaroyko
4bc92bcce8
add arpansagovau module for displaying UV data from Australian cities
2019-08-30 11:33:34 +10:00
Sean Smith
146cbb598a
Attempt to offer linux transparency
...
Add 'transparent' as a color option
Default to 'transparent'
Make sure to set color to appropriate things, so transparency is achieved
2019-08-20 22:28:14 -04:00
Andrew Suderman
da0e1dbd5b
Adding a Kubernetes module for displaying Kubernetes cluster resources and info
...
Signed-off-by: Andrew Suderman <andrew@sudermanjr.com>
2019-08-05 21:43:52 -06:00
Chris Cummer
4e46fff145
Move the utils.go file into the /utils directory
2019-08-05 10:50:12 -07:00
Chris Cummer
2ba50f2a73
Move WidgetMaker functionality into /app
2019-08-04 21:20:53 -07:00
Sean Smith
10772c2190
Fix keyboard fallthrough
...
We are expecting Esc and Tab to perform other actions, so these need to not return nil
Addresses #520
2019-08-03 22:24:22 -04:00
Chris Cummer
82c89668a0
Move the ModuleValidator from /wtf to /app
2019-07-29 06:15:51 -07:00
Chris Cummer
b790b27000
Move the FocusTracker from /wtf to /app
2019-07-29 06:15:51 -07:00
Chris Cummer
8436b74ac1
Make all exported fields unexported in WtfApp
2019-07-29 06:15:51 -07:00
Chris Cummer
73391b06e4
Add ability to explicitly stop modules via a QuitChan
2019-07-29 06:15:51 -07:00
Chris Cummer
cfd3c731ba
Move the scheduler up into /app
2019-07-29 06:15:51 -07:00
Chris Cummer
a6d18e286a
Extract most app setup out of main and into wtf_app
2019-07-29 06:15:51 -07:00