0.1.0 • Published 7 years ago

sls v0.1.0

Weekly downloads
1,160
License
MIT
Repository
github
Last release
7 years ago

Structured liste

Simply display a structured file hierarchy inside the terminal

> sls
./
 ├─assets/
 │ ├─css/
 │ │ └─main.css
 │ ├─images/
 │ │ ├─logo.png
 │ │ └─background.jpg
 │ └─js/
 │   └─main.js
 └─index.html

Installation

  • Install Node.js
  • Install sls globally using npm npm install -g sls

Usage

Default

sls

With specified a maximum depth (default = 2)

sls 3

Showing all files (include hidden ones)

sls -a

Add color (simple gray shades)

sls -c

Combination of previous parameters

sls -ac 3
0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.1

9 years ago

1.0.0

9 years ago