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

353 Commits

Author SHA1 Message Date
Chris Cummer
f23ac8573f Fixes bug with default configuration YAML v0.0.3 2018-05-22 21:47:06 -07:00
Chris Cummer
3e004fd5b5 Fix a speling mistake in the documentation 2018-05-22 21:34:23 -07:00
Chris Cummer
641dce9333 Add Configuration and Keyboard Commands to Overview documentation. 2018-05-22 20:56:14 -07:00
Chris Cummer
ff49ecb082 Closes #29. wtf.go --help [module name] returns help text if any is available. 2018-05-22 20:35:56 -07:00
Chris Cummer
9e9ef9371d Update the readme 2018-05-22 20:08:13 -07:00
Chris Cummer
38cf1d5632 Security module now displays logged-in users 2018-05-22 17:51:59 -07:00
Chris Cummer
efaccc83ae Added Overview page to documentation 2018-05-22 09:22:16 -07:00
Chris Cummer
5d66b2acd5 Improve the state of the Makefile a bit 2018-05-18 16:37:03 -07:00
Chris Cummer
ca4d6f2fe8 Add 'make dependencies' to the Makefile 2018-05-18 16:10:59 -07:00
Chris Cummer
cd5a7968c4 Fix bug with positioning in which I hard-coded the positions because....? 2018-05-18 12:35:59 -07:00
Chris Cummer
374832f3da Update the readme 2018-05-18 12:28:13 -07:00
Chris Cummer
ca81908b72 Add dramatic marketing emphasis to site homepage 2018-05-18 12:08:22 -07:00
Chris Cummer
216a31387e Clean up the site sideabar 2018-05-18 12:04:25 -07:00
Chris Cummer
8bb9115538 A very basic start to adding some unit tests 2018-05-18 11:54:39 -07:00
Chris Cummer
c190a44728 Updated the screenshot to show all the modules 2018-05-18 10:31:33 -07:00
Chris Cummer
e2c27ab770 Add installation instructions to documentation 2018-05-18 10:09:17 -07:00
Chris Cummer
ca7d8674df h2 styling in the site 2018-05-17 22:55:50 -07:00
Chris Cummer
0d1c9cacc3 Add documentation for CmdRunner 2018-05-17 17:26:12 -07:00
Chris Cummer
a62b910893 Closes #43. Add CommandRunner module to the app.
CommandRunner allows you to define a terminal command and arguments, run
it on a schedule, and view the output.

Examples:

   ping -3 cisco.com
2018-05-17 17:15:03 -07:00
Chris Cummer
c3f14025ba WIP 2018-05-17 16:08:04 -07:00
Chris Cummer
a6dce5513d Update the doc site 2018-05-17 14:59:05 -07:00
Chris Cummer
430ade3fe5 Conform ldflag names to those that goreleaser uses v0.0.2 2018-05-17 14:23:41 -07:00
Chris Cummer
4c5edad61e Add goreleaser config 2018-05-17 14:16:33 -07:00
Chris Cummer
b6dff0c877 Minor doc tweaks 2018-05-17 09:27:46 -07:00
Chris Cummer
ba402358e6 Simplifies the documentation pages 2018-05-16 23:19:14 -07:00
Chris Cummer
e060b9799f Adds top-level configuration documentation. 2018-05-16 22:11:44 -07:00
Chris Cummer
694490b0ca More documentation for Clocks, OpsGenie, and Todo. 2018-05-16 19:42:23 -07:00
Chris Cummer
40ca748b8d More documentation for Clocks, GCal, and Jira. 2018-05-16 19:37:23 -07:00
Chris Cummer
2ecd5e4b84 Closes #44. Cannot tab to disabled widgets. 2018-05-16 17:22:14 -07:00
Chris Cummer
a3e593b93f Delete the commented-out help code. 2018-05-16 16:56:35 -07:00
Chris Cummer
c1dd08d594 Move the help code into it's own module 2018-05-16 10:39:24 -07:00
Chris Cummer
27107fcd37 Closes #33. Creates .wtf dir and config.yml if they don't exist. 2018-05-16 10:23:46 -07:00
Chris Cummer
9f59ee1f9f Clock is now actually a clock and not a snapshot in time 2018-05-15 13:14:35 -07:00
Chris Cummer
a729b33ea9 Closes #41. Add option to display user's calendar response status 2018-05-15 11:31:50 -07:00
Chris Cummer
397fcbca9a Add config option to hide empty OpsGenie schedules 2018-05-15 10:58:35 -07:00
Chris Cummer
f05aa903dc Fixes #38. Sunrise/set formatting 2018-05-14 21:08:07 -07:00
Chris Cummer
89497561bc SystemInfo struct is now master of its own domain 2018-05-14 21:04:37 -07:00
Chris Cummer
0ff65bbd5c Row color as common function 2018-05-14 21:04:37 -07:00
Chris Cummer
0d3b663642 Closes #40. Text color config into Jira widget 2018-05-14 21:04:37 -07:00
Chris Cummer
06702835f3 Closes #32. OS version and build info into System module 2018-05-14 21:04:37 -07:00
Chris Cummer
5353d6ddf7 Closes #37. Help into Git and Github modules 2018-05-14 21:04:37 -07:00
Chris Cummer
c7ff101e08 Apparently I'm easily confused by comparison operators 2018-05-14 21:04:37 -07:00
Chris Cummer
30af259f3e Merge fix 2018-05-14 21:04:37 -07:00
Chris Cummer
8e46547d1c Fixes #35: TextFile only opens files in ~/.wtf/ 2018-05-14 21:04:37 -07:00
Chris Cummer
89b1b0f517 Fixes #39: Todo crashes when space pressed with no selection 2018-05-14 21:04:37 -07:00
Chris Cummer
432669ab9b Add keyboard commands to Todo documentation 2018-05-14 21:04:37 -07:00
Chris Cummer
641cd21e9c Add the Todo module to the documentation 2018-05-14 21:04:37 -07:00
Chris Cummer
544d8c8db9 Adds the Gcal and Jira modules to the documentation 2018-05-14 21:04:37 -07:00
Chris Cummer
2883741c21 Add syntax highlighting 2018-05-14 21:04:37 -07:00
Chris Cummer
33278dcc47 Adds the Github module to the documentation 2018-05-14 21:04:37 -07:00