Benji Nguyen

Results 42 comments of Benji Nguyen

My last question is before I try to replicate this.. did you happen to edit your `LS_COLORS` environment variable?

Listen—I'm doing this as a labor of love with whatever free-time I can manage to scrape as someone with a full-time job and a father who is in critical condition...

Hmmm strange.. looking at the screenshot you posted it seems as though the while apparent logical size is computed on Linux is differing from how Windows computes. Here's how I'm...

You can get `du`'s `-s` and `-h` behavior doing the following: I don't currently support allowing people to specify a custom block-size, [defaulting instead to 512-byte units](https://doc.rust-lang.org/std/os/linux/fs/trait.MetadataExt.html#tymethod.st_blocks), I'm guessing that's...

@liebkne do you perhaps have a config file that's using the `--pattern` to filter? If so could you try passing `--no-config`? It works for me Let me know if the...

@liebkne last question before I dig further.. are any of the following environment variables set for you? ``` DU_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE ```

Ohhh it would certainly very interesting addition. I think this can be done! Also apologies for the absence lately. Currently in the process of moving while dealing with work and...

That is a bug. I'll work on getting that fixed ASAP. As for your questions: 1. Globbing for different file-types in one query isn't supported, but I'll work on getting...

ahhh okay that makes sense. Ignore what I said earlier about it not being possible, I didn't correctly envision what you were asking for. It should definitely be possible. I'll...

Simple enough. Will add to my list of todos!