/tri

A low-key implementation of the UNIX tree command in Rust.

Primary LanguageRust

trii

A low-key implementation of the UNIX tree command in Rust.

Usage

$ trii [path]

Example

$ trii src
src
├── lib.rs
└── main.rs

0 directories, 2 files

Installation

$ cargo install trii