3 releases
0.1.2 | May 1, 2021 |
---|---|
0.1.1 | May 1, 2021 |
0.1.0 | May 1, 2021 |
#20 in #summary
22 downloads per month
11KB
228 lines
dirsum
Get formatted summary for specified directory.
install
cargo install dirsum
for how to install cargo : curl https://sh.rustup.rs -sSf | sh
usage
# print summary
dirsum -p <path to directory>
# print with json format
dirsum -j -p <path to directory>
help
Get formatted summary for specified directory.
USAGE:
dirsum [FLAGS] --path <path>
FLAGS:
-h, --help Prints help information
-j, --json Print with json format
-V, --version Prints version information
OPTIONS:
-p, --path <path> Path to a directory
license
MIT
Dependencies
~2.9–4MB
~69K SLoC