A command line tool for generating directory tree.
cargo install rptree
Enter rptree - h
on the command line to view the detailed usage commands:
```text
Rp Tree 0.3.0
An useful tool for generating directory tree
USAGE:
rptree.exe [FLAGS] [OPTIONS]
FLAGS: -d, --dir-only Only output dir -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-c, --color
ARGS:
rptree . --color red --filter target .git
In this example, the 'target' directory and the '.git' directory, and all of their children, will be excluded from the tree which will be built from the current directory
This project is licensed under the MIT License (see the LICENSE file for details).