Thayne McCombs

Results 329 comments of Thayne McCombs

Yes, --format disables colors currently. Possibly support could be added. I'm not sure how difficult that would be. Or exactly how that would work (do we put color on the...

Using brime requires support not only from the OS, but from the filesystem. On linux at least, getting btime requires a separate syscall, statx, than the stat we currently use....

ctime on MetadataExt is available on all Unix variants, which would include all supported OSes except for windows. I don't think that being unix only would be a blocker to...

Yeah, at this point I don't think it would be possible to change the behavior of the existing options.

Unless you have an incredibly lare number of executables installed, /usr/bin won't be very large, relatively speaking. It is also pretty flat, which I think hinders the parallelizability.

One issue with that is that different shells have slightly different quoting rules. Which one do we use?

> not even a single comment from the devs? There have been two. @tavianator and I are both maintainers. My current inclination is that this is out of scope for...

`fd` will merge `~/.config/fd/ignore` with local ignore files. However, it doesn't do anything with `~/.config/git/ignore`, because in order to do so, it would need to process git configuration (because that...

That depends on the content of .gitignore

FWIW, `find -L -name '*fan*' /sys/class/hwmon/hwmon3` also struggles with this. I think the problem might not just be that there cyclical links, but the structure is such that it takes...