Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Regex support? #6

Closed
darrenldl opened this issue May 26, 2024 · 1 comment
Closed

RFC: Regex support? #6

darrenldl opened this issue May 26, 2024 · 1 comment

Comments

@darrenldl
Copy link
Owner

After speaking with author of Stitch, I am planning to add a result narrowing functionality, where you can specify multiple filters to shrink the set of files considered.

As part of this work, a non-fuzzy way of specifying search needs to be added, of which I am considering regex. There was a similar functionality in Docfd called content requirement expression, but was removed from 3.0.0 as it felt awkward to use in practice, being a limited version of the search expression.

So the question is whether regex should be added, and if so, should both line based (i.e. regular grep) and token based regex (e.g. ?ello w*d can match hello and world separated by other tokens or lines as long as it is under the limit used by the regular mode) be added?

(Tagging people who I think are likely to be regular users: @kseistrup @ludwig-austermann)

@darrenldl darrenldl pinned this issue May 26, 2024
@darrenldl
Copy link
Owner Author

Opted to using fzf search syntax.

@darrenldl darrenldl unpinned this issue Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant