Commit Graph

5 Commits

Author SHA1 Message Date
Laurence Withers 5694cc5194 Move printedFull closer to its use, document 2023-07-07 11:21:41 +01:00
Laurence Withers d2cf57dcd9 Use regexp for case-insensitive literal matches
This commit switches back to using the regexp engine for
case-insensitive literal string matches.

This is slower, but at least case-insensitive matches for string
literals will function now. The code is a tiny bit shorter and simpler
too.

Given the aim of the tool is to be useful for ad-hoc searches,
efficiency isn't the concern but rather just getting the job done with
the minimum of fuss / unexpected behaviour.
2023-07-07 11:00:02 +01:00
Laurence Withers 2f3af7fc8e Improved binary / minified file detection heuristics 2023-05-13 13:17:54 +01:00
Laurence Withers 333b6dbc27 Improved printed of long lines 2023-05-13 12:45:29 +01:00
Laurence Withers 8b56504cd7 Binary and minified file detection/handling 2023-05-13 12:10:27 +01:00