Commit Graph

848 Commits

Author SHA1 Message Date
Solène Rapenne
061e2fb64e
gotop is available in Nixpkgs 2022-09-26 20:55:36 +02:00
xxxserxxx
31f071ba7f
Merge pull request #231 from sitiom/patch-1
Add scoop installation method
2022-08-17 11:28:02 -05:00
sitiom
b0284f67c5
Add scoop installation method 2022-08-05 14:13:00 +08:00
xxxserxxx
3cb6461c7a
Merge pull request #223 from Vistaus/master
Added nl.toml
2022-07-28 13:47:42 -05:00
xxxserxxx
b892b792b2
Merge pull request #225 from anatol/master
Adjust nvme temperature from Kelvins to Celsius
2022-07-28 13:46:58 -05:00
xxxserxxx
ba918ce4b3
Merge pull request #228 from ctII/pageupdownaddition
add page up and page down to for scrolling pages
2022-07-28 13:46:20 -05:00
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
Anatol Pomozov
3518c5262f Adjust nvme temperature from Kelvins to Celsius
NVMe devices report the temperature in Kelvins. Adjust it to Celsius like
for the rest of devices.
2022-07-15 11:02:27 -07:00
Sean E. Russell
cd0cf0f6ed Fixes #217 2022-07-15 11:29:23 -05:00
Sean E. Russell
f433901aee Bump the version of the cross-compiler builder to pull in fixes for #212, #206, #209 2022-07-15 11:14:49 -05:00
Sean E. Russell
8226b52295 Add instruction for packagers and cross-compilers. 2022-07-15 10:13:49 -05:00
Sean E. Russell
0c7eb6b3cb Build script version fix, documentation clarification on some recent feature additions. 2022-07-15 09:19:28 -05:00
Heimen Stoffels
e702aa2777
Added nl.toml 2022-07-13 14:26:45 +02:00
rare-magma
d7232aacb7 use single map, improve logic and logging 2022-06-19 22:11:56 +02:00
rare-magma
e96355d0b8 optimize device opening / closing 2022-06-18 18:55:38 +02:00
rare-magma
387c463eee update go.mod 2022-06-18 16:42:39 +02:00
rare-magma
c3aeb753d9 update go.mod 2022-06-15 23:02:43 +02:00
rare-magma
cd44aab61f handle smart errors, use ParseAsTemperature() 2022-06-15 23:01:53 +02:00
rare-magma
3c148a4d97 add error handling, simplify attribute value assignment, remove redundant name for smart.go 2022-06-14 00:28:37 +02:00
rare-magma
3704569b81 use defer to close smart stream 2022-06-08 18:37:41 +02:00
rare-magma
7f90fef354 close smart stream after reading temperature 2022-06-07 22:25:17 +02:00
rare-magma
6a979718dc use log for error instead of fmt 2022-06-07 20:43:04 +02:00
rare-magma
98c69b7dac improve and simplify disk type switch 2022-06-07 20:31:53 +02:00
rare-magma
b89c1dd748 add disk temperatures via smart.go / ghw 2022-06-06 21:18:59 +02:00
xxxserxxx
b0fd8ac8cd
Merge pull request #219 from aztecrabbit/fix-issue-16
Fix temperature widget not working
2022-05-13 13:30:52 -05:00
Akbar Rifai
7cb35f7f78 Ignore gopsutil host warnings 2022-05-13 19:48:12 +07:00
xxxserxxx
d3fc311d68
Merge pull request #215 from ignavan39/fix/ru_dict
feat: Update ru_RU.toml
2022-04-25 12:05:24 -05:00
Ivan Ignatenko
6ee75d345a
Update ru_RU.toml 2022-04-25 11:28:03 +03:00
Sean E. Russell
251bee9d17 git (or github) doesn't know about @latest (like Go does) 2022-03-27 15:43:05 -05:00
xxxserxxx
4f31421019
Merge pull request #213 from quantonganh/174-upload-download-different-colors
Different colors for download/upload
2022-03-27 10:26:28 -05:00
Quan Tong
3f903c796c Fixes #174: different colors for download/upload 2022-03-26 15:09:34 +07:00
Quan Tong
e0165a2283 Fixes test on darwin 2022-03-26 15:08:44 +07:00
Sean E. Russell
6daf693246 Fixes #207 2022-03-15 11:05:45 -05:00
Sean E. Russell
36cba3468c Merge branch 'master' of github.com:xxxserxxx/gotop 2022-03-15 10:57:31 -05:00
Sean E. Russell
a67301503c Fixes #209 (I hope) 2022-03-15 10:56:30 -05:00
xxxserxxx
b08c67b752
Merge pull request #205 from Tigerfyj/patch-3
Update the translation of zh-CN for fix-124
2022-02-18 11:45:47 -06:00
Yaojun Feng
7096393dd5
Merge branch 'master' into patch-3 2022-02-18 18:09:12 +08:00
Sean E. Russell
db95c9c48a The dash-patch was merged upstream by droundy, so this gets rid of the replace. 2022-02-17 13:28:21 -06:00
Sean E. Russell
f21a461346 Fixed target directory for man page; removes the homebrew trigger in release workflow -- gotop is in core. 2022-02-15 11:53:47 -06:00
Sean E. Russell
f15c3dea66 Update changelog 2022-02-14 15:35:16 -06:00
Sean E. Russell
70d96bd2c2 Temporarily replace David's goopt with my patched version that fixes the dash issue. 2022-02-10 09:24:50 -06:00
Sean E. Russell
7d2656726e Version bump for bugfix in action; maybe I should use @latest? 2022-02-09 14:10:14 -06: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
7b8bf412b1 Another colorscheme lookup fix for when the config specifies no colorscheme. 2022-02-08 14:33:51 -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
Sean E. Russell
62e9bdad9f YML spacing cleanup, and add missing archive types. 2022-02-08 11:32:34 -06:00
Sean E. Russell
e739840ac0 FreeBSD was failing because the compiler name changed in the image. 2022-02-08 10:01:55 -06:00
Sean E. Russell
b89013b18a Fixes #198, adding back in deb and rpm packaging 2022-02-07 17:28:31 -06:00
Yaojun Feng
1e8f89f178
Update the translation of zh-CN for fix-124 2022-02-06 10:57:12 +08:00