Commit Graph

791 Commits

Author SHA1 Message Date
Caleb Bassi
d14e09c34f Net and ram formatted to 1 decimal place
Closes #51
2018-08-23 11:43:21 -07:00
Caleb Bassi
af674fd6f0 Reverse colors of table cursor
Closes #54
2018-08-23 11:13:35 -07:00
Caleb Bassi
603e851f0a
Merge pull request #53 from panter-dsd/feature/HomeEndKeys
Use Home and End keys to navigate Top/Bottom.
2018-08-20 11:06:51 -07:00
PanteR
94e4cd8878 Use Home and End keys to navigate Top/Bottom. 2018-08-19 08:01:16 +03:00
Caleb Bassi
fc56114b4f Fix inconsistent cpu color order 2018-08-16 17:05:21 -07:00
Caleb Bassi
c3603ea1d5 Fix issues when using both percpu and averagecpu
* Change 'Average' to 'AVRG'
* Run both updates with goroutines so they don't case each other to
block
2018-08-16 16:44:44 -07:00
Caleb Bassi
9f7e5cef4f Update README 2018-08-16 16:40:26 -07:00
Caleb Bassi
8de8367084 Added cli options for cpu load 2018-08-16 16:38:00 -07:00
Caleb Bassi
c71cd760e6 Merge pull request #45 from b1narykid/master
Remove 8 cores limit in CPU widget
2018-08-16 15:44:06 -07:00
Caleb Bassi
38e83a75e3
Merge pull request #50 from gostudy/master
Fix a bug about a defunct state kill process
2018-08-16 11:51:43 -07:00
李俊杰
9689105025
Merge pull request #1 from gostudy/phpor-kill-process
Fix a bug about a defunct state kill process
2018-08-16 09:53:32 +08:00
李俊杰
72c8c43b07
Fix a bug about a defunct state kill process
When using dd shortcut to kill a process, a kill process with a defunct state is left.
2018-08-16 09:50:32 +08:00
Caleb Bassi
7fe426d114 Update ISSUE_TEMPLATE 2018-08-14 19:29:37 -07:00
Caleb Bassi
04d3dca8ca Removed obsolete disk.Mountpoint fix
Fixed upstream in gopsutil
2018-08-11 16:34:43 -07:00
Caleb Bassi
898a443994 Update gopsutil 2018-08-11 16:32:03 -07:00
Caleb Bassi
77f728fb44 Fix byte conversions; add TB 2018-08-08 22:30:24 -07:00
Ivan Trubach
813c239f7e
Preserve old CPU widget behavior 2018-08-01 00:40:51 +03:00
Ivan Trubach
12527db13f
Remove 8 cores limit in CPU widget 2018-08-01 00:24:44 +03:00
Caleb Bassi
eb17f69606 Add comment referencing gopsutil issue 2018-07-18 09:19:09 -07:00
Caleb Bassi
0cd59ba400 Update build steps 2018-07-17 13:56:36 -07:00
Caleb Bassi
d6a684d345 Bump version 2018-07-17 13:40:20 -07:00
Caleb Bassi
8103dd377c Fix bug when partition mountpoint has a space 2018-07-17 13:36:52 -07:00
Caleb Bassi
fa70da84a3 Update readme 2018-05-24 14:31:36 -07:00
Caleb Bassi
e3e0160bae Fix building issues
* can't use goreleaser with darwin builds so we have to manual build
them ourselves
2018-05-23 22:57:01 -07:00
Caleb Bassi
ba1ce86eff Update readme to reflect OSX support 2018-05-23 21:51:33 -07:00
Caleb Bassi
84e070392e Merge branch 'f1337-macos' 2018-05-23 21:46:53 -07:00
Caleb Bassi
bed05dc425 Merge branch 'temps' 2018-05-23 21:43:29 -07:00
Caleb Bassi
1ec79f1574
Merge pull request #36 from f1337/temps
fix typo in temp_darwin
2018-05-23 21:04:30 -07:00
Michael R Fleet
08ea0b3db0 fix typo in temp_darwin 2018-05-23 22:09:04 -04:00
Caleb Bassi
42a949c5aa Add detailed memory usage labels to memory widget 2018-05-23 18:52:35 -07:00
Caleb Bassi
ae2fff9655 Make ps command work on OSX 2018-05-23 17:08:33 -07:00
Caleb Bassi
6f4984e5e7 Separate temp widget by platform 2018-05-23 11:02:33 -07:00
Caleb Bassi
6e1f7293e0 Update demo.gif 2018-05-21 16:37:20 -07:00
Caleb Bassi
00e866c104 Change disk widget into a table 2018-05-21 16:02:31 -07:00
Caleb Bassi
ee1c57c6fe Show process args when ungrouped on unix 2018-05-16 14:55:18 -07:00
Caleb Bassi
0647a4b433 Remove heading in ps output using arg 2018-05-15 20:21:25 -07:00
Caleb Bassi
3387d4c792 Add back files removed from gopsutil 2018-05-15 13:46:50 -07:00
Caleb Bassi
84570dfed1 Update gopsutil 2018-05-15 13:24:27 -07:00
Caleb Bassi
a65523dab6 Fix build issue on windows 2018-05-15 13:21:53 -07:00
Caleb Bassi
f243be7e69 Re-add windows gopsutil process info retrieval 2018-05-15 13:13:22 -07:00
Caleb Bassi
3ab6ea2380 Fix process cpu usage being divided by cpu count 2018-05-15 11:46:06 -07:00
Caleb Bassi
b42d098a99 Switch to custom process info retrieval
* Switch from gopsutil to using 'ps' for process info retrieval.
* Much faster now since we are getting all info in a batch.
* Should hopefully fix the issue on OSX where process info retrieval was
taking too long.
* CPU percentage reporting should also be imporoved, since it is more
realtime.
2018-05-15 11:14:22 -07:00
Caleb Bassi
716c64272a Update readme 2018-05-15 11:06:35 -07:00
Caleb Bassi
c02bf5d0ad Remove Docker 2018-05-11 01:09:29 -07:00
Caleb Bassi
68277185e0 Don't bundle readme and license in build 2018-05-11 00:47:17 -07:00
Caleb Bassi
3c321fbc88 Update build steps 2018-05-11 00:37:09 -07:00
Caleb Bassi
d658207fb3 Auto fetch latest release in download.sh 2018-05-11 00:35:06 -07:00
Caleb Bassi
3bcfe5fd63 Fix goreleaser being in build folder 2018-05-11 00:34:49 -07:00
Caleb Bassi
847b8022b2 goreleaser now sets version during building 2018-05-11 00:27:21 -07:00
Caleb Bassi
da6f6d28f4 Change process widget name to processes 2018-05-10 23:51:50 -07:00