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

198 Commits

Author SHA1 Message Date
Vojtech Pejsa
9860b57710 Add process count. 2020-05-02 21:12:41 +02:00
Vojtech Pejsa
17cf0a5205 Add padding to process cont/PID. 2020-05-02 20:58:33 +02:00
Vojtech Pejsa
fdef1e738d Align CPU and MEM to the right. 2020-05-02 20:39:21 +02:00
Caleb Bassi
74f697f6dc 0.6.0 2020-04-21 18:03:19 -07:00
Caleb Bassi
22dc1294a0
Merge pull request #70 from jeromecst/master
update README
2020-04-21 14:28:25 -07:00
Jerome Coquisart
5ef25391e3 update README 2020-04-21 22:17:13 +02:00
Caleb Bassi
a2b1d70bd3 update changelog and readme 2020-04-21 12:06:37 -07:00
Caleb Bassi
5ac0bf636b
Merge pull request #68 from Zarathustra2/master
Fixes missing temperature on mac os
2020-04-21 11:49:24 -07:00
Zarathustra2
6b94b79f84 Fixes missing temperature on mac os 2020-04-21 20:36:11 +02:00
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