A Rust command-line tool that prints a visual tree representation of directory structures, similar to the tree command.
- Rust (1.x or higher)
- Cargo (comes with Rust)
-
Make sure you have Rust installed on your system. If not, install it from rust-lang.org
-
Clone this repository:
git clone <your-repository-url> cd <repository-name>
-
Build the project:
cargo build --release
The compiled binary will be available in
target/release/
Run the program and input the directory path when prompted: