A basic implementation of tree. A tool to print directory structure.
How to install ?
- Install rust.
- Clone this project in your local.
- Build with command cargo build --release
- Run
cd target/releasenow check if tree executable is available. - Run executable with
./tree - Move executable to your binary with
sudo mv tree /usr/bin/.
