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

127 Commits

Author SHA1 Message Date
Devin Collins
f7cf070f32 Adds module to display VictorOps on call information 2019-01-20 00:56:17 -08:00
Anand Sudhir Prayaga
c8b6eb2b60 Fix references to old Github repo location with new one 2018-11-28 14:47:06 +01:00
Nicholas Eden
db1917763c fix import ordering 2018-11-22 08:28:17 -08:00
Nicholas Eden
cab27c62ab resource usage mod 2018-11-12 01:30:24 -08:00
StormFireFox1
fb16b7ac0e
Add Spotify Web Widget 2018-10-13 16:31:34 +03:00
Mathias Weber
2d173ccdc4 add mercurial module 2018-10-11 21:43:51 +02:00
Chris Cummer
e4efd6ed72 Pressing Return/Enter in the GitHub widget opens the repo GitHub page 2018-09-25 16:16:08 -07:00
Chris Cummer
c35c4e2e1d Merge in app.Draw() changes 2018-09-24 15:11:35 -07:00
Chris Cummer
f650bb1698 Remove the app.Draw() gorountine
Prefer to have widgets force a draw when their data changes. This should
reduce draws (unless the user has a module installed that updates >=
1/sec, the old draw default).

This should also remove a source of some of the race conditions that
users were experiencing (though not all, there are still many).
2018-09-24 14:40:57 -07:00
Chris Cummer
9bd2430063 Minor code cleanup 2018-09-24 08:52:57 -07:00
sticreations
f86f04080f adding Spotify Module for https://github.com/senorprogrammer/wtf/issues/305 2018-09-23 15:39:45 +02:00
Chris Cummer
e760561027 Twitter module supports subscribing to multiple screen names 2018-09-01 17:05:52 -07:00
Anand Sudhir Prayaga
d4853f7cfd Make jenkins widget interactive 2018-08-30 16:32:05 +02:00
Sean Smith
07ee35b0ca Add initial datadog widget 2018-08-21 20:19:13 -04:00
Anand Sudhir Prayaga
28502b0d03 Add support for ~ in config file path
Fix #295
2018-08-20 14:23:57 +02:00
Anand Sudhir Prayaga
30447f2918 Add Gitter module 2018-08-08 15:26:53 +02:00
Chris Cummer
a40e03f085
Merge branch 'master' into add-hackernews-module 2018-08-03 13:22:35 -04:00
Chris Cummer
6a5b61a93b Fix a number of potential security issues 2018-08-03 10:16:13 -07:00
Anand Sudhir Prayaga
5c529270eb Add hackernews module 2018-08-03 17:24:55 +02:00
Anand Sudhir Prayaga
568276343c Make the travisci module interactive
* Add ability to select and open builds
* Add commit message (oneline style) to text displayed in the widget
* Add documentation on the new keyboard shortcuts
* Cleanup some duplicate code
2018-08-03 15:42:24 +02:00
Chris Cummer
d25b178696 Simplify the Blockfolio constructor; removes unused params 2018-08-03 05:46:36 -07:00
Chris Cummer
1f27cf5b00 Clean up the code in cfg/ a bit 2018-08-03 05:31:31 -07:00
Chris Cummer
e5a66edf61 Closes #268. Jira now supports help modal 2018-08-01 15:05:43 -07:00
Kenny Wu
39fc6fdab3 Add twitter module - Single Application account only at the moment 2018-07-31 19:54:40 -07:00
Chris Cummer
ac08d7a6d4 Nav shortcuts are now configurable 2018-07-31 08:44:52 -07:00
Chris Cummer
beb0c43b07 Add character identifiers to focusable widgets
When no widget has focus, press the letter key to focus on the widget
assigned to that letter.

Example:

    GitHub (d)

    Press "d" to focus on the GitHub widget.
2018-07-30 15:51:19 -07:00
Chris Cummer
34977f7ffa Rename wtf.go to main.go 2018-07-28 17:29:15 -07:00