Abin Simon
Abin Simon
It will use the latest stable version IIRC. You can check the build step for the [CI run of previous release](https://github.com/Peltoche/lsd/runs/6848841574?check_suite_focus=true).
 Is it really making much of a difference? I was getting mostly mixed results with original version being better(within error margin). I tried it even without `--tree` and pretty...
> Do you have any concern about its complexity? As long as it provides some perf improvement, I don't mind the added complexity.
I'm closing this PR for now. We can revisit it later if you think this could improve things here.
I don't think this colors or the bold is coming from LSD. Could you post the output of `echo $LS_COLORS`?
My bad, I had not understood the issue properly. That makes sense. I don't think we should have a flag for this, but I don't feel like there is a...
We could probably add something for second point. Something that forces grid display even if the output is being piped through an external program. This combined with `head` should give...
`lsd` will probably never implement a way to limit the number of items that gets printed. We could however enable an option to force grid mode even if the output...
Add a flag which will allow users to force grid view even when the content gets piped through another process. Something like `--grid`.
Related: https://github.com/Peltoche/lsd/issues/200