Skip to content
/ tree Public

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

Notifications You must be signed in to change notification settings

grv07/tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages