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

2335 Commits

Author SHA1 Message Date
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
d6254ebba6 Add specs for /wtf/datetime 2019-08-03 18:54:04 -07:00
Chris Cummer
681dd85ce6 Add specs for /wtf/colors 2019-08-03 18:31:00 -07:00
Chris Cummer
a1aafbeade Move /wtf tests into /wtf directory 2019-08-03 17:19:55 -07:00
Chris Cummer
c17678013d Fix a couple of 'go vet' issues 2019-08-03 17:16:50 -07:00
Chris Cummer
33ec8528a1 Merge pull request #522 from wtfutil/20190802-custom-config-handling
Improve the config file handling process
2019-08-03 12:33:16 -07:00
Chris Cummer
b9d1017754 Remove another panic call 2019-08-03 12:27:38 -07:00
Chris Cummer
7b4c77b7da Simplify .travis.yml config 2019-08-02 02:26:11 -07:00
Chris Cummer
7234f83073 Remove stray Log() statements from SpotifyWeb 2019-08-02 02:11:05 -07:00
Chris Cummer
a02e2a2247 Remove a stray Log() statement from Gittet 2019-08-02 02:01:07 -07:00
Chris Cummer
52023a4db0 Remove a stray Log() statement from MultiSourceWidget 2019-08-02 02:00:24 -07:00
Chris Cummer
4c2b52cdbb Improve the config file handling process
* Don't create a default config if a custom config is being passed in
* Textfile: don't die if the file cannot be found
2019-08-02 01:51:56 -07:00
Chris Cummer
45da40e4c9 Update CHANGELOG.md v0.19.1 2019-07-30 10:47:09 -07:00
Chris Cummer
3a02a2a4b3 Merge pull request #521 from wtfutil/20190729-goreleaser
Add arm* architecture to goreleaser config
2019-07-29 10:05:55 -07:00
Chris Cummer
57f1bac497 Add arm* architecture to goreleaser config 2019-07-29 09:54:33 -07:00
Chris Cummer
3e8bbd02ea Merge pull request #519 from wtfutil/20190726-app-instance
20190726 WIP app instance
2019-07-29 06:21:49 -07: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
4c0f7650dd Improve error messages 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
Chris Cummer
324666a3ec Clean up the MakeWidgets process by miniming the number of params passed around 2019-07-29 06:15:51 -07:00
Chris Cummer
6de0449b8c Update CHANGELOG.md 2019-07-28 21:08:04 -07:00
Chris Cummer
fccd062b85 Move the ModuleValidator from /wtf to /app 2019-07-28 08:14:27 -07:00
Chris Cummer
1b1ce69378 Move the FocusTracker from /wtf to /app 2019-07-28 08:14:27 -07:00
Chris Cummer
bba54368f4 Make all exported fields unexported in WtfApp 2019-07-28 08:14:27 -07:00
Chris Cummer
ac31ea2291 Improve error messages 2019-07-28 08:14:26 -07:00
Chris Cummer
991119e5c5 Add ability to explicitly stop modules via a QuitChan 2019-07-28 08:14:26 -07:00
Chris Cummer
24cf82cc53 Move the scheduler up into /app 2019-07-28 08:14:26 -07:00
Chris Cummer
f4886fdb7a Extract most app setup out of main and into wtf_app 2019-07-28 08:14:26 -07:00
Chris Cummer
923d70e0df Clean up the MakeWidgets process by miniming the number of params passed around 2019-07-28 08:14:26 -07:00
Chris Cummer
6c2c52abf2 Fix Dockerfile 2019-07-28 08:13:56 -07:00
Chris Cummer
16c1b2ad87 Add Dockerfile 2019-07-28 08:12:27 -07:00
Chris Cummer
3291ce008a Update github files 2019-07-28 07:52:17 -07:00
Chris Cummer
31fb0208d0 Add @chenrui333 as a contributor v0.19.0 2019-07-26 08:00:03 -07:00
Chris Cummer
2ef3c24b67 Update CHANGELOG.md 2019-07-25 15:39:25 -07:00
Chris Cummer
d46108ac05 Merge pull request #518 from wtfutil/20190725-chmod-0600-config-file
Explicitly set the default config file's mode to 0600
2019-07-25 15:35:43 -07:00
Chris Cummer
50cc9669c5 Explicitly set the default config file's mode to 0600 2019-07-25 10:29:00 -07:00
Chris Cummer
c0ff2847fe Add @l13t as a contributor 2019-07-24 18:47:57 -07:00
Chris Cummer
c0bc6842d5 Update CHANGELOG.md 2019-07-24 18:47:21 -07:00
Chris Cummer
0f5b9d1397 Update CHANGELOG.md 2019-07-24 18:46:57 -07:00
Chris Cummer
b75beba06b Merge pull request #516 from l13t/master
Added to opsgenie module region selection
2019-07-24 18:45:27 -07:00
Dmytro Prokhorenkov
4b629db0d9 Rewrote way how to define region
Now region is defined with `region` variable and could be only `us` or `eu`
2019-07-24 11:54:43 +02:00
Chris Cummer
e4895d7119 Update CHANGELOG.md 2019-07-23 08:25:58 -07:00
Chris Cummer
704ca22fed Merge pull request #515 from wtfutil/WTF-504-better-default-config
WTF-504 Improve the default config
2019-07-23 08:25:20 -07:00
Dmytro Prokhorenkov
7422cc3822 Added to opsgenie module region selection
According to OpsGenie API documentation:
``If using the EU instance of Opsgenie, the URL needs to be https://api.eu.opsgenie.com for requests to be
successful.```
2019-07-23 17:23:53 +02:00
Chris Cummer
0bc6965681 WTF-504 Improve the default config 2019-07-22 22:54:01 -07:00
Chris Cummer
7a70ed75be Move settings of TERM out of main() 2019-07-21 16:32:18 -07:00