summaryrefslogtreecommitdiffstats
path: root/cmd
AgeCommit message (Collapse)Author
2022-09-29Merge branch 'feat-sort-procs-cmd' of https://github.com/Kqzz/gotopSean E. Russell
2022-07-22add page up and page down to for scrolling pagesClayton Townsend II
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-03-26Fixes #174: different colors for download/uploadQuan Tong
2022-02-19feat: add sorting by cmdkqzz
2022-02-09Fixes #158, adding a man page. This replaces the flags library in the ↵Sean E. Russell
process. It also changes some of the new no- flags.
2022-02-08Fixes #200, colorscheme in config file causes error.Sean E. Russell
2022-02-08Merge ../gotop-mergeSean E. Russell
2022-02-04Fix #124mjshariati98
- Add no-x options to disable options
2021-09-07Update releasing doc for changes over the past months.Sean E. Russell
2021-07-17Adds github link to help; tidys up spacing in help text.Sean E. Russell
2021-07-17Merge branch 'master' of github.com:xxxserxxx/gotop; fixes unreported bug ↵Sean E. Russell
where languages aren't listed.
2021-05-03Merge branch 'go1.16'Sean E. Russell
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-03Go 1.16: embed and io/fsSean 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 ↵Sean E. Russell
was left in.
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. ↵Sean E. Russell
Remove spurious sync lock.
2020-06-21Revert to English if jibber_jabber can't detect the language; revert ↵Sean E. Russell
accidental removal of two zh_CN translations.
2020-06-20More strings moved to translationsSean E. Russell
2020-06-20Fixes the help text issue. Moved some hard-coded strings to the translation ↵Sean E. Russell
files.
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
Updated versioning and dates for release.
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
Doc
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 ↵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