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

1812 Commits

Author SHA1 Message Date
Sean Smith
6a41935e61 Flip todoist over to multiview widget
This can also probably be made scrollable in the future as well
2019-05-12 23:15:48 -04:00
Sean Smith
d410f548b8 Cleanup git widget
Next/Prev already implemented properly in multisourcewidget
2019-05-12 22:55:41 -04:00
Sean Smith
c35034d587 Make github a multisource widget
Note, that this is a backwards incompatible change

Previous config:

```
repositories:
  wtf: "wtfutil"
```

New Config:

```
repositories:
- "wtfutil/wtf"
```
2019-05-12 22:48:17 -04:00
Chris Cummer
cbb147f41e Update CHANGELOG.md 2019-05-12 15:45:48 -07:00
Chris Cummer
b4b39d87c0 Merge pull request #447 from wtfutil/pagerduty-schedule-specifications
Allow PagerDuty to restrict on scheduleID
2019-05-12 15:42:21 -07:00
Chris Cummer
2f2599b34f Merge branch 'master' into pagerduty-schedule-specifications 2019-05-12 15:38:02 -07:00
Chris Cummer
5fec87812e Merge branch 'Seanstoppable-autohelp' 2019-05-12 15:22:54 -07:00
Chris Cummer
a2e67fa498 Merge branch 'master' into autohelp 2019-05-12 10:48:29 -07:00
Chris Cummer
2ee83d30bb Merge branch 'Seanstoppable-cleanupdrawing' 2019-05-12 10:47:59 -07:00
Chris Cummer
ec4b34c9f5 Merge branch 'master' into cleanupdrawing 2019-05-12 09:59:06 -07:00
Chris Cummer
5f054c8ffd Allow PagerDuty to restrict on scheduleID 2019-05-12 09:52:48 -07:00
Chris Cummer
f6ed8b6b45 Update CHANGELOG.md 2019-05-11 21:08:35 -07:00
Chris Cummer
ea3368a25a Merge pull request #446 from retgits/master
Update sample configs
2019-05-11 21:07:15 -07:00
Sean Smith
46c31103b8 Make widget name part of the output 2019-05-11 20:00:35 -04:00
Sean Smith
9b8ce06990 Split out char/key mapping help
This makes help more inline with previous instances
Wrap everything in `[]`, so keys like ` ` show up correctly
Pad characters for keypresses, so things have pretty alignment
2019-05-11 19:55:03 -04:00
Sean Smith
cd35d1e0a3 Re-add command line help 2019-05-11 19:47:59 -04:00
Chris Cummer
98d370ed94 Merge branch 'master' into master 2019-05-11 10:38:48 -07:00
retgits
18e5619246 feat: update sample configs 2019-05-11 09:37:22 -07:00
Sean Smith
7f3daaac59 Have keyboard widget manage its own help
Define help with keys
This means that keys and help are automatically in sync
This means that you can't define keys, but forget help
This unfortunately also means that formatting may not be quite as good
2019-05-11 12:15:52 -04:00
Sean Smith
42821b3102 Clean up drawing functionality
Fix up a bunch of missed places that can use the standardized `Redraw` method
2019-05-11 12:11:26 -04:00
Chris Cummer
e9e62c2065 Merge branch 'master' of github.com:wtfutil/wtf 2019-05-11 08:59:58 -07:00
Chris Cummer
42461c6e55 Update CHANGELOG.md 2019-05-11 08:59:24 -07:00
Chris Cummer
bebc8362e8 Merge pull request #441 from Seanstoppable/splituplogger
Split up logger and widget
2019-05-11 08:58:46 -07:00
Sean Smith
03b1abd740 Remove datadog app reference 2019-05-11 11:54:52 -04:00
Chris Cummer
db746802c9 Improve the display of Twitter; less-harsh colours 2019-05-11 08:49:26 -07:00
Chris Cummer
8c4346f8b8 Merge branch 'master' into splituplogger 2019-05-11 08:43:37 -07:00
Chris Cummer
197b3a50ef Update CHANGELOG.md 2019-05-11 08:42:58 -07:00
Chris Cummer
2067a73072 Fix a bug in scrollable.RowColor 2019-05-11 08:41:00 -07:00
Chris Cummer
78fc097818 Update widget.go 2019-05-10 23:27:48 -07:00
Chris Cummer
18ed770fe2 Merge branch 'master' into abstractscrollable 2019-05-10 23:26:14 -07:00
Chris Cummer
04fae35f5b Update CHANGELOG.md 2019-05-10 23:23:39 -07:00
Chris Cummer
a3717a5a8c Merge pull request #438 from Seanstoppable/zendeskhelp
Add help text to zendesk widget
2019-05-10 23:23:07 -07:00
Chris Cummer
521687e0a4 Merge branch 'master' into zendeskhelp 2019-05-10 23:14:16 -07:00
Chris Cummer
d1670413cc Update CHANGELOG.md 2019-05-10 23:12:35 -07:00
Chris Cummer
7be64c0558 Update CHANGELOG.md 2019-05-10 23:12:10 -07:00
Chris Cummer
de2db5208a Merge pull request #440 from Seanstoppable/stablesort
Add stable sort for focusable windows
2019-05-10 23:10:29 -07:00
Chris Cummer
eafeb3c6ea Merge branch 'master' into stablesort 2019-05-10 23:07:27 -07:00
Sean Smith
c328ba4c11 Split up logger and widget
This allows us to use the logger from the wtf directory
For example when trying to debug sort ordering in focus_tracker
2019-05-10 19:07:52 -04:00
Sean Smith
0d2667685e Add stable sort for focusable windows
Addresses #435
2019-05-10 18:54:31 -04:00
Sean Smith
210723cd74 Create abtract scrollable widget
This cleans up a bunch of boilerplate for scrollable items and standardizes their usage
2019-05-10 17:06:45 -04:00
Sean Smith
6765404bee Add help text to zendesk widget
It has keyboard input, so should have a help page
2019-05-10 14:27:26 -04:00
Chris Cummer
bc0813b8c7 Add Windows build support in goreleaser config 2019-05-10 08:47:31 -07:00
Chris Cummer
0b59a3b62f Fix slow render of new item modal in Todo 2019-05-10 08:42:37 -07:00
Chris Cummer
075402315e Fix missing title in Clocks 2019-05-10 08:42:37 -07:00
Chris Cummer
68ed842c87 Fix double-render of title in Weather 2019-05-10 08:42:37 -07:00
Sean Smith
018d2af3ae Add a global Redraw method for TextWidget
Partially addresses #429, by centralizing widget drawing
2019-05-10 08:42:37 -07:00
Chris Cummer
aedcf9dd51 Update CHANGELOG.md 2019-05-10 07:01:03 -07:00
Chris Cummer
9095fe8526 Merge pull request #436 from Seanstoppable/datadogscroll
Make datadog widget scrollable/interactive
2019-05-10 06:59:34 -07:00
Sean Smith
8c4bf5abc6 Make datadog widget scrollable/interactive 2019-05-10 08:48:15 -04:00
Chris Cummer
4e8c85bc34 Fix line highlighting in HackerNews and Todo modules 2019-05-09 19:27:53 -07:00