Cross-platform alternative to the unix tree
command.
tree-rs
has been tested on Linux and Windows 7.
.
├── Cargo.lock
├── Cargo.toml
├── README.md
├── src
│ ├── filter.rs
│ ├── main.rs
│ └── pathiterator.rs
└── timer.py
1 directories, 7 files
cargo install tree-rs
# or
cargo install --git https://github.com/sighol/tree-rs