Commit Graph

53 Commits

Author SHA1 Message Date
5a6d4e4b8b Deprecate JSON output format 2024-06-23 19:23:02 -04:00
18bb2575ca Smart case by default 2024-01-15 16:25:01 -05:00
e6e482054d Deprecate '-p' flag and replace backslash interpolation with curly brace
interpolation
2023-11-25 14:57:19 -05:00
23c64e386c Changed how tags work, changed Lua API for handling match captures 2022-05-14 22:43:13 -04:00
2988080c32 Added :tag 2022-05-14 15:18:54 -04:00
56da250d69 Split backref/named captures into separate concepts for performance
reasons.
2022-05-12 12:11:28 -04:00
3944a36f14 Updated docs 2022-05-02 18:01:45 -04:00
4a2a71d4d8 Updated docs 2022-04-30 15:26:58 -04:00
ee8fb64e97 Rewording 2022-04-01 12:25:12 -04:00
744a927562 Deprecated (!)-errors 2021-09-23 13:42:23 -07:00
58fef531eb Changed non-tty output to BARE instead of PLAIN 2021-09-04 14:09:20 -07:00
615d94ba68 Improved formatting options 2021-09-02 18:07:18 -07:00
5eb905b01f Deprecated --confirm flag 2021-08-06 12:50:57 -07:00
70f7f8c495 Added -B and -A options to match grep 2021-08-02 12:25:52 -07:00
db3c88d16b Context flag: -c -> -C (to match grep), and confirm flag: -C -> -c 2021-08-02 11:45:01 -07:00
cb9b4c40d8 Added -w/--word flag 2021-07-30 20:46:50 -07:00
9c05f880b0 Added | as alias for \b 2021-07-30 20:23:18 -07:00
ba6ee18ded Added strict mode for upto operator: ..=Abc 2021-07-30 19:24:35 -07:00
cc84c3d791 Made escape sequence handling stricter: no longer supporting arbitrary
characters, only special escapes like \n, hex sequences like \x0a, octal
sequences like \012, and backslashes \\
2021-07-19 19:57:59 -07:00
711fe47a7f Overhaul of word boundaries/edges. Now they use \b, which is implemented
in C, and the C code understands UTF8 id chars.
2021-07-19 19:40:43 -07:00
ad85fb1da5 Added support for multiple escape sequences: \n,r,t 2021-07-17 14:19:55 -07:00
aa1faea83c Added pandoc lua filter to make code literals work better with manpages. 2021-05-23 15:21:46 -07:00
8df68fa869 Updated build 2021-05-20 17:26:38 -07:00
a0028e9605 Updated doc 2021-05-20 13:05:47 -07:00
7ac9df98dc Rebuilt 2021-05-20 00:47:13 -07:00
27f6c391c8 Added errors doc 2021-05-20 00:46:53 -07:00
355e06a58e Added ~ and !~ operators as replacements for == and != 2021-05-19 23:41:57 -07:00
f824d3f3e2 Added markdown manpage, which converts to roff using pandoc. 2021-05-19 22:02:45 -07:00
5d5817c2a3 Fancier string escape sequences and a bit of cleanup. 2021-05-19 21:58:54 -07:00
6eab931c27 Moved settings into a struct 2021-05-12 20:33:27 -07:00
f6bb376d1b Added --color flag 2021-05-12 19:20:58 -07:00
a93220972f Overhaul of |-word boundaries (| is deprecated), performance
improvements for repeating matches, tweaks to the logic of word vs. id
2021-05-11 12:38:58 -07:00
17dbe5d9e8 Added {word} feature and cleaned up the code some. 2021-05-10 23:46:46 -07:00
cf1e5d8f9c Improved docs 2021-05-10 21:30:31 -07:00
12333b2eb8 Typo 2021-01-31 17:41:07 -08:00
c46a8227d0 Added --skip flag for skipping over patterns 2021-01-20 16:12:46 -08:00
b4c8a33a0c Tweaked .. syntax to make it more flexible (now: .. % skip pat) 2021-01-20 15:23:57 -08:00
ab275800b3 Removed outdated '?' documentation 2021-01-19 23:30:50 -08:00
ff597be5fc Updated manpage 2021-01-17 22:37:58 -08:00
3cc645f2d0 Improved argument parsing and added support for prompting user for a
pattern if none is provided
2021-01-17 13:33:10 -08:00
58af933f4e Added --git/-G 2021-01-17 09:21:58 -08:00
a7e3e421db Deprecated #(...)# block comments 2021-01-16 10:39:09 -08:00
d31d2e8985 Added interactive confirmation mode for replacing text 2021-01-15 18:23:18 -08:00
ce1868d707 Added support for bp -p 'foo: "xx"; baz; baz: foo' 2021-01-15 12:40:19 -08:00
8ff80b09cc Major overhaul of how different modes of behavior work. Approximately 2x
speedup and 2x memory footprint reduction. Also removed --mode and
VM_HIDE (~ operator), and added --context. Printing works better now.
2021-01-15 01:19:10 -08:00
4350d996d1 Simplified ... to ..%\n and $. to ./\n 2021-01-05 00:09:30 -08:00
a07da1989d Simplified syntax for replacement: just =>, no need for {} 2020-12-30 15:30:19 -08:00
7d4bc36949 Added in-place filtering/replacements 2020-12-27 19:48:52 -08:00
c28e647259 Added `a,b,c support 2020-12-19 18:53:51 -08:00
40be243004 Updated docs 2020-12-17 16:23:45 -08:00