Tree-rs tries to create a cross-platform alternative to the unix tree
command.
The goal is to be compatible with its command line arguments.
tree-rs
has been tested on Linux and Windows 7.
.
├── Cargo.lock
├── Cargo.toml
├── README.md
├── src
│ └── main.rs
└── test
└── file
git clone https://github.com/sighol/tree-rs
cargo install
The performance is not as good as the windows tree
or linux tree
commands,
but it prints way faster than I can read.
From small benchmarks, it looks like it is about 2-10 times slower than linux
tree
.