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

1791 Commits

Author SHA1 Message Date
Sean DuBois
93d91c9313 Add new key 'customQueries' to github module
This key allows users to pass an arbitrary amount of queries
that contain custom filters. A simple query that shows all closed
PRs could be written like the following.

```
customQueries:
  closedPullRequests:
    title: "Closed Requests"
    perPage: 10
    filter:
      - "is:closed"
      - "is:pr"
```

Resolves #469
2019-06-06 16:30:16 -07:00
Chris Cummer
cb9eed2b70 Merge branch 'master' of github.com:wtfutil/wtf 2019-05-27 17:02:05 -07:00
Chris Cummer
1513b80ca5 Add @Choromanski as a contributor 2019-05-27 17:01:51 -07:00
Chris Cummer
6f9b837d26
Update README.md 2019-05-25 21:01:49 -07:00
Chris Cummer
bc8b82ed9d
Update README.md 2019-05-25 21:00:55 -07:00
Chris Cummer
0f369cbc32
Update README.md 2019-05-25 20:49:51 -07:00
Chris Cummer
b47d39465f
Update README.md 2019-05-25 20:48:58 -07:00
Chris Cummer
3ca8ca9d76
Update CONTRIBUTING.md 2019-05-25 20:46:25 -07:00
Chris Cummer
8e7799b3c1
Update CONTRIBUTING.md 2019-05-25 20:44:17 -07:00
Chris Cummer
485c6a8e3c
Update README.md 2019-05-25 20:42:50 -07:00
Chris Cummer
77cbdc9017
Update CHANGELOG.md 2019-05-25 15:24:25 -07:00
Chris Cummer
276e94a092
Merge pull request #468 from wtfutil/WTF-467-broken-help-display
Tabbing to widgets properly sets the IsFocused property. Closes #467
2019-05-25 15:23:24 -07:00
Chris Cummer
042f602ddb Tabbing to widgets properly sets the IsFocused property. Closes #467 2019-05-25 15:19:18 -07:00
Chris Cummer
7a93824027
Merge pull request #464 from Seanstoppable/configdocs
Add more 'man page' like functionality
2019-05-25 10:19:17 -07:00
Chris Cummer
90362dea4b
Merge branch 'master' into configdocs 2019-05-25 10:17:18 -07:00
Chris Cummer
745ecbf94d
Merge pull request #466 from Seanstoppable/moreappcleanup
Remove more app usages which are unnecessary
2019-05-25 10:14:52 -07:00
Chris Cummer
55bc078c47
Merge branch 'master' into moreappcleanup 2019-05-25 10:11:13 -07:00
Chris Cummer
3b1add3b2c
Merge pull request #465 from Seanstoppable/highlighthelper
Add a helper function to do highlighting in a uniform way
2019-05-25 10:09:54 -07:00
Sean Smith
02e0666697 Remove more app usages which are unnecessary 2019-05-24 22:22:56 -04:00
Sean Smith
c4d58ece81 Add a helper function to do highlighting in a uniform way 2019-05-24 22:06:47 -04:00
Chris Cummer
d2385b962f
Merge branch 'master' into configdocs 2019-05-24 18:14:34 -07:00
Chris Cummer
a06cbcbd7f Merge branch 'master' of github.com:wtfutil/wtf 2019-05-24 17:43:35 -07:00
Chris Cummer
725b0ee79b
Merge pull request #463 from Seanstoppable/weathermultisource
Flip weather over to a multi-source widget
2019-05-24 17:43:29 -07:00
Chris Cummer
5b183af93e
Merge branch 'master' into weathermultisource 2019-05-24 17:39:56 -07:00
Chris Cummer
cfd5dfe09c
Merge pull request #462 from Seanstoppable/gitlabmultisource
Migrate gitlab to multisource widget
2019-05-24 17:39:40 -07:00
Chris Cummer
ba9ed05013
Merge branch 'master' into gitlabmultisource 2019-05-24 17:37:33 -07:00
Chris Cummer
f183a854c8 Improve keyboard handling in main.go 2019-05-24 16:56:44 -07:00
Chris Cummer
ce7234179c Merge branch 'master' of github.com:wtfutil/wtf 2019-05-24 14:27:35 -07:00
Chris Cummer
b9fc08e098 Todoist only refreshes if it is not disabled and there is a current project 2019-05-24 14:27:29 -07:00
Chris Cummer
dd4d85e337
Update CHANGELOG.md 2019-05-24 14:26:38 -07:00
Chris Cummer
09ea4cd874 Todoist now properly updates list items when Refresh() is called 2019-05-24 14:26:03 -07:00
Sean Smith
d8f337884f Add more 'man page' like functionality 2019-05-24 00:06:10 -04:00
Sean Smith
a283dd8ed8 Migrate gitlab to multisource widget 2019-05-23 20:45:01 -04:00
Sean Smith
aeb76e9c57 Flip weather over to a multi-source widget 2019-05-23 20:41:14 -04:00
Chris Cummer
9a877b5e04 Improve the look of the help modal a little bit 2019-05-23 15:09:35 -07:00
Chris Cummer
5db30c0e8d Add help screen to main app 2019-05-23 14:24:15 -07:00
Chris Cummer
ed4fbf01d0 Merge branch 'Seanstoppable-todoistsimplify' 2019-05-22 21:02:16 -07:00
Sean Smith
d8bb0debd9 Remove unused import 2019-05-22 18:57:08 -04:00
Sean Smith
2fb1a06ca0 Add Scrollable to todoist widget
This is now a multi-source scrollable widget, trying to leverage as much of existing functionality as possible for
consistency
2019-05-22 00:22:17 -04:00
Chris Cummer
44a2634a85 Update .all-contributors 2019-05-21 17:52:11 -07:00
Chris Cummer
a86bd4c3f6 Merge branch 'master' of github.com:wtfutil/wtf 2019-05-21 17:51:52 -07:00
Chris Cummer
523b75e211 Add @sosiska as a contributor 2019-05-21 17:50:29 -07:00
Chris Cummer
0c0c6e94e0
Merge pull request #460 from sosiska/patch-1
Some code improvements
2019-05-21 17:50:04 -07:00
Kirill Motkov
f0771cd013 Some code improvements
* Some assignments simplified by using assignment operators
* Rewrite switch statement with only one case as if.
* Rewrite if-else chain as a switch statement.
* go fmt `modules/todoist/project.go` file.
2019-05-21 17:29:09 +03:00
Chris Cummer
c050292a8d
Merge pull request #459 from Seanstoppable/keyboardharmonize
Harmonize keyboard controls
2019-05-21 04:14:59 -07:00
Sean Smith
a2f5db7847 Harmonize keyboard controls
Make sure everyone has a refresh option
Have specific ordering:
 - Help
 - Refresh
 - Select next
 - Select prev
 - ...

Add unselect where applicable
2019-05-20 18:45:08 -04:00
Chris Cummer
3eb3183249 Add @bosr as a contributor v0.10.3 2019-05-19 20:21:06 -07:00
Chris Cummer
f8dae61804 Merge branch 'master' of github.com:wtfutil/wtf 2019-05-19 20:20:35 -07:00
Chris Cummer
b6d09d66d4
Update CHANGELOG.md 2019-05-19 20:14:26 -07:00
Chris Cummer
9a167ba29b
Merge pull request #458 from bosr/fix/glog
remove glog mod dep
2019-05-19 20:11:57 -07:00