Commit Graph

285 Commits

Author SHA1 Message Date
b0bf304b67 Fix bug_report log path 2018-12-08 00:49:36 -08:00
d712195a6e Fix panic on partition error
- Ignore partitions that cause errors, instead of panicking due to a nil
dereference
- Fixes errors caused by insufficient permissions of certain devices
2018-12-08 00:25:56 -08:00
83bb121728 Update termui; Closes #77 2018-12-07 19:31:47 -08:00
23fdf43936 Fix ps whitespace parsing errors 2018-12-07 12:33:46 -08:00
44ed6e8752 Fix process name cropping 2018-12-07 10:42:23 -08:00
1aa5eea24c Fix cpu usage percents panic 2018-12-05 20:05:57 -08:00
b166e61427 Update bug report template 2018-12-05 14:51:33 -08:00
d928072174 Update GitHub issue templates 2018-12-04 23:01:25 -08:00
cfcb489862 Add more logging for Disk widget 2018-12-04 22:34:45 -08:00
a3c934e86b Update gopsutil for #41 2018-12-04 21:53:53 -08:00
c7171781c1 Log to file on errors
- Also recover from issue #12
- Make config path management more portable
2018-12-04 21:44:49 -08:00
3dee8bc6f2 Fix 'gg' and 'dd' keypresses 2018-12-04 21:07:14 -08:00
db57b40659 Refactor config directory into global variable 2018-12-04 15:22:41 -08:00
a2d80c8282 Fix C import; Closes #71 2018-12-03 18:24:24 -08:00
e596d524e5 Improve OSX temp names (#71) 2018-12-03 14:28:15 -08:00
38e3d781ae Remove AUR submodule 2018-12-03 12:59:24 -08:00
a1e266ab6e Merge pull request #75 from 999eagle/patch-loop-devices
Filter loop devices in disk stats
2018-12-03 12:52:13 -08:00
40260a8e04 Filter loop devices in disk stats 2018-12-03 10:55:39 +01:00
1ab25d0f16 Bump version 2018-12-01 21:19:10 -08:00
1b8c3ed918 Format cpu names based on cpu count 2018-12-01 21:00:17 -08:00
357050207e Refactor inline celsius conversion into a function 2018-12-01 20:51:51 -08:00
f66833c2cc Add --fahrenheit flag, fix CPU ordering 2018-12-01 20:44:12 -08:00
b98d308fab Update readme; Closes #74 2018-12-01 20:08:00 -08:00
14f448670d Add aur package submodule 2018-12-01 19:56:59 -08:00
4f9b165b5b Update readme 2018-11-29 21:41:42 -08:00
dfc62e65a0 Merge pull request #73 from smlrepo/master
Remove vendor
2018-11-29 21:34:38 -08:00
0eb881df68 remove vendor 2018-11-29 21:21:45 -08:00
8ee8950ba2 Refactor
Updated event management based on changes to termui
2018-11-29 18:17:13 -08:00
ce5342cfc9 Don't sensor with a temp of 0 2018-11-29 17:37:41 -08:00
7da570d782 Bump version 2018-11-15 10:35:33 -08:00
57781676d8 Fix #41 2018-11-15 10:07:32 -08:00
d44be12684 Change 'make default' to 'make all' 2018-10-22 20:26:26 -07:00
69e3564268 Cleanup merge from chiefy:feature/nfpm 2018-10-22 19:18:06 -07:00
0609656e22 Merge pull request #63 from chiefy/feature/nfpm
deb/rpm builds with nfpm
2018-10-22 15:54:21 -07:00
4bcf8a4c63 Adding instructions to README 2018-10-12 11:49:58 -04:00
d05e6b04eb Create Makefile to target rpm/dep w/ nfpm 2018-10-12 11:24:27 -04:00
16c469d714 Work-in-progress adding nfpm 2018-10-12 10:03:00 -04:00
32e257dc1c Bump version 2018-09-18 18:48:19 -07:00
6526c60e2b Fix cli options in readme. Closes #60 2018-09-18 16:39:41 -07:00
db1b2fbc70 Add custom colorscheme loading. Closes #55 2018-09-18 13:42:49 -07:00
bb36706e86 Migrate to go 1.11 modules 2018-09-18 12:06:29 -07:00
5b5ccfc2f5 Update issue templates 2018-08-24 17:25:04 -07:00
c1b3941938 Update build steps 2018-08-24 16:01:11 -07:00
b6ce4a0e21 Bump version 2018-08-23 20:01:58 -07:00
d14e09c34f Net and ram formatted to 1 decimal place
Closes #51
2018-08-23 11:43:21 -07:00
af674fd6f0 Reverse colors of table cursor
Closes #54
2018-08-23 11:13:35 -07:00
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
94e4cd8878 Use Home and End keys to navigate Top/Bottom. 2018-08-19 08:01:16 +03:00
fc56114b4f Fix inconsistent cpu color order 2018-08-16 17:05:21 -07:00
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