This project is heavily inspired by the super colorls project but with some little differences. For example is written is rust and not ruby which make it really faster (see the benchmarks).
```
yaourt lsd-git
yay lsd-git ```
cargo install lsd
Result from hyperfine --warmup 10 'lsd -la /etc/*' 'colorls -la /etc/*' --export-markdown out.md
:
| Command | Mean [ms] | Min…Max [ms] |
|:---|---:|---:|
| lsd -la /etc/*
| 11.0 ± 0.5 | 9.9…13.0 |
| colorls -la /etc/*
| 503.3 ± 5.6 | 494.6…513.4 |
-l
option (used by default for now)-a
option--tree
) output option--json
) output option