Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 351 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 351 Bytes

tree-clone-rs

This is a simple clone of the tree command in Rust. It's currently incomplete, so I wouldn't recommend using it just yet.

I don't plan on adding too many features, just the basics of what is in tree.

Bulding/Running

$ git clone https://github.com/arnavb/tree-clone-rs.git
$ cd tree-clone-rs
$ cargo run -- [DIR]