Benjamin Sago

Results 60 comments of Benjamin Sago

Hi everyone, I'm really sorry this took me an age to merge -- I'll try to be a better steward of my crate in the future. Version v0.11 was published...

This is an interesting performance improvement! It's actually something that could be put to use in exa — there are quite a few places where it paints something in one...

Do you have a use case for why you'd want this sort of output? To write another front-end for exa, perhaps? Parsing `ls` _is_ annoying, but exa isn't guaranteed to...

> is it find `-print0` or `find -0`, again? Ah yes, this case. I've been bitten by filenames with spaces in before, and _know_ about the 0 fix, but never...

> In the future, we should probably use some kind of config file for theme, because EXA_COLORS tends to be long and cryptic. Yeah, I agree: there's way too much...

Can confirm locally. exa can handle non-UTF8 filenames, but apparently the Git feature can't. Thanks for the report!

It wasn't considered for implementation by me, but I'm happy to take on feature requests: _my_ use cases won't always be the same as others', and there'll always be things...

I can add in the basic functionality for this. Note that `tree`'s full implementation is rather complicated: ``` -P pattern List only those files that match the wild-card pattern. Note:...