aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-11-25Deprecate '-p' flag and replace backslash interpolation with curly braceBruce Hill
interpolation
2022-05-12Split backref/named captures into separate concepts for performanceBruce Hill
reasons.
2022-05-05Added imageBruce Hill
2022-04-30Updated docsBruce Hill
2022-04-09Moving print logic out of match.c and renaming explain -> printmatchBruce Hill
2021-09-28Updated readmeBruce Hill
2021-09-24Updated readmeBruce Hill
2021-08-28Moved tutorial info upBruce Hill
2021-08-28Added tests/tutorialBruce Hill
2021-08-06Deprecated --confirm flagBruce Hill
2021-08-02Added -B and -A options to match grepBruce Hill
2021-08-02Context flag: -c -> -C (to match grep), and confirm flag: -C -> -cBruce Hill
2021-08-01Updated perf notesBruce Hill
2021-08-01Fixed layout linksBruce Hill
2021-08-01Markdown testBruce Hill
2021-08-01Added code layoutBruce Hill
2021-07-30Added strict mode for upto operator: ..=AbcBruce Hill
2021-07-19Overhaul of word boundaries/edges. Now they use \b, which is implementedBruce Hill
in C, and the C code understands UTF8 id chars.
2021-07-17Simplified backrefs by only doing direct substring matching instead ofBruce Hill
accounting for replacement strings.
2021-07-03Switched /etc/xdg/bp -> /etc/bpBruce Hill
2021-05-19Added ~ and !~ operators as replacements for == and !=Bruce Hill
2021-05-12Moved settings into a structBruce Hill
2021-05-12Added --color flagBruce Hill
2021-05-11Overhaul of |-word boundaries (| is deprecated), performanceBruce Hill
improvements for repeating matches, tweaks to the logic of word vs. id
2021-05-10Updated readmeBruce Hill
2021-01-20Added --skip flag for skipping over patternsBruce Hill
2021-01-20Tweaked `..` syntax to make it more flexible (now: `.. % skip pat`)Bruce Hill
2021-01-19Removed outdated '?' documentationBruce Hill
2021-01-18Added perf notesBruce Hill
2021-01-17Added documentation for grammarsBruce Hill
2021-01-17Improved argument parsing and added support for prompting user for aBruce Hill
pattern if none is provided
2021-01-17Added --git/-GBruce Hill
2021-01-16Deprecated #(...)# block commentsBruce Hill
2021-01-15Added interactive confirmation mode for replacing textBruce Hill
2021-01-15Added support for `bp -p 'foo: "xx"; baz; baz: foo'`Bruce Hill
2021-01-15Major overhaul of how different modes of behavior work. Approximately 2xBruce Hill
speedup and 2x memory footprint reduction. Also removed --mode and VM_HIDE (~ operator), and added --context. Printing works better now.
2021-01-05Simplified `...` to `..%\n` and `$.` to `./\n`Bruce Hill
2020-12-30Fully purging "bpeg" from the sourceBruce Hill
2020-12-30Simplified syntax for replacement: just =>, no need for {}Bruce Hill
2020-12-27Added in-place filtering/replacementsBruce Hill
2020-12-19Added `a,b,c supportBruce Hill
2020-12-17Updated docsBruce Hill
2020-12-14Better arg parsingBruce Hill
2020-12-12Bunch of changes, including some bpeg->bp renaming, and addingBruce Hill
visualizations
2020-09-28Moved */+ back to prefix, and dropped ?Bruce Hill
2020-09-28Added !=Bruce Hill
2020-09-28Added +/*/? postfix operatorsBruce Hill
2020-09-28Added link to commons clauseBruce Hill
2020-09-28Clarifying licenseBruce Hill
2020-09-28Updated readme with examplesBruce Hill