97 Commits

Author SHA1 Message Date
7a06ff5fa7 Merge branch 'feat-sort-procs-cmd' of https://github.com/Kqzz/gotop 2022-09-29 12:26:59 -05:00
9238e81a59 add page up and page down to for scrolling pages
adds page up and page down keys to main.go to scroll page up and scroll page down
similar to behavior found in htop, and slightly more intuitive
2022-07-22 15:21:47 -05:00
3f903c796c Fixes #174: different colors for download/upload 2022-03-26 15:09:34 +07:00
6d3595f7f7 feat: add sorting by cmd 2022-02-19 22:02:36 -05:00
66047ad64c Fixes #158, adding a man page. This replaces the flags library in the process. It also changes some of the new no- flags. 2022-02-09 13:18:39 -06:00
e01db2c144 Fixes #200, colorscheme in config file causes error. 2022-02-08 11:53:19 -06:00
0f9c74eb08 Merge ../gotop-merge 2022-02-08 11:40:25 -06:00
c691514a41 Fix #124
- Add no-x options to disable options
2022-02-04 18:16:58 +03:30
bfea0cdf86 Update releasing doc for changes over the past months. 2021-09-07 10:50:55 -05:00
3507351262 Adds github link to help; tidys up spacing in help text. 2021-07-17 14:34:56 -05:00
f250415541 Merge branch 'master' of github.com:xxxserxxx/gotop; fixes unreported bug where languages aren't listed. 2021-07-17 13:30:40 -05:00
162ed50189 Merge branch 'go1.16' 2021-05-03 11:43:13 -05:00
efcb0e9d2a Gets the NVidia extension options working, including marshalling. 2021-03-04 16:23:04 -06:00
94d5c2e33d Don't fail on extension startup 2021-03-02 03:06:39 -06:00
e5bf9851ff Go 1.16: embed and io/fs 2021-02-03 14:27:46 -06:00
7b19606acc Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get. 2021-02-03 12:28:46 -06:00
273f572a87 The statusbar got lost somewhere along the way. A noisy (debug) log message was left in. 2021-01-26 13:09:10 -06:00
18c07d8c44 Fixes #157, add list of translations to help text. 2021-01-26 11:56:01 -06:00
4523169549 Translations didn't work outside of the project directory. 2021-01-25 12:18:59 -06:00
daf5916fde Resolves merge conflicts 2020-11-23 14:58:32 -06:00
c25e58e79c Closes #32. Average is really average, over time. Boldify the AVRG label. Remove spurious sync lock. 2020-07-25 07:23:17 -05:00
b49c7c9a60 Revert to English if jibber_jabber can't detect the language; revert accidental removal of two zh_CN translations. 2020-06-21 10:14:18 -05:00
23364aa754 More strings moved to translations 2020-06-20 16:47:48 -05:00
9a56571373 Fixes the help text issue. Moved some hard-coded strings to the translation files. 2020-06-20 08:33:01 -05:00
aa828c5790 Translation files are now bundled. 2020-06-19 10:01:26 -05:00
b6b7541524 Expand translations 2020-06-18 19:51:01 -05:00
b29c2b1c89 Merge branch 'master' into i18n 2020-06-18 16:46:56 -05:00
b20f477389 linting & documentation
Updated versioning and dates for release.
2020-06-07 16:56:19 -05:00
dbaab87e71 Add peers section to README 2020-06-03 08:34:31 -05:00
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
444d2624ab More translation work. Incomplete. 2020-05-05 08:13:25 -05:00
82f308de93 Translations for main.go, so mainly help 2020-05-01 20:25:29 -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