summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-04-24Fixes a null-pointer error introduced by removal of deprecated options.ismcSean 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 ↵Sean E. Russell
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-22Switch from smc.c to iSMC.Sean E. Russell
2020-04-21Fixes #90. The disk widget was truncating, not roundingSean E. Russell
2020-04-21Fixes #91, memory widget colors inconsist.Sean E. Russell
2020-04-16Closes #40, overflow line graph labels.Sean E. Russell
2020-04-16Closes #46, option to display network traffic as mbps. This can be set on ↵Sean E. Russell
the command line with --mbps, or toggled while running with `b`
2020-04-16Fix #47, help & statusbar don't obey theme. Also fix help text layout.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-16Merge branch 'v3.6' of github.com:xxxserxxx/gotop into v3.6Sean E. Russell
2020-04-16Switch away from Go Plugin API for the time being.Sean E. Russell
2020-04-16Update changelog for releaseSean E. Russell
2020-04-16Include the log file path in the help text.Sean E. Russell
2020-04-16Merge pull request #81 from markuspeloquin/masterxxxserxxx
Fix crash when loading a custom colorscheme
2020-04-16Merge pull request #88 from tormath1/mt-gentoo-installxxxserxxx
doc: add doc on gentoo installation
2020-04-16Switch away from Go Plugin API for the time being.Sean E. Russell
2020-04-13doc: add doc on gentoo installationMathieu Tortuyaux
to install `gotop` it is currently required to add `guru` overlay. https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7556ef0da625367b40d5b0ce7cbd92141a3e5a81
2020-04-09Forgot to update the version string.v3.5.1Sean E. Russell
2020-04-09Updated for release.Sean E. Russell
2020-04-09Fixes #75 for 3.5.1 releaseSean E. Russell
2020-04-09Update changelog for releaseSean E. Russell
2020-04-06Include the log file path in the help text.Sean E. Russell
2020-04-06Fixes #75DELETEDSean E. Russell
2020-04-01Fix crash when loading a custom colorschemeMarkus Peloquin
When using `cs, err := ...` in a nested scope, it masks `cs` and `err` from any parent scope.
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 ↵Sean E. Russell
good POSIX programs **should**.
2020-03-08Executation path re-arranging left a condition where somethnig was closed ↵Sean E. Russell
that was never opened.
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-07Safety: prevent uninitialized variable useSean E. Russell
Record change Fixes changelog
2020-03-07Removes verbose debugging unintentionally left onSean E. Russell
2020-03-07Actually embed `kitchensink`Sean E. Russell
2020-03-06Prerelease gets proper title.Sean E. Russell
2020-03-06Fixed invalid workflowv3.5.0Sean E. Russell
2020-03-06Builds were broken; the build action didn't compile the right thing.Sean E. Russell
2020-03-06Version bump for releaseSean E. Russell
2020-03-06Merge branch 'master' of github.com:xxxserxxx/gotopSean E. Russell
2020-03-06Prevent crashes on Windows from wonky CPU values #70xxxserxxx
More instructions
2020-03-03Merge pull request #64 from ionlights/patch-1xxxserxxx
Removing darwin/386/1
2020-03-03Merge pull request #71 from MaxSem/patch-1xxxserxxx
Fix typo in bug report template
2020-03-03Merge branch 'master' into patch-1xxxserxxx
2020-03-03Prevent crashes on Windows from wonky CPU values #70Sean E. Russell
2020-03-03default layout matches old behavior, pre-LayoutgitsucksSean E. Russell
2020-03-03Merge branch 'master' of github.com:xxxserxxx/gotopSean E. Russell
2020-03-03Prevent crashes on Windows from wonky CPU values #70Sean E. Russell
2020-03-03More instructionsxxxserxxx