Skip to content

Commit

Permalink
doc: Add a paragraph suggesting --json-input and --json-output
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Jun 3, 2021
1 parent 67c9bbd commit 4b39c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ The resulting executable is located at `target/release/pdu`.

The [parallel-disk-usage crate](https://crates.io/crates/parallel-disk-usage) is both a binary crate and a library crate. If you desire features that `pdu` itself lacks (that is, after you have asked the maintainer(s) of `pdu` for the features but they refused), you may use the library crate to build a tool of your own. The documentation for the library crate can be found in [docs.rs](https://docs.rs/parallel-disk-usage).

Alternatively, the `pdu` command provides `--json-input` flag and `--json-output` flag. The `--json-output` flag converts disk usage data into JSON and the `--json-input` flag turns said JSON into visualization. These 2 flags allow integration with other CLI tools (via pipe, as per the UNIX philosophy).

## Installation

### Any Desktop OS
Expand Down

0 comments on commit 4b39c0d

Please sign in to comment.