/tree-rs

Primary LanguageRustMIT LicenseMIT

License: MIT Crates.io Rust CI

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