We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d15f4b commit fa3098cCopy full SHA for fa3098c
.gitignore
@@ -1,2 +1,3 @@
1
/target
2
+out.md
3
**/*.rs.bk
README.md
@@ -31,6 +31,15 @@ yay lsd-git
31
*Note for `rbenv` users - In case of load error when using `lc`, please try the below patch.*
32
3. Install the lsd package with `cargo install lsd`
33
34
+## Benchmark
35
+
36
+Result from `hyperfine --warmup 10 'lsd -la /etc/*' 'colorls -la /etc/*' --export-markdown out.md`:
37
38
+| Command | Mean [ms] | Min…Max [ms] |
39
+|:---|---:|---:|
40
+| `lsd -la /etc/*` | 11.0 ± 0.5 | 9.9…13.0 |
41
+| `colorls -la /etc/*` | 503.3 ± 5.6 | 494.6…513.4 |
42
43
## TODO
44
45
- [x] Handle the `-l` option (used by default for now)
0 commit comments