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

https://github.com/tim-koehler/treels

Displaying directories in a tree like pattern
https://github.com/tim-koehler/treels

directory directory-listing directory-tree filelister files

Last synced: about 1 month ago
JSON representation

Displaying directories in a tree like pattern

Awesome Lists containing this project

README

          

# TreeLS

### TreeLS displays files and diretories recursively in a tree like pattern.

![Example image of tree output...](https://raw.githubusercontent.com/tim-koehler/TreeLS/master/example.png)

## Installation

Download the binary and put it somewhere in your $PATH

## Usage

### Current directory
```
tls
```

### Any directory
```
tls [path]
```