#summary #directory #formatted #format

app dirsum

Print directory summary with specified format

3 releases

0.1.2 May 1, 2021
0.1.1 May 1, 2021
0.1.0 May 1, 2021

#15 in #summary

Download history 4/week @ 2024-02-15 13/week @ 2024-02-22 2/week @ 2024-03-07 6/week @ 2024-03-14 27/week @ 2024-03-28 27/week @ 2024-04-04

54 downloads per month

MIT license

11KB
228 lines

dirsum

Get formatted summary for specified directory.

Crate

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.4–3.5MB
~63K SLoC