summaryrefslogtreecommitdiffstats
path: root/cmd
AgeCommit message (Expand)Author
2021-03-04Gets the NVidia extension options working, including marshalling.nvidiaSean E. Russell
2021-03-02Don't fail on extension startupSean E. Russell
2021-02-03Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get.Sean E. Russell
2021-01-26The statusbar got lost somewhere along the way. A noisy (debug) log message w...Sean E. Russell
2021-01-26Fixes #157, add list of translations to help text.Sean E. Russell
2021-01-25Translations didn't work outside of the project directory.v4.1.0Sean E. Russell
2020-11-23Resolves merge conflictsSean E. Russell
2020-07-25Closes #32. Average is really average, over time. Boldify the AVRG label. Rem...Sean E. Russell
2020-06-21Revert to English if jibber_jabber can't detect the language; revert accident...Sean E. Russell
2020-06-20More strings moved to translationsSean E. Russell
2020-06-20Fixes the help text issue. Moved some hard-coded strings to the translation f...Sean E. Russell
2020-06-19Translation files are now bundled.Sean E. Russell
2020-06-18Expand translationsSean E. Russell
2020-06-18Merge branch 'master' into i18nSean E. Russell
2020-06-07linting & documentationv4.0.0Sean E. Russell
2020-06-03Add peers section to READMESean E. Russell
2020-05-24Merge branch 'master' into v4.0Sean E. Russell
2020-05-24Documentation clean-up.Sean E. Russell
2020-05-12Replaces the Prometheus client with VictoriaMetrics/metricsSean E. Russell
2020-05-05More translation work. Incomplete.Sean E. Russell
2020-05-01Translations for main.go, so mainly helpSean E. Russell
2020-05-01Fixes #123, refresh delay on startSean E. Russell
2020-05-01Update todosSean E. Russell
2020-04-29Mostly adds the -C option. KNOWN: it must be the first argument.Sean E. Russell
2020-04-28Adds --list widgetsSean E. Russell
2020-04-28Fine tuning for extensionsSean E. Russell
2020-04-27Go vet/lint cleanupsSean E. Russell
2020-04-27Clean up, and now extensions can register for configurationSean E. Russell
2020-04-27Change from docopt to pflag to support extensions having optionsSean E. Russell
2020-04-24Merge branch 'ismc' into v4.0Sean E. Russell
2020-04-24Fixes a null-pointer error introduced by removal of deprecated options.ismcSean E. Russell
2020-04-23Version bump to v4Sean E. Russell
2020-04-23Remove deprecated command-line argumentsv3.6Sean E. Russell
2020-04-23Help text clean upSean E. Russell
2020-04-23Add sensible defaults for temps. Improve config writing.Sean E. Russell
2020-04-23Fixes #92, configurable temps; help text & docs clean-up; versions are now bu...Sean E. Russell
2020-04-22Switch from smc.c to iSMC.Sean E. Russell
2020-04-16Closes #46, option to display network traffic as mbps. This can be set on the...Sean E. Russell
2020-04-16Closes #84, cli option to scale outSean E. Russell
2020-04-16Merge tag 'v3.5.1' into v3.6Sean E. Russell
2020-04-16Switch away from Go Plugin API for the time being.Sean E. Russell
2020-04-16Include the log file path in the help text.Sean E. Russell
2020-04-09Forgot to update the version string.v3.5.1Sean E. Russell
2020-04-06Fixes #75DELETEDSean E. Russell
2020-03-08Better error reporting.Sean E. Russell
2020-03-08Adds Go work-around to make gotop exit cleanly with an exit code, like all go...Sean E. Russell
2020-03-08Executation path re-arranging left a condition where somethnig was closed tha...Sean E. Russell
2020-03-07Print key bindings functionSean E. Russell
2020-03-07Add ability to look in system-wide directories for configuration filesSean E. Russell
2020-03-07Actually embed `kitchensink`Sean E. Russell