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

148 Commits

Author SHA1 Message Date
Chris Cummer
a0ce5eb412 Basic selectable todo functionality working
Can:
- move between todo items
- toggle checked/unchecked state

Cannot:
- persiste changes to file
- add items
- delete items
2018-04-22 20:59:13 -07:00
Chris Cummer
67e02bf4f5 Return early, return gracefully 2018-04-20 11:02:13 -07:00
Chris Cummer
84290ffe76 Multi-github now with tick marks 2018-04-19 16:12:30 -07:00
Chris Cummer
66f11e8b8b Support for multiple Github repos 2018-04-19 16:10:24 -07:00
Chris Cummer
e90b62e2e5 Better calendar event collision detection 2018-04-19 09:58:26 -07:00
Chris Cummer
6fab7c0668 Clocks are sortable 2018-04-19 09:29:49 -07:00
Chris Cummer
590c83c134 Display the error if the config file cannot be loaded 2018-04-19 06:01:16 -07:00
Chris Cummer
12ef3919dc Cleanup of stray files. Don't need so many single-use packages 2018-04-18 17:51:43 -07:00
Chris Cummer
5e186323e0 A lot of code cleanup for Clocks and Git 2018-04-18 16:57:36 -07:00
Chris Cummer
1c72c71e81 Icon for textfile title 2018-04-18 15:21:47 -07:00
Chris Cummer
a9309ccec5 Add Clocks module 2018-04-18 15:04:10 -07:00
Chris Cummer
9ec1b516c1 Handle cases in which there is no git repo data 2018-04-18 11:43:30 -07:00
Chris Cummer
f1a2f65bf1 Handle cases in which there is no weather data 2018-04-18 10:34:59 -07:00
Chris Cummer
6bf98c6a03 Multi-Git, now with tick marks 2018-04-18 09:09:24 -07:00
Chris Cummer
44ccf8e55a First pass at multi-Git repos. Works; no tick marks yet 2018-04-18 09:07:41 -07:00
Chris Cummer
3175b8d9cc Quick run through to add some documentation comments 2018-04-17 15:55:36 -07:00
Chris Cummer
ff9343d89a Weather display into own file 2018-04-17 08:47:56 -07:00
Chris Cummer
47d2a5f42c Can arrow-key through multiple weathers 2018-04-17 08:39:19 -07:00
Chris Cummer
912de2fa11 Can focus/blur widgets (with focus border color) 2018-04-17 04:26:18 -07:00
Chris Cummer
b335df6c9b Removed the animation from Status. No longer needed. 2018-04-16 12:19:57 -07:00
Chris Cummer
6b4c7a7f5d Return when weather data cannot be read 2018-04-16 06:26:04 -07:00
Chris Cummer
6321182b7e Fetches, stores, and returns multiweather, with ticks marks in display 2018-04-16 03:53:29 -07:00
Chris Cummer
2c4c220ea7 Minimal Configuration documentation 2018-04-15 21:58:47 -07:00
Chris Cummer
a3220be597 Some minor work on the site homepage. 2018-04-15 21:39:37 -07:00
Chris Cummer
645552ae61 Really add timezone keys this time, because I totally botched that rebase earlier. A better man would go back and fix that; I... am not that man tonight. 2018-04-15 19:09:31 -07:00
Chris Cummer
e74302104a Merge branch '10-timezone-labels' 2018-04-15 18:05:03 -07:00
Chris Cummer
f0caaf3890 Timezone labels supported 2018-04-15 15:41:12 -07:00
Chris Cummer
0b20c4939e Accepts optional --config argument to specify a config file 2018-04-15 14:41:39 -07:00
Chris Cummer
c3abb76612 Add basic textfile widget. 2018-04-15 14:27:41 -07:00
Chris Cummer
693a04b5e1 Removed a bunch of common boilerplate code from widget initialization 2018-04-15 13:08:17 -07:00
Chris Cummer
d812986abc Move /site to /_site 2018-04-14 07:40:55 -07:00
Chris Cummer
f956261386 Using Hugo to generate the static /docs directory 2018-04-13 17:54:26 -07:00
Chris Cummer
84ecf296a5 RefreshedAt moved to the end of the refresh (because that makes more sense, doesn't it?) 2018-04-13 16:14:57 -07:00
Chris Cummer
d44933aba4 index.html 2018-04-13 14:45:38 -07:00
Chris Cummer
b36b5fe265 Create CNAME 2018-04-13 14:40:07 -07:00
Chris Cummer
06d4d2c2f7 A modest number of disjointed improvements 2018-04-13 14:32:30 -07:00
Chris Cummer
3a3efbd59f Flexible 1on1 lookup (need to move this sort of thing into Config) 2018-04-13 13:50:12 -07:00
Chris Cummer
8e3287ba5c Cleaner code around widget creation in wtf.go 2018-04-13 12:00:29 -07:00
Chris Cummer
31e17da358 Hack to fix a unicode rendering issue in iTerm 2018-04-12 18:18:54 -07:00
Chris Cummer
da27ad60a9 Add Ctrl-R to manually force a widget refresh 2018-04-12 15:19:08 -07:00
Chris Cummer
00ec46bfed Fix a bug in GCal with current event display 2018-04-12 14:18:29 -07:00
Chris Cummer
f2f3b2a1ac Add the Pixelmator file to /docs 2018-04-12 14:04:55 -07:00
Chris Cummer
1bf6efdaf8 Hacky timezone display in Status 2018-04-12 12:00:11 -07:00
Chris Cummer
dd170c0ab3 Rough JIRA implementation. Currently gets all issues assigned to user 2018-04-12 10:14:23 -07:00
Chris Cummer
8d131907a2 WIP 2018-04-12 08:58:23 -07:00
Chris Cummer
0472e8edec Remove some panics, replace with error percolation 2018-04-12 08:56:33 -07:00
Chris Cummer
04c3effcea Mark calendar start time conflicts 2018-04-11 16:06:49 -07:00
Chris Cummer
bd078f0a0e Improving the security data 2018-04-11 13:19:14 -07:00
Chris Cummer
34b5b69231 Differentiate between right now Now() and today from midnight 2018-04-10 12:42:28 -07:00
Chris Cummer
27a267b123 Cleaner config format and added simple_config.yml example 2018-04-10 11:28:48 -07:00