English | 简体中文
rustree is a handy little utility to display a tree view of folders that I just rewrite with Rust. Original version here. 100% compatible with the original tree command, and I just add the i18n.
rustree is written by Rust, so you'll need to install Rust to compile it.
To build:
git clone https://github.com/TC999/rustree.git
cd rustree
cargo build --release
./target/release/rt --version
v0.1.0 ...Support OS: Windows,Linux
You can use --help to show the detail usage.
Rustree is under GPL-v3.