Commit Graph

396 Commits

Author SHA1 Message Date
Caleb Bassi
3a804eb666 Update readme 2019-02-23 17:13:34 -08:00
Caleb Bassi
8be8163e45
Merge pull request #112 from omar-polo/master
OpenBSD support
2019-02-23 10:18:47 -08:00
Caleb Bassi
c09766381c Fix changelog 2019-02-22 12:01:50 -08:00
Caleb Bassi
867cf2b9e4 v3.0.0 2019-02-22 11:53:36 -08:00
Caleb Bassi
27a9ea080b Switch back to using distatus/battery upstream repo
Got PR merged upstream https://github.com/distatus/battery/pull/10
2019-02-22 11:52:07 -08:00
Caleb Bassi
334f08bc5a Revert back to using XDG on macOS 2019-02-22 11:52:02 -08:00
Caleb Bassi
357ff01fe3 Change -v to -V for version 2019-02-22 11:50:16 -08:00
Caleb Bassi
328395123a Update changelog 2019-02-21 21:13:10 -08:00
Caleb Bassi
e5f9b179e9
Merge pull request #116 from zp/fix-disk-io
Fix disk IO stats
2019-02-21 20:56:52 -08:00
Caleb Bassi
8c5982f81c Minor openbsd refactor 2019-02-21 20:12:17 -08:00
Caleb Bassi
49c411b607
Merge pull request #115 from tonylambiris/tl/add-vice-colorscheme
Add vice colorscheme based on vim-vice
2019-02-21 19:58:27 -08:00
zp
7978b4ed5f Fix disk IO stats 2019-02-21 15:55:46 -06:00
Tony Lambiris
aa56f2b2a6
Add vice colorscheme based on vim-vice 2019-02-21 02:51:49 -05:00
Omar Polo
5841570123
followed golint & gofmt advices 2019-02-18 14:09:36 +01:00
Omar Polo
175cfef2e1
implemented Temp.update for openbsd 2019-02-18 11:13:10 +01:00
Omar Polo
a1c99bb10f
add openbsd to build tag 2019-02-18 10:51:34 +01:00
Caleb Bassi
0ed7e58984 v2.0.2 2019-02-16 01:41:00 -08:00
Caleb Bassi
40febec968 Add changelog 2019-02-16 01:37:21 -08:00
Caleb Bassi
52590931d2
Merge pull request #109 from whuang8/bug/show-chrome-processes
Fix inability to display command names with whitespace in macOS
2019-02-10 21:38:20 -08:00
whuang8
d6008391c3 Remove -ww from macOS ps call 2019-02-10 08:16:12 -06:00
Caleb Bassi
4b6488e295 Update GitHub issue template 2019-02-09 21:12:30 -08:00
whuang8
60b913a93e Fix inability to display command names with whitespace in MacOS
Co-authored-by: Fiona Thompson <fionabronwen@gmail.com>
2019-02-09 16:43:09 -06:00
Caleb Bassi
9e7f58b769 Refactor travis files 2019-02-07 19:36:56 -08:00
Caleb Bassi
77dfcba386 Update travis 2019-02-07 18:47:56 -08:00
Caleb Bassi
f5595236ec Readd Makefile 2019-02-07 14:06:40 -08:00
Caleb Bassi
e2c26cd7ac refactor: scripts/download.sh 2019-02-07 03:06:55 -08:00
Caleb Bassi
dd25fa5458 Update readme 2019-02-07 01:41:47 -08:00
Caleb Bassi
a7c9ef6df7 travis: only run on release 2019-02-07 00:39:48 -08:00
Caleb Bassi
d97af5296d travis: fail build when script.sh errors 2019-02-07 00:35:53 -08:00
Caleb Bassi
bfeb9f8f5a v2.0.1 2019-02-07 00:29:36 -08:00
Caleb Bassi
180ab4c804 Add .travis.yml and reconfigure release process
- travis-ci used to publish binaries to the GitHub releases tab on new release
- Will also publish .deb and .rpm packages
- Haven't gotten the checksums file to work yet
- OSX x86 also isn't working
- No longer using goreleaser to publish binaries
    - didn't support cgo cross compilation which made things difficult
- Remove obsolete Makefile
2019-02-07 00:27:21 -08:00
Caleb Bassi
4ba6ee3cfe Remove .gitmodules 2019-02-07 00:01:13 -08:00
Caleb Bassi
1900a57e39 Refactor scripts/download.sh 2019-02-07 00:01:11 -08:00
Caleb Bassi
ad333cf4a2 Refactor 2019-02-06 17:20:32 -08:00
Caleb Bassi
ee3c96bc97 Fix panic on resize 2019-02-06 02:14:26 -08:00
Caleb Bassi
e8f77eef12 Move drawille-go into termui folder 2019-02-06 02:08:58 -08:00
Caleb Bassi
8081067cc2 Fix drawille-go dependency (#105) 2019-02-06 01:34:17 -08:00
Caleb Bassi
56f67d94e5 go mod vendor 2019-02-06 01:23:05 -08:00
Caleb Bassi
5fb804f336 Fork distatus/battery to fix plist import (#105) 2019-02-06 01:20:22 -08:00
Caleb Bassi
0614dbfbfb Fix cropped process names on OSX (#47) 2019-02-05 14:41:04 -08:00
Caleb Bassi
d9607af034 Refactor 2019-02-03 21:04:57 -08:00
Caleb Bassi
dbf25cdd85 Fix temperatures not showing (#101, #103)
Sometimes a temperature sensor file in `/sys/class/hwmon/hwmon*/temp*_*` will return 'ENETDOWN: Network is down' when being read for some reason, which gopsutil propogates up to gotop. gopsutil still returns a slice of valid temperatures when it errors, so we can render those instead of ignoring the return value.
2019-02-03 20:26:57 -08:00
Caleb Bassi
95b6665026 Fix statusbar not showing (Close #98) 2019-02-01 23:22:27 -08:00
Caleb Bassi
93d631ef67 Fix Home key not working 2019-02-01 23:06:57 -08:00
Caleb Bassi
c5e9511157 Fix Battery widget panic (#100) 2019-01-30 15:20:09 -08:00
Caleb Bassi
daf06909db Fix possible concurrent map write in cpu widget 2019-01-26 14:10:49 -08:00
Caleb Bassi
ecd9a32230 Fix temperature position with '-f' flag specified (Close #97) 2019-01-26 14:01:20 -08:00
Caleb Bassi
9235982f70 Fix 78aed0d 2019-01-25 20:25:41 -08:00
Caleb Bassi
78aed0d9bf Replace panic calls with logging in widgets 2019-01-25 20:04:37 -08:00
Caleb Bassi
6d3425b394 Add -c flag to ps on OSX and FreeBSD 2019-01-25 15:35:21 -08:00