Commit Graph

111 Commits

Author SHA1 Message Date
9dcbd2a48e [修复] 更新依赖, 修复龙架构无法正常编译的问题
Some checks failed
Build Go binaries / build (push) Has been cancelled
2024-09-13 15:08:35 +08:00
kqzz
6d3595f7f7 feat: add sorting by cmd 2022-02-19 22:02:36 -05:00
Sean E. Russell
bda9b394d0 Mostly TODOs, but adds command to build Darwin/ARM 2021-07-20 09:31:42 -05:00
Sean E. Russell
162ed50189 Merge branch 'go1.16' 2021-05-03 11:43:13 -05:00
Sean E. Russell
5e0f048826 Fix candidate for #167 2021-02-16 16:24:34 -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
c8f7091969 Update changelog for next release. 2021-01-26 14:17:00 -06:00
Sean E. Russell
67831ac97c Errors on any battery stopped display of all battery information 2021-01-26 13:15:27 -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
c5a8d0f32f Merge branch 'master' of github.com:xxxserxxx/gotop
Re-implements doc fixes and updates static data go:generate
2020-11-23 15:14:57 -06:00
Sean E. Russell
daf5916fde Resolves merge conflicts 2020-11-23 14:58:32 -06:00
Aofei Sheng
e6447d6dcf Only render mem info when its total > 0 2020-11-22 19:19:02 +08:00
Sean E. Russell
72cde05458 Merge branch 'v4.0.2' into master 2020-08-25 08:25:39 -05:00
Sean E. Russell
edf0c2a3a8 Fixes bad label keys in disk widget; finishes Esperanto translation. 2020-08-25 08:23:42 -05:00
Sean E. Russell
fa9357d1ed Closes #32. Average is really average, over time. Boldify the AVRG label. Remove spurious sync lock. 2020-07-25 07:28:23 -05: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
Aofei Sheng
4a766282cf Align CPU values in CPU widget 2020-07-21 21:34:44 +08:00
Sean E. Russell
9b176e678e Work-around for bug shirou/gopsutil#849, addressing #135 2020-06-26 11:50:15 -05:00
Sean E. Russell
050b62a20a Fixes #134, caused by a divide by zero error on systems with no batteries 2020-06-23 07:12:09 -05:00
Sean E. Russell
ccf7a6822f Fix build errors on FreeBSD 2020-06-22 10:23:10 -05:00
Sean E. Russell
81424fb000 Fix windows compile errors. 2020-06-21 11:49:04 -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
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
5123568b92 Only report battery sensor errors once; closes #117 2020-05-31 14:45:24 -05:00
Sean E. Russell
d7773a87b8 Merge branch 'master' into v4.0 2020-05-24 14:38:14 -05:00
Sean E. Russell
f5fc8b1854 Missed a no-longer-used attribute 2020-05-13 10:08:43 -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
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
3487bbfaed Fix lint refactoring failures for cross-compile files 2020-04-28 13:23:50 -05:00
Sean E. Russell
285d4d0297 Go vet/lint cleanups 2020-04-27 20:33:41 -05:00
Sean E. Russell
ccbc71755f Version bump to v4 2020-04-23 14:07:08 -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
dfa7098ad8 Fixes #90. The disk widget was truncating, not rounding 2020-04-21 16:14:34 -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
6cc74d5f5f Switch away from Go Plugin API for the time being. 2020-04-16 08:46:57 -05:00
Sean E. Russell
d14de8676b Removes verbose debugging unintentionally left on 2020-03-07 08:10:05 -06:00
Sean E. Russell
afb62afcdf Path changes for major revision 2020-02-28 14:48:35 -06:00
Sean E. Russell
231b0d03fe Extensions. 2020-02-28 10:06:05 -06:00
Sean E. Russell
7a89225d72 Abstracts CPU & mem devices.
Finishes device refactoring: temps

Refactoring to allow updating maps. Simpler, and optimizable.
2020-02-28 07:06:51 -06:00
Sean E. Russell
4fce1654c5 Merge branch 'v3.4.x' into nvidia 2020-02-27 16:13:23 -06:00
Sean E. Russell
b03566cd60 Fixes #62, the one-column bug
Updates ticket info
2020-02-27 12:51:59 -06:00
Sean E. Russell
3641a94ba9 Merge remote-tracking branch 'willems/master' into temps 2020-02-25 14:26:52 -06:00
Sean E. Russell
11c33726aa Adds charge/discharge to power widget.
Issue tracking
2020-02-25 14:22:20 -06:00