-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Searching for multiple strings within a file would be very useful to have, as f.i. implemented here for ripgrep. To make this user-friendly, boolean operators like AND/+ and NOT /- could be used in the search and files endings field, something like foo +bar (or foo AND bar) or foo -fubu (to show foo, but not in combination with fubu) or -md (to exclude md files) or txt +odt (to only search in those files) etc.
If I'm allowed to dream big: the search field could be expanded when more than one search string is present, showing options to search within X lines or paragraphs.
Metadata
Metadata
Assignees
Labels
No labels