Commit Graph

845 Commits

Author SHA1 Message Date
3cb6461c7a Merge pull request #223 from Vistaus/master
Added nl.toml
2022-07-28 13:47:42 -05:00
b892b792b2 Merge pull request #225 from anatol/master
Adjust nvme temperature from Kelvins to Celsius
2022-07-28 13:46:58 -05:00
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
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
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
cd0cf0f6ed Fixes #217 2022-07-15 11:29:23 -05:00
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
8226b52295 Add instruction for packagers and cross-compilers. 2022-07-15 10:13:49 -05:00
0c7eb6b3cb Build script version fix, documentation clarification on some recent feature additions. 2022-07-15 09:19:28 -05:00
e702aa2777 Added nl.toml 2022-07-13 14:26:45 +02:00
d7232aacb7 use single map, improve logic and logging 2022-06-19 22:11:56 +02:00
e96355d0b8 optimize device opening / closing 2022-06-18 18:55:38 +02:00
387c463eee update go.mod 2022-06-18 16:42:39 +02:00
c3aeb753d9 update go.mod 2022-06-15 23:02:43 +02:00
cd44aab61f handle smart errors, use ParseAsTemperature() 2022-06-15 23:01:53 +02:00
3c148a4d97 add error handling, simplify attribute value assignment, remove redundant name for smart.go 2022-06-14 00:28:37 +02:00
3704569b81 use defer to close smart stream 2022-06-08 18:37:41 +02:00
7f90fef354 close smart stream after reading temperature 2022-06-07 22:25:17 +02:00
6a979718dc use log for error instead of fmt 2022-06-07 20:43:04 +02:00
98c69b7dac improve and simplify disk type switch 2022-06-07 20:31:53 +02:00
b89c1dd748 add disk temperatures via smart.go / ghw 2022-06-06 21:18:59 +02:00
b0fd8ac8cd Merge pull request #219 from aztecrabbit/fix-issue-16
Fix temperature widget not working
2022-05-13 13:30:52 -05:00
7cb35f7f78 Ignore gopsutil host warnings 2022-05-13 19:48:12 +07:00
d3fc311d68 Merge pull request #215 from ignavan39/fix/ru_dict
feat: Update ru_RU.toml
2022-04-25 12:05:24 -05:00
6ee75d345a Update ru_RU.toml 2022-04-25 11:28:03 +03:00
251bee9d17 git (or github) doesn't know about @latest (like Go does) 2022-03-27 15:43:05 -05:00
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
3f903c796c Fixes #174: different colors for download/upload 2022-03-26 15:09:34 +07:00
e0165a2283 Fixes test on darwin 2022-03-26 15:08:44 +07:00
6daf693246 Fixes #207 2022-03-15 11:05:45 -05:00
36cba3468c Merge branch 'master' of github.com:xxxserxxx/gotop 2022-03-15 10:57:31 -05:00
a67301503c Fixes #209 (I hope) 2022-03-15 10:56:30 -05:00
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
7096393dd5 Merge branch 'master' into patch-3 2022-02-18 18:09:12 +08:00
db95c9c48a The dash-patch was merged upstream by droundy, so this gets rid of the replace. 2022-02-17 13:28:21 -06:00
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
f15c3dea66 Update changelog 2022-02-14 15:35:16 -06:00
70d96bd2c2 Temporarily replace David's goopt with my patched version that fixes the dash issue. 2022-02-10 09:24:50 -06:00
7d2656726e Version bump for bugfix in action; maybe I should use @latest? 2022-02-09 14:10:14 -06:00
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
7b8bf412b1 Another colorscheme lookup fix for when the config specifies no colorscheme. 2022-02-08 14:33:51 -06:00
e01db2c144 Fixes #200, colorscheme in config file causes error. 2022-02-08 11:53:19 -06:00
0f9c74eb08 Merge ../gotop-merge 2022-02-08 11:40:25 -06:00
62e9bdad9f YML spacing cleanup, and add missing archive types. 2022-02-08 11:32:34 -06:00
e739840ac0 FreeBSD was failing because the compiler name changed in the image. 2022-02-08 10:01:55 -06:00
b89013b18a Fixes #198, adding back in deb and rpm packaging 2022-02-07 17:28:31 -06:00
1e8f89f178 Update the translation of zh-CN for fix-124 2022-02-06 10:57:12 +08:00
7dfd040628 Use a newer version of golang-build action, because old illuspas/xcgo tags keep disappearing. 2022-02-04 15:36:59 -06:00
1a16363c78 Adds translations for fix-124; ru_RU and zh_CN are still pending. 2022-02-04 10:28:59 -06:00
1163301362 Merge branch 'fix-124' of github.com:mjshariati98/gotop 2022-02-04 09:58:01 -06:00