Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ddanielsantos/tri

A low-key implementation of the UNIX tree command in Rust.
https://github.com/ddanielsantos/tri

tree unix

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```