grv07 / tree

A basic implementation of tree. A tool to print directory structure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tree

A basic implementation of tree. A tool to print directory structure.

Screenshot

How to install ?

  1. Install rust.
  2. Clone this project in your local.
  3. Build with command cargo build --release
  4. Run cd target/release now check if tree executable is available.
  5. Run executable with ./tree
  6. Move executable to your binary with sudo mv tree /usr/bin/.

About

A basic implementation of tree. A tool to print directory structure.


Languages

Language:Rust 100.0%