Billy.Zheng

Results 437 comments of Billy.Zheng

> define methods on the result set as it is being passed through. I thought this approach is better, anyway, i consider this is a big issue, i use service_actor...

I create a new PR for this, please check. #43

> Does the below help, or are we talking about different scenarios? Yes, i consider behavior is almost same for now, though, there still exists some issue, will describe later....

This issue still exists, simply to say, current git status is modifed status: ``` ## master M deploy_start.sh ``` C+v] can jump to next hunk, but (diff-hl-show-hunk-next) can not.

> I'm definitely against including a full-blown query language with `--and`/`--or`. `fd` was never designed to be this powerful. It's focused on easier use-cases. > > Your use-case can be...

> OR is actually pretty easy to do with regexes. > > your example could be done with: > > ``` > fd -IH '.* \(....-..-..\) \[..:..:..\]\.(tar|bak)' > ``` >...

In fact, i thought most of discuss in this thread is about --or, that means, we can search multi-pattern at one command line more easiler.

I propose we can add --or for now, and let discuss the usage and necessity of --and.

> To be concrete, a hypothetical `fd foo --or bar` would be equivalent to `fd 'foo|bar'` not equivalent. Because we can use --or with glob-based search