svent / sift

A fast and powerful alternative to grep
https://sift-tool.org
GNU General Public License v3.0
1.6k stars 108 forks source link

Multiline matching #94

Open dbobak opened 6 years ago

dbobak commented 6 years ago

Would it be possible to add the size of the "sliding window" of multiline matching as an option?

I'm using sift to search in mulitple (hundreds) markdown files which acts as knowledge base for me and sometimes the size of the window is a painful limitation, especially when searching with regexp like ^(^term1|^term2), which acts as a simulation of an AND operator.