Mark Vander Stel

Results 142 comments of Mark Vander Stel

> `${df/Program Files/Program_Files}` I'm not a fan of that solution, as it only fixes this specific case. And it's not even a case that is likely to happen with Cygwin,...

That's a better solution, but it could have the same issue, since the last element is the mounted path, which could also include spaces. Makes me wonder if we could...

> Another part I don't like is the use of a fork to summon `bc` in `__lp_bytes_to_human`. I don't see that function anywhere, did you add it to some PR?

Ah, that makes sense. Maybe we could add a config variable that sets the theme? So if you set `LP_THEME` or something, at the next prompt LP picks up on...

Closing since I don't see a reason to see IP addresses when we already have hostnames.

I agree. I'm willing to reconsider if anyone comes up with a faster method.

Yeah, this is a tricky one. My dream is to have a function that will take a string and return its printable width. I did some research in the past...

Wait, does that work? Terminal emulators won't render that as 3 width wide?

iTerm and MacOS Terminal render `🕐 ` as 3 characters wide: ``` $ printf '********\n***🕐 ***\n********\n' ******** ***🕐 *** ******** ```

I'm probably missing something, but why was a separate option added? If `-q` only is allowed when no other filters are specified, why not just use the optimized search when...