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

1950 Commits

Author SHA1 Message Date
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
Chris Cummer
75f3e8f998
Merge pull request #433 from Seanstoppable/highlightline
Move closing region tag to the end of the line. Closes #431
v0.9.2
2019-05-09 15:55:55 -07:00
Sean Smith
a5f98c138a Move closing region tag to the end of the line
Highlight works by highlighting the entire region that exists
Since current region starts and immediately ends, there is no highlighting
2019-05-09 11:00:19 -04:00
Chris Cummer
e6a55d5a7b Add @gnanderson as a contributor 2019-05-08 14:35:14 -07:00
Chris Cummer
9cf44d6795
Merge pull request #432 from gnanderson/master
fix(gcal): remove possible extraneous variation codepoint
2019-05-08 14:33:27 -07:00
Graham Anderson
a53593f8c6 fix(gcal): remove possible extraneous variation codepoint 2019-05-08 18:50:15 +01:00
Chris Cummer
d77415783a Remove the unnecessary mutex from gcal 2019-05-07 21:58:12 -07:00
retgits
ea302d80ca
feat: update config 2019-05-07 20:59:00 -07:00
Chris Cummer
ac87145749
Update CHANGELOG.md 2019-05-06 15:32:30 -07:00
Chris Cummer
5b05ca6e72
Merge pull request #428 from wtfutil/WTF-427-keyboard-widget
WTF-427 keyboard widget
2019-05-06 15:31:22 -07:00
Chris Cummer
2d0706c40b WTF-427 Use new keyboard implementation for widgets. Closes #427 2019-05-06 12:54:07 -07:00
Chris Cummer
a9c5dc3be8 WTF-427 Add KeyboardWidget and switch Todo widget to using it 2019-05-06 12:54:04 -07:00
Chris Cummer
b22a9ead17 Merge branch 'master' of github.com:wtfutil/wtf 2019-05-06 12:53:20 -07:00