25aa78a6eeOne of the termui tests was failing; this fixes the numbered.Less() function. Something in sorting was broken at some point, maybe during a Go version upgrade? That code hasn't changed in a while. While fixing the code, I rewrote the numbered.Less() function. It's shorter, and I think it's clearer, but in addition to being correct now it's also about 10% faster than the original.
Sean E. Russell
2022-09-29 11:27:23 -05:00
9997208503Update the module versions
Sean E. Russell
2022-09-29 09:09:15 -05:00
98afa3c2edMerge branch 'master' of github.com:xxxserxxx/gotop
Sean E. Russell
2022-09-29 08:48:29 -05:00
93748dba50Merge pull request #237 from rapenne-s/patch-1
xxxserxxx
2022-09-29 08:43:56 -05:00
061e2fb64egotop is available in Nixpkgs
Solène Rapenne
2022-09-26 20:55:36 +02:00
93fe0cab2esmart.go: switch to simpler ReadGenericAttributes() api
Anatol Pomozov
2022-09-17 12:52:54 -07:00
3e3243fa1fUpdate gopsutil
Stanisław Pitucha
2022-09-01 20:41:38 +10:00
31f071ba7fMerge pull request #231 from sitiom/patch-1
xxxserxxx
2022-08-17 11:28:02 -05:00
cd44aab61fhandle smart errors, use ParseAsTemperature()
rare-magma
2022-06-15 23:01:53 +02:00
3c148a4d97add error handling, simplify attribute value assignment, remove redundant name for smart.go
rare-magma
2022-06-14 00:28:37 +02:00
3704569b81use defer to close smart stream
rare-magma
2022-06-08 18:37:41 +02:00
7f90fef354close smart stream after reading temperature
rare-magma
2022-06-07 22:25:17 +02:00
6a979718dcuse log for error instead of fmt
rare-magma
2022-06-07 20:43:04 +02:00
98c69b7dacimprove and simplify disk type switch
rare-magma
2022-06-07 20:31:53 +02:00
b89c1dd748add disk temperatures via smart.go / ghw
rare-magma
2022-06-06 21:18:59 +02:00
b0fd8ac8cdMerge pull request #219 from aztecrabbit/fix-issue-16
xxxserxxx
2022-05-13 13:30:52 -05:00
7cb35f7f78Ignore gopsutil host warnings
Akbar Rifai
2022-05-13 19:48:12 +07:00
d3fc311d68Merge pull request #215 from ignavan39/fix/ru_dict
xxxserxxx
2022-04-25 12:05:24 -05:00
6ee75d345aUpdate ru_RU.toml
Ivan Ignatenko
2022-04-25 11:28:03 +03:00
251bee9d17git (or github) doesn't know about @latest (like Go does)
Sean E. Russell
2022-03-27 15:43:05 -05:00
4f31421019Merge pull request #213 from quantonganh/174-upload-download-different-colors
xxxserxxx
2022-03-27 10:26:28 -05:00
3f903c796cFixes#174: different colors for download/upload
Quan Tong
2022-03-26 15:09:34 +07:00
e0165a2283Fixes test on darwin
Quan Tong
2022-03-26 15:08:44 +07:00
6daf693246Fixes#207
Sean E. Russell
2022-03-15 11:05:45 -05:00
36cba3468cMerge branch 'master' of github.com:xxxserxxx/gotop
Sean E. Russell
2022-03-15 10:57:31 -05:00
a67301503cFixes#209 (I hope)
Sean E. Russell
2022-03-15 10:56:30 -05:00
987183d7f6add cmd sorting to help pages
kqzz
2022-02-19 22:04:59 -05:00
6d3595f7f7feat: add sorting by cmd
kqzz
2022-02-19 22:02:36 -05:00
b08c67b752Merge pull request #205 from Tigerfyj/patch-3
xxxserxxx
2022-02-18 11:45:47 -06:00
7096393dd5Merge branch 'master' into patch-3
Yaojun Feng
2022-02-18 18:09:12 +08:00
db95c9c48aThe dash-patch was merged upstream by droundy, so this gets rid of the replace.
Sean E. Russell
2022-02-17 13:28:21 -06:00
f21a461346Fixed target directory for man page; removes the homebrew trigger in release workflow -- gotop is in core.
Sean E. Russell
2022-02-14 16:44:27 -06:00
f15c3dea66Update changelog
Sean E. Russell
2022-02-14 15:35:16 -06:00
70d96bd2c2Temporarily replace David's goopt with my patched version that fixes the dash issue.
Sean E. Russell
2022-02-10 09:24:50 -06:00
7d2656726eVersion bump for bugfix in action; maybe I should use @latest?
Sean E. Russell
2022-02-09 14:10:14 -06:00
66047ad64cFixes#158, adding a man page. This replaces the flags library in the process. It also changes some of the new no- flags.
Sean E. Russell
2022-02-08 16:50:30 -06:00
7b8bf412b1Another colorscheme lookup fix for when the config specifies no colorscheme.
Sean E. Russell
2022-02-08 14:33:51 -06:00
e01db2c144Fixes#200, colorscheme in config file causes error.
Sean E. Russell
2022-02-08 11:50:52 -06:00
0f9c74eb08Merge ../gotop-merge
Sean E. Russell
2022-02-08 11:40:25 -06:00
62e9bdad9fYML spacing cleanup, and add missing archive types.
Sean E. Russell
2022-02-08 11:32:34 -06:00
e739840ac0FreeBSD was failing because the compiler name changed in the image.
Sean E. Russell
2022-02-08 10:01:55 -06:00
b89013b18aFixes#198, adding back in deb and rpm packaging
Sean E. Russell
2022-02-07 15:17:15 -06:00
1e8f89f178Update the translation of zh-CN for fix-124
Yaojun Feng
2022-02-06 10:57:12 +08:00
7dfd040628Use a newer version of golang-build action, because old illuspas/xcgo tags keep disappearing.
Sean E. Russell
2022-02-04 15:36:59 -06:00
1a16363c78Adds translations for fix-124; ru_RU and zh_CN are still pending.
Sean E. Russell
2022-02-04 10:28:59 -06:00
008d523263Add Persian/Farsi support to gotop for issue #120
mjshariati98
2022-02-04 19:44:03 +03:30
1163301362Merge branch 'fix-124' of github.com:mjshariati98/gotop
Sean E. Russell
2022-02-04 09:58:01 -06:00
32ad7539bcMerge pull request #202 from xgdgsc/patch-1
xxxserxxx
2022-02-04 09:53:07 -06:00
257706b0f8New install instructions for Go 1.16 were missing a part.
Sean E. Russell
2021-07-27 11:07:24 -05:00
bbed8ce247prerelease.yml needs to duplicate build.yml
Sean E. Russell
2021-07-20 15:03:53 -05:00
ac9e7e911aCI updates for cross-compile action changes
Sean E. Russell
2021-07-20 14:56:10 -05:00
170743dbcdBuilder from "master" didn't work for some reason, so hard-coding the version.
Sean E. Russell
2021-07-20 13:45:23 -05:00
6809c82eb3Documentation prep for release; remote monitoring docs cleanup.
Sean E. Russell
2021-07-20 13:37:03 -05:00
e21e972f78Fixes#189 (thanks @donPatino)
Sean E. Russell
2021-07-20 13:06:39 -05:00
8d0c828e91Merge remote-tracking branch 'darwinArm/darwin-arm64-dup2'
Sean E. Russell
2021-07-20 09:33:09 -05:00
bda9b394d0Mostly TODOs, but adds command to build Darwin/ARM
Sean E. Russell
2021-07-20 09:31:42 -05:00
3507351262Adds github link to help; tidys up spacing in help text.
Sean E. Russell
2021-07-17 14:34:56 -05:00
f250415541Merge branch 'master' of github.com:xxxserxxx/gotop; fixes unreported bug where languages aren't listed.
Sean E. Russell
2021-07-17 13:30:40 -05:00
a1dc3a0b1cRemote extension was ignoring config file values.
Sean E. Russell
2021-07-17 13:19:30 -05:00
7954eb4f37Removes go:generate directives
Sean E. Russell
2021-07-17 13:18:48 -05:00