#directory #unix #tree #command #path #low-key

app trii

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

2 releases

0.1.1 Sep 18, 2023
0.1.0 Sep 17, 2023

#672 in Unix APIs

MIT/Apache

6KB
146 lines

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

No runtime deps