Crates.io | tree-rs |
lib.rs | tree-rs |
version | 0.6.5 |
source | src |
created_at | 2017-01-26 18:39:55.847215 |
updated_at | 2018-05-28 17:48:16.434707 |
description | tree-rs is a cross platform reimplementation of the linux *tree* command. It supports colored output and specifying the number of directory levels it should search. |
homepage | |
repository | https://github.com/sighol/tree-rs |
max_upload_size | |
id | 8231 |
size | 19,098 |
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
│ ├── filter.rs
│ ├── main.rs
│ └── pathiterator.rs
└── timer.py
1 directories, 7 files
From crates.io
cargo install tree-rs
From github
git clone https://github.com/sighol/tree-rs
cd tree-rs
cargo install
On linux it is a bit faster than the tree
command.
Based on a simple benchmark (see timer.py
), it is about 10% faster.