#directory #tree #unix #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

#302 in Unix APIs

Download history 13/week @ 2024-02-26 6/week @ 2024-03-11 31/week @ 2024-04-01 23/week @ 2024-04-15 4/week @ 2024-04-22

58 downloads per month

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