• Joined on 2024-07-16
dave pushed to master at dave/BigChef 2025-03-26 21:24:42 +00:00
d3a1f1bd96 Rework regex grouping to avoid changing the same area twice
07a5f3f1a4 Add replaceCommands to avoid index suicide
e2257e082a Add a regression test
Compare 3 commits »
dave released v2.5.2 at dave/BigChef 2025-03-26 17:30:44 +00:00
dave pushed tag v2.5.2 to dave/BigChef 2025-03-26 17:30:44 +00:00
dave pushed to master at dave/BigChef 2025-03-26 17:30:32 +00:00
b3fce4244d Fix regex for numbers to support negative numbers
dave released v2.5.1 at dave/BigChef 2025-03-26 13:04:57 +00:00
dave pushed tag v2.5.1 to dave/BigChef 2025-03-26 13:04:57 +00:00
dave pushed to master at dave/BigChef 2025-03-26 13:04:51 +00:00
bd443067b6 Add support for !num inside of named capture groups
dave released v2.5.0 at dave/BigChef 2025-03-26 12:38:47 +00:00
dave pushed tag v2.5.0 to dave/BigChef 2025-03-26 12:38:47 +00:00
dave pushed to master at dave/BigChef 2025-03-26 12:37:52 +00:00
a9b6f7f984 Implement printing from lua
10c39b02a0 Fix some regex tests
7f4392b10e Implement "replacement" variable that simply replaces the match
7e19cf4e2c Rework named captures to be array
c5fb20e96a Implement named capture groups
Compare 6 commits »
dave pushed to master at dave/BigChef 2025-03-26 11:06:17 +00:00
b63b4d1352 Add some more shorthands for regex
6a3d44ccd0 Redo what claude removed
c22e6ff41f Code polish
068c64d714 Fix up file reseting
2c7a4f5d97 Add a lot more logs to regex
Compare 7 commits »
dave released V2.4.1 at dave/BigChef 2025-03-26 10:11:02 +00:00
dave pushed tag V2.4.1 to dave/BigChef 2025-03-26 10:11:02 +00:00
dave pushed to git at dave/BigChef 2025-03-26 10:10:52 +00:00
068c64d714 Fix up file reseting
2c7a4f5d97 Add a lot more logs to regex
Compare 2 commits »
dave pushed to git at dave/BigChef 2025-03-26 02:23:33 +00:00
0d7d251e76 Implement git reset
0d8c447ff6 Add support for git ie. automatically resetting changes to ensure clean slate
Compare 2 commits »
dave created branch git in dave/BigChef 2025-03-26 02:23:33 +00:00
dave pushed to master at dave/BigChef 2025-03-26 02:07:34 +00:00
bb14087598 Fix oopsie
66a522aa12 Try to include xml node children in lua table
1a4b4f76f2 Map the weird numeric escapes to textual ones
2bfd9f951e Fix up some more xml tests and other small bugs
e5092edf53 Implement parsing xml to and from lua
Compare 6 commits »
dave released v2.3.1 at dave/BigChef 2025-03-26 01:52:46 +00:00
dave pushed tag v2.3.1 to dave/BigChef 2025-03-26 01:52:46 +00:00
dave pushed to xpath at dave/BigChef 2025-03-26 01:52:42 +00:00
bb14087598 Fix oopsie