svent/sift

Multiline matching

dbobak opened this issue · 0 comments

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.