Skip to content

Commit

Permalink
better table fitting
Browse files Browse the repository at this point in the history
especially when some mount points have very long paths
  • Loading branch information
Canop committed Dec 26, 2021
1 parent aca8264 commit f880153
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a name="v1.3.1"></a>
### v1.3.1 - 2021/12/25
- upgrade termimad for better table fitting (especially when some mount points have long paths)

<a name="v1.3.0"></a>
### v1.3.0 - 2021/11/03
- inodes stats (total, free, used, % used) added to JSON
Expand Down
40 changes: 33 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lfs"
version = "1.3.0"
version = "1.3.1"
authors = ["dystroy <denys.seguret@gmail.com>"]
edition = "2018"
keywords = ["linux", "filesystem", "fs"]
Expand All @@ -12,12 +12,12 @@ readme = "README.md"

[dependencies]
argh = "0.1.4"
crossterm = "0.21.0"
crossterm = "0.22.1"
file-size = "1.0.3"
lfs-core = "0.6"
serde ="1.0"
serde_json = "1.0"
termimad = "0.17.0"
termimad = "0.20.0"

[patch.crates-io]
# minimad = { path = "../minimad" }
Expand Down
1 change: 0 additions & 1 deletion src/fmt_mount.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,3 @@ fn make_colored_skin() -> MadSkin {
}
}


0 comments on commit f880153

Please sign in to comment.