Caleb Bassi
7eadbd2cde
update readme
2020-05-11 12:24:02 -07:00
Caleb Bassi
9de0398321
Merge pull request #52 from j2ghz/patch-1
...
Add packaging status badge
2020-05-11 12:17:55 -07:00
Caleb Bassi
031363cf68
update changelog
2020-05-11 11:15:40 -07:00
Caleb Bassi
664e6341f7
Merge pull request #78 from vojta7/proc_improvement
...
Proc improvement
2020-05-11 11:08:22 -07:00
Caleb Bassi
4bfd2c6a36
update changelog
2020-05-11 10:08:41 -07:00
Caleb Bassi
3eaafa82d6
refactor imports
2020-05-11 10:06:41 -07:00
Caleb Bassi
94adb4db82
Merge pull request #73 from Tarnadas/master
...
fix crash when window is too small on help menu
2020-05-11 10:01:46 -07:00
Caleb Bassi
c42a84323e
update readme
2020-05-10 14:51:14 -07:00
Caleb Bassi
2d945a66a3
0.6.1
2020-05-10 14:26:11 -07:00
Caleb Bassi
a4ca54eb15
update changelog
2020-05-10 14:23:55 -07:00
Caleb Bassi
ff0ca73f1e
switch to latest release of psutil
2020-05-10 13:34:49 -07:00
Caleb Bassi
c360436caf
Merge branch 'upgrade-tui'
2020-05-10 12:25:10 -07:00
Caleb Bassi
a276427709
cargo upgrade
2020-05-10 11:15:16 -07:00
Caleb Bassi
1ad6317432
Merge pull request #71 from terorie/upgrade-tui
...
Fix build with tui 0.9
2020-05-10 11:14:05 -07:00
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
Mario Reder
a3d13cedf8
fix crash when window is too small on help menu
...
is related to #22
2020-04-24 06:50:22 +02:00
Richard Patel
36858713e2
make cargo clippy happy
2020-04-23 08:20:06 +02:00
Richard Patel
c93c4fb7e7
cargo fmt
2020-04-23 08:14:55 +02:00
Richard Patel
2468e84a10
fix tests
2020-04-23 08:13:32 +02:00
Richard Patel
8051c1317b
cargo update
2020-04-23 07:48:25 +02:00
Richard Patel
559f48df16
fix bunch of build errors
2020-04-23 07:43: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
ab3cf9bfbf
pull changes in from tui fork
2020-04-21 11:59:13 -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
3360eadda2
update changelog
2020-04-18 12:26:49 -07: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
Jozef Hollý
957f1e670c
Add packaging status badge
2020-03-23 10:42:10 +01: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