Commit Graph

618 Commits

Author SHA1 Message Date
Sean E. Russell
f2c63eb1b4 Fixes #123, refresh delay on start 2020-05-01 12:41:18 -05:00
Sean E. Russell
4563131b2a Update todos 2020-05-01 08:27:03 -05:00
Sean E. Russell
9a81d116f4 github isn't smart enough to name templates properly. 2020-04-30 15:18:00 -05:00
xxxserxxx
ac6fd354e1
Created enhancement template 2020-04-30 15:16:31 -05:00
Sean E. Russell
02a2792424 Have -C look in the usual directories (not always absolute path) 2020-04-29 12:07:37 -05:00
Sean E. Russell
8d2dfce31c Merge tag 'v3.5.2' into v4.0 2020-04-29 12:06:21 -05:00
Sean E. Russell
3f26ebef76 Mostly adds the -C option. KNOWN: it must be the first argument.
Doc
2020-04-29 10:26:14 -05:00
Sean E. Russell
3487bbfaed Fix lint refactoring failures for cross-compile files 2020-04-28 13:23:50 -05:00
Sean E. Russell
6076d6451e Fixes #94, null map on FreeBSD
Prep for release
2020-04-28 13:04:00 -05:00
Sean E. Russell
07f1fe5fe8 Adds --list widgets 2020-04-28 12:41:07 -05:00
Sean E. Russell
c2cb7a4304 Fine tuning for extensions 2020-04-28 12:04:35 -05:00
Sean E. Russell
285d4d0297 Go vet/lint cleanups 2020-04-27 20:33:41 -05:00
Sean E. Russell
1e78e6faa0 Clean up, and now extensions can register for configuration 2020-04-27 19:38:58 -05:00
Sean E. Russell
b7d65b7587 Change from docopt to pflag to support extensions having options 2020-04-27 13:53:45 -05:00
Sean E. Russell
6bad48b7a1 Merge branch 'ismc' into v4.0 2020-04-24 12:00:17 -05:00
Sean E. Russell
b8be6d0b3f Fixes a null-pointer error introduced by removal of deprecated options. 2020-04-24 11:59:46 -05:00
Sean E. Russell
ccbc71755f Version bump to v4 2020-04-23 14:07:08 -05:00
Sean E. Russell
61e080e518 Remove deprecated command-line arguments 2020-04-23 13:38:22 -05:00
Sean E. Russell
32861bcca8 Help text clean up 2020-04-23 13:20:45 -05:00
Sean E. Russell
6cee395f06 Add sensible defaults for temps. Improve config writing. 2020-04-23 13:01:13 -05:00
Sean E. Russell
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
Sean E. Russell
3fcab5a420 Switch from smc.c to iSMC. 2020-04-22 13:33:51 -05:00
Sean E. Russell
dfa7098ad8 Fixes #90. The disk widget was truncating, not rounding 2020-04-21 16:14:34 -05:00
Sean E. Russell
4895f5ec24 Fixes #91, memory widget colors inconsist. 2020-04-21 15:37:31 -05:00
Sean E. Russell
e506b02842 Closes #40, overflow line graph labels. 2020-04-16 18:13:57 -05:00
Sean E. Russell
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
Sean E. Russell
d22c36e719 Fix #47, help & statusbar don't obey theme. Also fix help text layout. 2020-04-16 10:18:00 -05:00
Sean E. Russell
193b40f30e Closes #84, cli option to scale out 2020-04-16 09:36:10 -05:00
Sean E. Russell
71ec32f452 Merge tag 'v3.5.1' into v3.6 2020-04-16 08:54:25 -05:00
Sean E. Russell
6eb4d16dfa Merge branch 'v3.6' of github.com:xxxserxxx/gotop into v3.6 2020-04-16 08:47:30 -05:00
Sean E. Russell
6cc74d5f5f Switch away from Go Plugin API for the time being. 2020-04-16 08:46:57 -05:00
Sean E. Russell
6cef30ba51 Update changelog for release 2020-04-16 08:46:57 -05:00
Sean E. Russell
bbf84b62a7 Include the log file path in the help text. 2020-04-16 08:46:57 -05:00
xxxserxxx
84ec9e4e7a
Merge pull request #81 from markuspeloquin/master
Fix crash when loading a custom colorscheme
2020-04-16 08:38:38 -05:00
xxxserxxx
30ddd1bc33
Merge pull request #88 from tormath1/mt-gentoo-install
doc: add doc on gentoo installation
2020-04-16 08:27:16 -05:00
Sean E. Russell
721a587abc Switch away from Go Plugin API for the time being. 2020-04-16 08:14:13 -05:00
Mathieu Tortuyaux
4903b76342
doc: add doc on gentoo installation
to install `gotop` it is currently required to add `guru` overlay.
https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7556ef0da625367b40d5b0ce7cbd92141a3e5a81
2020-04-13 19:54:13 +02:00
Sean E. Russell
feed054fa5 Forgot to update the version string. 2020-04-09 15:55:18 -05:00
Sean E. Russell
f6e44c63ed Updated for release. 2020-04-09 14:07:44 -05:00
Sean E. Russell
50fae3999d Fixes #75 for 3.5.1 release 2020-04-09 14:03:23 -05:00
Sean E. Russell
7a89a5b26c Update changelog for release 2020-04-09 13:50:51 -05:00
Sean E. Russell
94b793b51f Include the log file path in the help text. 2020-04-06 11:15:09 -05:00
Sean E. Russell
73a36212ac Fixes #75 2020-04-06 11:04:08 -05:00
Markus Peloquin
43227744e7 Fix crash when loading a custom colorscheme
When using `cs, err := ...` in a nested scope, it masks `cs` and `err`
from any parent scope.
2020-04-01 11:20:45 -07:00
Sean E. Russell
025527730f Better error reporting. 2020-03-08 08:50:20 -05:00
Sean E. Russell
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
Sean E. Russell
52f6e2ba7e Executation path re-arranging left a condition where somethnig was closed that was never opened. 2020-03-08 08:20:57 -05:00
Sean E. Russell
0eea3106e0 Print key bindings function 2020-03-07 12:14:19 -06:00
Sean E. Russell
9ebcff9b78 Add ability to look in system-wide directories for configuration files 2020-03-07 09:03:25 -06:00
Sean E. Russell
9188b14094 Safety: prevent uninitialized variable use
Record change

Fixes changelog
2020-03-07 08:35:27 -06:00