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
- Host: GitHub
- URL: https://github.com/tim-koehler/treels
- Owner: tim-koehler
- Created: 2019-07-31T11:08:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T00:41:50.000Z (over 6 years ago)
- Last Synced: 2025-03-10T18:29:03.316Z (about 1 year ago)
- Topics: directory, directory-listing, directory-tree, filelister, files
- Language: C
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TreeLS
### TreeLS displays files and diretories recursively in a tree like pattern.

## Installation
Download the binary and put it somewhere in your $PATH
## Usage
### Current directory
```
tls
```
### Any directory
```
tls [path]
```