Summary
Add support for regular expression (regex) pattern matching in the search command.
Motivation
Current search capabilities are limited to simple pattern matching. Regex enables more powerful and flexible searches, allowing users to define complex matching rules.
Proposed Solution
Integrate regex support for both filename and content searching, enabling advanced pattern matching.
Alternatives Considered
Relying on external tools like grep, which breaks workflow consistency and portability.
Additional Context
Regex support is a standard expectation for advanced search tools
Summary
Add support for regular expression (regex) pattern matching in the
searchcommand.Motivation
Current search capabilities are limited to simple pattern matching. Regex enables more powerful and flexible searches, allowing users to define complex matching rules.
Proposed Solution
Integrate regex support for both filename and content searching, enabling advanced pattern matching.
Alternatives Considered
Relying on external tools like grep, which breaks workflow consistency and portability.
Additional Context
Regex support is a standard expectation for advanced search tools