0.1.0 • Published 9 years ago
sls v0.1.0
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.htmlInstallation
- Install Node.js
- Install sls globally using npm
npm install -g sls
Usage
Default
slsWith specified a maximum depth (default = 2)
sls 3Showing all files (include hidden ones)
sls -aAdd color (simple gray shades)
sls -cCombination of previous parameters
sls -ac 3