kls 1.0.3

An ls clone written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# kls

ls clone written in Rust
## Installation

```bash
cargo install kls
```
## Use

Use it as normal ls (has fewer options).  
For recursion you must indicate how much levels deep you want kls to go.
Any doubt of a subcommand:
```bash
kls -h
```