Commit Graph

66 Commits

Author SHA1 Message Date
d7773a87b8 Merge branch 'master' into v4.0 2020-05-24 14:38:14 -05:00
76236a0993 Documentation clean-up. 2020-05-24 13:56:25 -05:00
310a6d084d Replaces the Prometheus client with VictoriaMetrics/metrics 2020-05-12 18:42:45 -05:00
f2c63eb1b4 Fixes #123, refresh delay on start 2020-05-01 12:41:18 -05:00
4563131b2a Update todos 2020-05-01 08:27:03 -05:00
3f26ebef76 Mostly adds the -C option. KNOWN: it must be the first argument.
Doc
2020-04-29 10:26:14 -05:00
07f1fe5fe8 Adds --list widgets 2020-04-28 12:41:07 -05:00
c2cb7a4304 Fine tuning for extensions 2020-04-28 12:04:35 -05:00
285d4d0297 Go vet/lint cleanups 2020-04-27 20:33:41 -05:00
1e78e6faa0 Clean up, and now extensions can register for configuration 2020-04-27 19:38:58 -05:00
b7d65b7587 Change from docopt to pflag to support extensions having options 2020-04-27 13:53:45 -05:00
6bad48b7a1 Merge branch 'ismc' into v4.0 2020-04-24 12:00:17 -05:00
b8be6d0b3f Fixes a null-pointer error introduced by removal of deprecated options. 2020-04-24 11:59:46 -05:00
ccbc71755f Version bump to v4 2020-04-23 14:07:08 -05:00
61e080e518 Remove deprecated command-line arguments 2020-04-23 13:38:22 -05:00
32861bcca8 Help text clean up 2020-04-23 13:20:45 -05:00
6cee395f06 Add sensible defaults for temps. Improve config writing. 2020-04-23 13:01:13 -05:00
5ada5315d9 Fixes #92, configurable temps; help text & docs clean-up; versions are now built into binaries at compile time; clean up old extensions params; adds --list command; adds --write-config command; fixes bug in colorscheme loading; fixes bug in Colorschemes -- all had empty Name attrs; adds ability to list devices. 2020-04-23 10:41:20 -05:00
3fcab5a420 Switch from smc.c to iSMC. 2020-04-22 13:33:51 -05:00
9e1b63be32 Closes #46, option to display network traffic as mbps. This can be set on the command line with --mbps, or toggled while running with b 2020-04-16 13:28:18 -05:00
193b40f30e Closes #84, cli option to scale out 2020-04-16 09:36:10 -05:00
71ec32f452 Merge tag 'v3.5.1' into v3.6 2020-04-16 08:54:25 -05:00
6cc74d5f5f Switch away from Go Plugin API for the time being. 2020-04-16 08:46:57 -05:00
bbf84b62a7 Include the log file path in the help text. 2020-04-16 08:46:57 -05:00
feed054fa5 Forgot to update the version string. 2020-04-09 15:55:18 -05:00
73a36212ac Fixes #75 2020-04-06 11:04:08 -05:00
025527730f Better error reporting. 2020-03-08 08:50:20 -05:00
c24562d671 Adds Go work-around to make gotop exit cleanly with an exit code, like all good POSIX programs **should**. 2020-03-08 08:30:06 -05:00
52f6e2ba7e Executation path re-arranging left a condition where somethnig was closed that was never opened. 2020-03-08 08:20:57 -05:00
0eea3106e0 Print key bindings function 2020-03-07 12:14:19 -06:00
9ebcff9b78 Add ability to look in system-wide directories for configuration files 2020-03-07 09:03:25 -06:00
6150c5819f Actually embed kitchensink 2020-03-07 05:01:47 -06:00
f428d851d0 Version bump for release 2020-03-06 07:29:23 -06:00
20a90672d6 default layout matches old behavior, pre-Layout 2020-03-03 14:16:28 -06:00
9f67cdf773 Change Version so it can be set at compile time. @extensions 2020-03-03 05:47:52 -06:00
8642e94d90 Workflow and documentation improvements. 2020-03-02 13:41:55 -06:00
41a7ab324f resolves #65 Runs tests. Currently, does everything short of initializing the UI, which means it runs the config and plugin code. Currently does not execute any dummy code, such as testing config files etc. 2020-03-02 09:58:03 -06:00
855ebfd93c Fix workflow & version bump. 2020-02-29 16:33:32 -06:00
94221e05c6 Version bump, mainly to test workflow. 2020-02-29 16:20:20 -06:00
640f4a21d7 Update go version to match (necessary) plugin versions
Another version bump for plugins
2020-02-28 15:35:42 -06:00
18be89370d Getting the tags right so modules work for plugins 2020-02-28 15:07:02 -06:00
afb62afcdf Path changes for major revision 2020-02-28 14:48:35 -06:00
231b0d03fe Extensions. 2020-02-28 10:06:05 -06:00
11c33726aa Adds charge/discharge to power widget.
Issue tracking
2020-02-25 14:22:20 -06:00
af40172604 Merge branch 'master' into v3.4.x 2020-02-20 19:26:34 -06:00
a2d04d316d Moved todos around to correct files 2020-02-20 18:56:52 -06:00
7b09a00230 Issue #56. Slight improvement in layout algorithm. Still doesn't handle > 2 columns well, but it's more correct and lays the foundation for a correct solution. It's clear, however, that a full table model parser will require a substantial rewrite and, possibly, a change in the layout syntax. That would add substantial complexity, so maybe for some future effort. I'll fix the basic column layout (rowspans at the edges), and then shelve it. 2020-02-20 08:19:15 -06:00
66ad0f8785 Merge branch 'gauge' into v3.4.x 2020-02-19 10:40:45 -06:00
5e77983901 Merge branch 'metrics' into v3.4.x; also fixes a bug in some of the widgets where it wasn't checking that metrics were enabled and was causing panics. 2020-02-18 13:47:52 -06:00
f96a97c3d8 Prepped for release 2020-02-18 13:27:38 -06:00