aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
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
2021-07-17Simplified backrefs by only doing direct substring matching instead ofBruce Hill
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
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
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
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
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
2020-09-16Changed arg parsing to '-d foo:baz' for consistency (was: '-d foo=baz')Bruce Hill
2020-09-14Added --ignore-case flagBruce Hill
2020-09-14Added readmeBruce Hill