1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-26 20:15:03 +01:00
Commit Graph

189 Commits

Author SHA1 Message Date
Caleb Bassi
bce6b2e193
Merge pull request #55 from sander2324/colorscheme_error_graceful_exit
Gracefully exit when nonexistent or invalid colorscheme is supplied
2020-04-16 08:31:52 -07:00
sander2324
b2ef73e550
Refactor colorscheme error handling 2020-04-16 16:34:16 +02:00
sander2324
84c41578c8
Gracefully exit when nonexistent or invalid colorscheme is supplied 2020-04-14 16:58:50 +02:00
Caleb Bassi
21cb63f656 update readme 2020-04-11 12:28:29 -07:00
Caleb Bassi
bb253ae776 add related projects section to readme 2020-04-10 16:03:57 -07:00
Caleb Bassi
ad8ec2f4e6 upgrade dependencies 2020-04-10 15:25:35 -07:00
Caleb Bassi
d72dfb93c9 update changelog 2020-04-10 15:02:12 -07:00
Caleb Bassi
d89acae68b [disk] fix crash due to insufficient permissions 2020-04-10 14:50:16 -07:00
Caleb Bassi
d4eabcd415
Merge pull request #46 from zlandau/three_digit_temps
Fix rendering of three digit temperatures
2020-03-11 11:52:34 -07:00
Zachary P. Landau
b5f7b16686 Fix rendering of three digit temperatures
When using the -f option to display temperatures in Fahrenheit,
I noticed the text escapes the box when rendering three digits:

```
┌ Temperatures ────────────────────────────────────────────┐
│coretemp-Core 10                                      106°F
│coretemp-Core 0                                       97°F│
```

With this fix, they are properly contained:

```
┌ Temperatures ─────────────────────────────────────────┐
│coretemp-Core 8                                   102°F│
│coretemp-Core 9                                   104°F│
```

I also verified that Celsius still renders correctly:

```
┌ Temperatures ────────────────────────────────────────────┐
│coretemp-Core 8                                       43°C│
```
2020-03-10 20:24:30 -07:00
Caleb Bassi
74bc250986
Merge pull request #44 from mikemadden42/fix-unused-imports
Fix unused imports
2020-02-29 18:24:50 -08:00
Michael Madden
e14e704139 Fix unused imports 2020-02-29 20:20:30 -06:00
Caleb Bassi
9e7835d10f fix clippy lint 2020-02-28 15:28:01 -08:00
Caleb Bassi
3b2546afff
Merge pull request #43 from maxice8/add-alp
add Alpine Linux instructions
2020-02-28 15:03:09 -08:00
Leo
75f434b5a3 add Alpine Linux instructions 2020-02-27 22:18:49 -03:00
Caleb Bassi
2a9c90380c 0.5.1 2020-02-16 16:45:45 -08:00
Caleb Bassi
6d86e607db [process] fix process CPU calculation 2020-02-16 16:44:15 -08:00
Caleb Bassi
719af2234e package-publisher: cargo.lock updates 2020-02-16 08:10:45 -08:00
Caleb Bassi
a7cfd2956a 0.5.0 2020-02-16 08:00:22 -08:00
Caleb Bassi
0192ff8499 add -I for specifying interval 2020-02-15 20:37:03 -08:00
Caleb Bassi
0779a4ac6b implement interface cli arg; [net] fix IO counters when a VPN is enabled 2020-02-15 20:35:09 -08:00
Caleb Bassi
338a52f972 update interval cli arg usage 2020-02-15 17:29:02 -08:00
Caleb Bassi
1157eb12f5 readme 2020-02-15 16:17:25 -08:00
Caleb Bassi
96f1434b37 comment 2020-02-15 16:10:37 -08:00
Caleb Bassi
805548dc07 cleanup drawing and fix some panics when window is too small 2020-02-15 14:55:19 -08:00
Caleb Bassi
65b7c5bf13 implement interval cli arg 2020-02-15 12:42:55 -08:00
Caleb Bassi
ea15b2e573 Change rate cli arg to interval 2020-02-15 11:54:25 -08:00
Caleb Bassi
58810d1192 refactor 2020-02-15 09:34:24 -08:00
Caleb Bassi
17a721aa26 cleanup package-publisher 2020-02-15 06:57:05 -08:00
Caleb Bassi
c0dc111055 add ytop-git aur template 2020-02-15 06:29:41 -08:00
Caleb Bassi
92cdc9fccb fix ytop-bin aur template 2020-02-15 06:28:18 -08:00
Caleb Bassi
f43af2a183 fix ytop-bin aur template 2020-02-14 21:14:00 -08:00
Caleb Bassi
f2497be6b7 0.4.3 2020-02-14 10:18:11 -08:00
Caleb Bassi
8936596155 [disk] fix disk widget constantly resizing (Close #23) 2020-02-14 10:03:02 -08:00
Caleb Bassi
72da4b60c2 comment and refactor 2020-02-14 08:12:53 -08:00
Caleb Bassi
f86926c777 update psutil 2020-02-12 08:38:59 -08:00
Caleb Bassi
7f09f6d47c 0.4.2 2020-02-10 22:18:18 -08:00
Caleb Bassi
db7049cfaa update psutil 2020-02-08 08:10:46 -08:00
Caleb Bassi
00ae64e7b2 refactor; comment; remove anyhow and error propogation for now 2020-02-07 12:56:45 -08:00
Caleb Bassi
0ed8d75fa7 clear screen on exit if in TTY (Close #36) 2020-02-06 13:48:11 -08:00
Caleb Bassi
8efb816674 cleanup terminal init and close 2020-02-06 08:16:57 -08:00
Caleb Bassi
a14b6f0ea3 fix ytop not clearing the screen when run on a TTY (#36) 2020-02-06 07:53:25 -08:00
Caleb Bassi
9d1ba9920c [temp][linux] fix panic due to 'not implemented' (fix #30) 2020-02-06 07:42:27 -08:00
Caleb Bassi
42473723df [cpu] fix CPUs overflowing widget (fix #26) 2020-02-05 23:42:32 -08:00
Caleb Bassi
2619795032 fix several 'overflow when subtracting durations' panics 2020-02-05 14:07:45 -08:00
Caleb Bassi
4edecf8aaf 0.4.1 2020-02-04 17:25:48 -08:00
Caleb Bassi
98ace7c8f5 [disk] fix crash due to escaped partition mountpoint 2020-02-04 16:45:19 -08:00
Caleb Bassi
f321f6827b [proc] fix crash due to overflow when subtracting durations 2020-02-04 15:42:24 -08:00
Caleb Bassi
a594fa4a52 [battery] fix battery percent 2020-01-28 12:53:17 -08:00
Caleb Bassi
b8e734ba63 Update changelog 2020-01-28 12:42:51 -08:00