Skip to content

Commit

Permalink
version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Feb 23, 2022
1 parent 53ee6a2 commit acf48b3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

<a name="v2.0.2"></a>
### v2.0.2 - 2022/02/23
- show ZFS volumes among "normal" filesystems, even when the disk can't be determined - Fix #32

<a name="v2.0.1"></a>
### v2.0.1 - 2022/02/20
- align filesystem column to the left
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lfs"
version = "2.0.2-show-lfs"
version = "2.0.2"
authors = ["dystroy <denys.seguret@gmail.com>"]
edition = "2021"
keywords = ["linux", "filesystem", "fs"]
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@

A linux utility listing your filesystems.

Installation & Usage documentation : **[https://dystroy.org/lfs](https://dystroy.org/lfs)**
Complete documentation lives at **[https://dystroy.org/lfs](https://dystroy.org/lfs)**

## Default table
* **[Overview](https://dystroy.org/lfs/)**
* **[Installation](https://dystroy.org/lfs/install)**


### Default table

![screenshot](website/docs/img/standard.png)

## Custom choice of column
### Custom choice of column

![screenshot](website/docs/img/c=label+default+dev.png)

## JSON output
### JSON output

![screenshot](website/docs/img/json-jq-tour.png)

Expand Down

0 comments on commit acf48b3

Please sign in to comment.