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

1108 Commits

Author SHA1 Message Date
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
Woodward
02d518db5c Adding English Windows support to the wifi module. 2018-07-30 16:27:40 -05:00
Chris Cummer
749318ead6 Fix the Todoist widget title 2018-07-28 17:40:13 -07:00
Chris Cummer
3ce6daee71 Fix multiple small issues with widget titles 2018-07-28 17:37:05 -07:00
Chris Cummer
34977f7ffa Rename wtf.go to main.go 2018-07-28 17:29:15 -07:00
bertl4398
d91ff525c2 Merge branch 'issue207' of https://github.com/bertl4398/wtf into issue207 2018-07-27 21:56:40 +02:00
bertl4398
ad22bc6562 fix highlight color 2018-07-27 21:55:25 +02:00
Chris Cummer
494fe79fbf
Merge branch 'master' into issue207 2018-07-27 12:52:15 -04:00
Chris Cummer
dca644d54f Merge branch 'anandsudhir-fix-todo-open-file' 0.1.0 2018-07-27 09:45:47 -07:00
bertl4398
06bbbc283e fix offset 2018-07-27 18:01:30 +02:00
bertl4398
77e5ca087e insert highlight regions for scrolling 2018-07-27 17:58:25 +02:00
Anand Sudhir Prayaga
455fcffb5e Fix keyboard command "o" in the todo widget
Pass the full path of the todo file to openFileUtil.

Fix #256
2018-07-27 10:36:28 +02:00
Chris Cummer
c705297805 Reduce the exposer of some of the main-level global variables 2018-07-26 17:33:12 -07:00
Chris Cummer
e5214ec54b Add command-line help for Todoist module 2018-07-26 14:16:16 -07:00
Chris Cummer
f079e4c4f0 Add @fimtitzgerald as a contributor 2018-07-26 14:00:53 -07:00
Chris Cummer
af7ca399a7 Minor improvements to the Zendesk documentation 2018-07-26 13:57:11 -07:00
Chris Cummer
cc74845d6c
Merge branch 'master' into zendesk_module 2018-07-26 16:52:02 -04:00
Chris Cummer
66868a3f49 Unexport colorFor() function 2018-07-26 13:50:37 -07:00
Chris Cummer
ea8148a172
Merge branch 'master' into zendesk_module 2018-07-26 12:35:56 -04:00
Chris Cummer
8db4dc3f87 Closes #232. Weather emoji into own file 2018-07-25 16:12:49 -07:00
Tim Fitzgerald
9498586a7e
Merge branch 'master' into zendesk_module 2018-07-25 15:48:22 -07:00
Tim Fitzgerald
35414bc566
Removed 5th return statement from widget.KeyboardIntercept 2018-07-25 15:45:59 -07:00
Chris Cummer
5d78b79fae Closes #243. Add help window to Todoist module 2018-07-25 15:43:29 -07:00
Tim Fitzgerald
fbdaedb339 Final MVP for module 2018-07-25 15:29:51 -07:00
Tim Fitzgerald
933ec33cf0 Updated documentation for zendesk module 2018-07-25 15:04:53 -07:00
Tim Fitzgerald
d5056bc3fc
Merge pull request #7 from fimtitzgerald/ticket_array
Ticket array
2018-07-25 14:57:42 -07:00
Tim Fitzgerald
299950286f
Merge pull request #6 from fimtitzgerald/select_items
Select items
2018-07-25 14:56:21 -07:00
Tim Fitzgerald
e1030379cd Removed capture of Up and Down keys to stop interfering with scrolling 2018-07-25 14:54:42 -07:00
Tim Fitzgerald
7ad7e2ccfd Can scroll through items and open URL of ticket 2018-07-25 14:41:21 -07:00
Tim Fitzgerald
626cbe0883 Cycle through selected issues with highlighting 2018-07-25 12:55:06 -07:00
Tim Fitzgerald
c12bb5071d Stash for new branch 2018-07-25 11:27:23 -07:00
Tim Fitzgerald
86c98a4658 Using contents of TicketArray instead of slice of tickets 2018-07-25 11:10:30 -07:00
Tim Fitzgerald
16313a73cb REturning new tickets as a TicketArray item 2018-07-25 10:55:08 -07:00
Tim Fitzgerald
444e5815e9
Merge pull request #5 from fimtitzgerald/select_status
Select status
2018-07-25 10:00:05 -07:00
Tim Fitzgerald
6f63d7e687 Desired status can be set from config 2018-07-25 09:51:15 -07:00
Tim Fitzgerald
f14743c94f Ignore closed and solved tickets 2018-07-25 09:43:37 -07:00
Chris Cummer
cb95737ad2
Merge pull request #253 from anandsudhir/make-badges-clickable
Make badges clickable and use dynamic 'all contributors' badge
2018-07-24 13:58:05 -04:00
Chris Cummer
0f5fbe92de
Merge branch 'master' into make-badges-clickable 2018-07-24 12:59:23 -04:00
Chris Cummer
7339003b9d
Merge pull request #252 from anandsudhir/make-openfileutil-configurable
Make openFileUtil configurable
2018-07-24 12:58:13 -04:00
Anand Sudhir Prayaga
e717d61bfe Make badges clickable and use dynamic 'all contributors' badge
- Make badges clickable
- Use dynamically generated 'all contributors' badge to avoid manual change everytime there is a new contributor
2018-07-24 13:54:44 +02:00
Anand Sudhir Prayaga
4ae8de8bdd Make openFileUtil configurable
Let user configure the command/utility to use to open a file or URL from within a WTF widget
2018-07-24 12:59:21 +02:00
fimtitzgerald
766af8479d Not currently functioning - WIP stash 2018-07-23 22:58:37 -07:00
fimtitzgerald
abb616699f Add ability to open ticket queue with Enter key 2018-07-23 22:54:19 -07:00
Tim Fitzgerald
66b63854f0
Merge pull request #4 from fimtitzgerald/param_uname
Added static documentation for Zendesk module
2018-07-23 19:10:01 -07:00
fimtitzgerald
fa28d2eb5a Added static documentation for Zendesk module 2018-07-23 19:08:51 -07:00
Tim Fitzgerald
fa4b6384a0
Merge pull request #3 from fimtitzgerald/param_uname
Made username a config parameter instead of ENV
2018-07-23 18:51:18 -07:00
fimtitzgerald
40a3b5839c Made username a config parameter instead of ENV 2018-07-23 18:49:44 -07:00
Tim Fitzgerald
2d7423836e Removed test_builds directory 2018-07-23 16:11:07 -07:00
Tim Fitzgerald
88155c1183 Comments on functions 2018-07-23 16:09:24 -07:00
Tim Fitzgerald
ddc2e9669a
Merge pull request #2 from fimtitzgerald/item_struct
Item struct
2018-07-23 15:25:05 -07:00