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

278 Commits

Author SHA1 Message Date
Chris Cummer
04dd3c2e55 Use the native context package 2018-05-28 21:47:26 -07:00
Chris Cummer
47e67c522b Update the screenshot 2018-05-28 17:19:10 -07:00
Chris Cummer
10ed6b0aea
Merge pull request #64 from matrinox/fix-setup-docs
Fix instructions
2018-05-28 16:09:05 -07:00
Geoff Lee
a1dabd18fa
Fix instructions
Missing src intermediate directory
On branch fix-setup-docs - Mon 28 May 2018 14:51:21 PDT by Geoff Lee <geofflee25@gmail.com>
2018-05-28 14:51:21 -07:00
Chris Cummer
de40787ae4 Update the screenshot 2018-05-28 12:10:45 -07:00
Chris Cummer
eaa89c43f6 Go version warning in readme 2018-05-28 10:39:04 -07:00
Chris Cummer
3f42dc66b1 Correct path for the context package in GitHub module 2018-05-28 10:34:42 -07:00
Chris Cummer
3d3c2cb3d3 Quick Start installation instructions into the readme 2018-05-28 09:11:54 -07:00
Chris Cummer
23ff067c0c Update the README with the list of modules 2018-05-27 21:49:24 -07:00
Chris Cummer
bf3aa3ab84 Add screenshot to Power module documenation 2018-05-27 21:31:13 -07:00
Chris Cummer
41ed43b8d7 Merge branch '53-todo-line-padding'
[WTF-]
2018-05-26 21:19:53 -07:00
Chris Cummer
dcfacd9510 [WTF-53] Closes #53. Todo display properly pads line lengths.
[WTF-53]
2018-05-26 21:19:08 -07:00
Chris Cummer
07c1031887 [WTF-55] Closes #55. Add documentation for the Power module. 2018-05-26 21:08:19 -07:00
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