Commit Graph

95 Commits

Author SHA1 Message Date
Clayton Townsend II
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
Quan Tong
3f903c796c Fixes #174: different colors for download/upload 2022-03-26 15:09:34 +07:00
Sean E. Russell
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
Sean E. Russell
e01db2c144 Fixes #200, colorscheme in config file causes error. 2022-02-08 11:53:19 -06:00
Sean E. Russell
0f9c74eb08 Merge ../gotop-merge 2022-02-08 11:40:25 -06:00
mjshariati98
c691514a41 Fix #124
- Add no-x options to disable options
2022-02-04 18:16:58 +03:30
Sean E. Russell
bfea0cdf86 Update releasing doc for changes over the past months. 2021-09-07 10:50:55 -05:00
Sean E. Russell
3507351262 Adds github link to help; tidys up spacing in help text. 2021-07-17 14:34:56 -05:00
Sean E. Russell
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
Sean E. Russell
162ed50189 Merge branch 'go1.16' 2021-05-03 11:43:13 -05:00
Sean E. Russell
efcb0e9d2a Gets the NVidia extension options working, including marshalling. 2021-03-04 16:23:04 -06:00
Sean E. Russell
94d5c2e33d Don't fail on extension startup 2021-03-02 03:06:39 -06:00
Sean E. Russell
e5bf9851ff Go 1.16: embed and io/fs 2021-02-03 14:27:46 -06:00
Sean E. Russell
7b19606acc Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get. 2021-02-03 12:28:46 -06:00
Sean E. Russell
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
Sean E. Russell
18c07d8c44 Fixes #157, add list of translations to help text. 2021-01-26 11:56:01 -06:00
Sean E. Russell
4523169549 Translations didn't work outside of the project directory. 2021-01-25 12:18:59 -06:00
Sean E. Russell
daf5916fde Resolves merge conflicts 2020-11-23 14:58:32 -06:00
Sean E. Russell
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
Sean E. Russell
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
Sean E. Russell
23364aa754 More strings moved to translations 2020-06-20 16:47:48 -05:00
Sean E. Russell
9a56571373 Fixes the help text issue. Moved some hard-coded strings to the translation files. 2020-06-20 08:33:01 -05:00
Sean E. Russell
aa828c5790 Translation files are now bundled. 2020-06-19 10:01:26 -05:00
Sean E. Russell
b6b7541524 Expand translations 2020-06-18 19:51:01 -05:00
Sean E. Russell
b29c2b1c89 Merge branch 'master' into i18n 2020-06-18 16:46:56 -05:00
Sean E. Russell
b20f477389 linting & documentation
Updated versioning and dates for release.
2020-06-07 16:56:19 -05:00
Sean E. Russell
dbaab87e71 Add peers section to README 2020-06-03 08:34:31 -05:00
Sean E. Russell
d7773a87b8 Merge branch 'master' into v4.0 2020-05-24 14:38:14 -05:00
Sean E. Russell
76236a0993 Documentation clean-up. 2020-05-24 13:56:25 -05:00
Sean E. Russell
310a6d084d Replaces the Prometheus client with VictoriaMetrics/metrics 2020-05-12 18:42:45 -05:00
Sean E. Russell
444d2624ab More translation work. Incomplete. 2020-05-05 08:13:25 -05:00
Sean E. Russell
82f308de93 Translations for main.go, so mainly help 2020-05-01 20:25:29 -05:00
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
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
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
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
193b40f30e Closes #84, cli option to scale out 2020-04-16 09:36:10 -05:00