-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use libmacchina v0.2.2, and include CPU usage - This PR brings the latest that libmacchina has to offer, starting from a new feature, which is quite nice to have, and that is CPU usage/load. Did I hear you say "bar"? Yes you can use bars to visualize your processor's load! - It also fixes a slight little copy & paste mistake, which I'm happy didn't cause any trouble. - Another neat little feature is the --no-title flag, so if you don't like the idea of box titles, you're in luck, you no longer have to use --box-title "" to achieve what --no-title's purpose. * Change up the order of readouts - This was mostly done to accomodate for CPU usage, so that every readout that can display a bar, can have a nice aesthetic because all the bars are stacked on top of each other. And another reason, is because the order of readouts before this change, did not make much sense, at least to me. * Update preview images and Changelog.txt * Update the program's about/description
- Loading branch information
Showing
14 changed files
with
218 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# Changelog | ||
- libmacchina: Merge OpenWrt support PR by @uttarayan21 | ||
- Reorder the readouts | ||
- libmacchina can now fetch CPU usage, and Macchina can now display it | ||
- Fixed a bug where LocalIP will be marked as failed when username or hostname fails to fetch | ||
- Updated some of the example images in README files |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[package] | ||
name = "macchina" | ||
version = "0.6.6" | ||
version = "0.6.7" | ||
authors = ["Taha Aziz Ben Ali <[email protected]>", "Marvin Haschker <[email protected]>"] | ||
edition = "2018" | ||
description = "A system information fetcher, with a focus on performance and minimalism." | ||
description = "A system information fetcher, with an emphasis on performance and minimalism." | ||
keywords = ["system", "fetch", "cli"] | ||
repository = "https://github.com/Macchina-CLI/macchina" | ||
license = "MIT" | ||
|
@@ -16,8 +16,7 @@ lto = true | |
codegen-units = 1 | ||
|
||
[dependencies] | ||
num_cpus = "1.13.0" | ||
libmacchina = "0.2.0" | ||
libmacchina = "0.2.2" | ||
bytesize = "1.0.1" | ||
clap = "2.33.3" | ||
tui = { version = "0.14.0", default-features = false, features = ['crossterm'] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.