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

265 Commits

Author SHA1 Message Date
Chris Cummer
90f25d3d07 [WTF-55] Closes #55. Add documentation for the Power module. 2018-05-26 20:46:29 -07:00
Chris Cummer
374173ebea [WTF-59] Closes #59. Github widget now displays some repo stats 2018-05-26 19:24:04 -07:00
Chris Cummer
53e5e5fbbd [WTF-59] Somewhat better seperation of concerns in the Github code 2018-05-26 14:31:09 -07:00
Chris Cummer
c20c8fdb9d Improve the installation instructions (thanks to @matrinox) 2018-05-25 16:06:22 -07:00
Chris Cummer
52156e13b9 Spelling mistake in config path 2018-05-25 15:56:30 -07:00
Chris Cummer
6d230a3d70 Apparently I don't know how to spell 'sigil' 2018-05-24 22:05:37 -07:00
Chris Cummer
9f1bad6571 Closes #52. Add Power module
This module displaysw which source is providing power (AC or battery)
and for the battery displays the current charge capacity, how long it
will last, and the battery state.
2018-05-24 22:01:55 -07:00
Chris Cummer
9caaadb48d Delete commented-out requires 2018-05-24 14:36:18 -07:00
Chris Cummer
e47ea14984 Instructions for enabling emoji support in iTerm2 2018-05-24 11:17:01 -07:00
Chris Cummer
5f7c3260c1 Now possible to define the characters for use in paging indicators 2018-05-24 09:03:00 -07:00
Chris Cummer
0cdd859aa7 Closes #48. Update complex_config.yml to be accurate 2018-05-23 17:57:04 -07:00
Chris Cummer
faf4bce756 Add 'Quick Start' to the Overview page 2018-05-23 11:10:54 -07:00
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