Commit Graph

411 Commits

Author SHA1 Message Date
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
Caleb Bassi
f959128281 Update README and download.sh 2018-05-10 23:50:12 -07:00
Caleb Bassi
28bca3f397 Update README 2018-05-10 22:14:11 -07:00
Caleb Bassi
23e53459a3 Update README 2018-05-10 22:00:11 -07:00
Caleb Bassi
e31c82639f Update build steps 2018-05-10 21:57:10 -07:00
Caleb Bassi
7bb67a4400 Update README 2018-05-10 21:55:29 -07:00
Caleb Bassi
b91ff3cca3 Fix colorscheme links in README 2018-05-10 21:49:12 -07:00
Caleb Bassi
91de40605f Update build steps 2018-05-10 21:45:39 -07:00
Caleb Bassi
9b2f006f14 Add scripts folder 2018-05-10 21:37:54 -07:00
Caleb Bassi
943109676f Create build folder 2018-05-10 21:32:35 -07:00
Caleb Bassi
4d94559479 Change media to assets 2018-05-10 21:26:55 -07:00
Caleb Bassi
28066827ae Move source files to src folder 2018-05-10 21:23:20 -07:00
Caleb Bassi
b39fdb0ef1 Update .goreleaser 2018-05-10 21:22:04 -07:00
Caleb Bassi
1c97280ea0 Bump version 2018-05-10 21:15:45 -07:00
Caleb Bassi
c81c3feee8 Format temps to 2 digits 2018-05-10 20:32:23 -07:00
Caleb Bassi
3cd69cbe69 Add docker support 2018-05-04 16:47:42 -07:00
Caleb Bassi
554519d5ea Fix comment 2018-05-04 15:32:07 -07:00
Michael R Fleet
5878fd010e Merge branch 'macos' into macos-rebase 2018-04-29 14:42:24 -04:00
Michael R Fleet
894b9b717a Revert "Remove darwin from goreleaser and download.sh"
This reverts commit b0e129e1c1.
2018-04-29 14:42:00 -04:00
Michael R Fleet
035126b2fb issue-27: cross-compile darwin w/ cgo 2018-04-29 14:39:59 -04:00
Caleb Bassi
8e750b8e90 Update gitignore 2018-04-29 10:59:26 -07:00
Caleb Bassi
21747ecd06 Remove defers in widget loading 2018-04-28 19:30:09 -07:00
Caleb Bassi
92374f240f Bump version 2018-04-21 21:28:18 -07:00
Caleb Bassi
8505b9c240 Fix column spacing issues 2018-04-21 21:02:37 -07:00
Caleb Bassi
ba84728600 Change README codeblock to use correct language 2018-04-20 11:02:06 -07:00
Caleb Bassi
b0e129e1c1 Remove darwin from goreleaser and download.sh 2018-04-19 20:31:51 -07:00
Caleb Bassi
3f429fd8b6 Bump version 2018-04-19 20:29:27 -07:00
Caleb Bassi
5135d62cbe Fix column sizing after terminal shrinks 2018-04-19 20:24:14 -07:00
Caleb Bassi
4da1e467d2 Better column alignment on right side 2018-04-19 20:10:27 -07:00
Caleb Bassi
106fad5ead Don't change sortmethod to cpu with <tab> 2018-04-19 19:59:20 -07:00
Caleb Bassi
33e6b73398 Increase cpu and mem percentage padding 2018-04-19 19:58:04 -07:00