Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 244 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 244 Bytes

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