Skip to content

Commit

Permalink
Merge pull request #329 from Rolv-Apneseth/multiple-disks
Browse files Browse the repository at this point in the history
Add option to show disk usage of multiple disks.
  • Loading branch information
grtcdr authored Oct 4, 2024
2 parents 69bb97b + e5685eb commit 7372f7f
Show file tree
Hide file tree
Showing 8 changed files with 105 additions and 225 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 6.3.0

- Add a new `--disks` flag, allowing users to specify multiple disks to show disk usage for.

## `6.2.1`

- Fix ratatui dependency issue causing installations to fail
Expand Down
27 changes: 13 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "macchina"
version = "6.2.1"
version = "6.3.0"
authors = ["Aziz Ben Ali <[email protected]>", "Marvin Haschker <[email protected]>", "Uttarayan Mondal <[email protected]>"]
edition = "2021"
description = "A system information fetcher with an emphasis on performance."
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
build = "build.rs"

[dependencies]
libmacchina = { version = "7.3.1", features = ["version"] }
libmacchina = { git = "https://github.com/Macchina-CLI/libmacchina", branch = "8.0.0", features = ["version"] }
bytesize = "1.3.0"
shellexpand = "3.1.0"
clap = { version = "4.4.6", features = ["derive"] }
Expand Down
Loading

0 comments on commit 7372f7f

Please sign in to comment.