Thayne McCombs
Thayne McCombs
I'm not very familiar with how to create an RPM package. Would you be wiling to make PR to a add creating an rpm package to the github actions?
@vijfhoek that commit looks good to me.
Currently, the only way to do this is with something like `bash -c 'echo {}; my-command {}'`. However, once https://github.com/sharkdp/fd/pull/960 is merged you could do it with `-x echo {}...
is `-x echo \;` that much more complicated than `--print-filename`?
Yeah, I'm persuaded by the formatting/color option.
That seems ok to me too.
I like the more verbose names too.
I ran some benchmarks comparing master, this branch, and using crossbeam-channel. # For my photos directory (on spinning disk): ## `fd` regression benchmark ### No pattern | Command | Mean...
Interesting. The no-pattern case would probably fill up the queues more. This seems to contradict the benchmarks in flume's README. Is it worth bring up with flume and/or crossbeam-channel that...
I don't know. I'd like to have a better understanding of why switching to crossbeam-channel or flume doesn't perform as well in some cases. Either of you have much experience...