Abin Simon

Results 250 comments of Abin Simon

Looks like this is related to https://github.com/clap-rs/clap/issues/568.

I have few more questions on this: - Which distro/package manager are you using - Does filename completion work when it is just `lsd ` - Is it just `--date`...

Should now be fixed in the next release via #741 .

We just made a release, so I was not planning on making another release that soon. Probably in another month or two once we land the custom icon pr in...

[0.23.1](https://github.com/Peltoche/lsd/releases/tag/0.23.1) is now out with this fix :D

@vherbert At least from the screenshot, the behavior looks correct. It is supposed to complete options when it starts with `-`.

Having this behind a feature flag seems like a good compromise until we have a better solution, which I guess should be possible from https://github.com/Peltoche/lsd/pull/475#issuecomment-777101864 > One thing that's kind...

I don't think `LS_COLORS` can be used for this. Related: https://github.com/Peltoche/lsd/issues/208 https://github.com/Peltoche/lsd/issues/92 https://github.com/Peltoche/lsd/pull/317

I am not sure if this is something that a lot of people would be using. There was a proposal to add a feature to add gitignore, which I believe...

This would be a good addition, but the changes would probably be in https://github.com/crossterm-rs/crossterm as we are relying on `crossterm` to deserialize.