Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.06 KB

File metadata and controls

36 lines (26 loc) · 1.06 KB

License: MIT Crates.io Rust CI Coverage

Tree-rs

Cross-platform alternative to the unix tree command.

tree-rs has been tested on Linux and Windows 7.

Example output

.
├── Cargo.lock
├── Cargo.toml
├── README.md
├── src
│   ├── filter.rs
│   ├── main.rs
│   └── pathiterator.rs
└── timer.py

1 directories, 7 files

Installation

cargo install tree-rs
# or
cargo install --git https://github.com/sighol/tree-rs

How close to actual tree?

See progress for a detailed comparison with the original tree command.