/rptree

A command line tool for generating directory tree.

Primary LanguageRustMIT LicenseMIT

rptree

A command line tool for generating directory tree.

Install

cargo install rptree

Usage

Enter rptree - h on the command line to view the detailed usage commands:

Rp Tree 0.3.0
An useful tool for generating directory tree

USAGE:
    rptree.exe [FLAGS] [OPTIONS] <ROOT_DIR>

FLAGS:
    -d, --dir-only    Only output dir
    -h, --help        Prints help information
    -V, --version     Prints version information

OPTIONS:
    -c, --color <color>      Prints color, only supports green, blue and red
    -o, --output <output>    Prints to file

ARGS:
    <ROOT_DIR>    Root dir for generate directory tree

Reference

LICENSE

This project is licensed under the MIT License (see the LICENSE file for details).