sift icon indicating copy to clipboard operation
sift copied to clipboard

Multiline matching

Open dbobak opened this issue 7 years ago • 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.

dbobak avatar Oct 15 '17 13:10 dbobak