cc30c2bdcb
Cleanup
2025-03-27 22:56:42 +01:00
f453079c72
Fix up regex.go
2025-03-27 22:50:15 +01:00
e634fe28bd
Clean up processor
2025-03-27 22:24:59 +01:00
4e4b7bbd19
Implement parallel file processing
2025-03-27 22:22:43 +01:00
89eed3f847
Refactor git shit to its own module
2025-03-27 22:20:22 +01:00
f008efd5e1
Refactor modify and replace to their own files
2025-03-27 22:18:12 +01:00
f6def1e5a5
Refactor entirety of replace command to main for now
2025-03-27 22:11:03 +01:00
867b188718
Work out file reading and writing
2025-03-27 22:02:36 +01:00
aac29a4074
Refactor more stuff around
2025-03-27 21:58:52 +01:00
8a40f463f7
Implement file command association
2025-03-27 21:54:46 +01:00
8d4db1da91
Clean up code add some log lines and tidy up expandglobs
2025-03-27 21:49:28 +01:00
d41e2afe17
Update
2025-03-27 21:43:36 +01:00
76457d22cf
Partially rework reading args to modify command loading
2025-03-27 21:39:16 +01:00
912950d463
Remove the vestiges of xml and json
2025-03-27 21:31:45 +01:00
25326ea11b
Remove xml and json
...
They are simply not as useful as regex at all
There is nothing they can do regex cannot
And they have one massive penalty: the encoding
Which often results in MASSIVE diffs
2025-03-27 21:28:20 +01:00
df212b7fcc
Remove jsonpath and xpath
2025-03-27 21:27:47 +01:00
f4a963760a
Add dumptable helper function
v2.7.7
v3.2.0
2025-03-27 20:07:59 +01:00
d236811cb9
Introduce a new logging level for lua values
v2.7.6
2025-03-27 20:06:50 +01:00
da93770334
Add strsplit lua helper
v2.7.5
2025-03-27 19:56:31 +01:00
d9f54a8354
Fix test again
v2.7.4
2025-03-27 19:49:57 +01:00
dc8da8ab63
Fix overlapping capture groups
2025-03-27 19:43:06 +01:00
24262a7dca
Remove old unused xml files
2025-03-27 19:31:54 +01:00
d77b13c363
Update regression test
2025-03-27 19:31:20 +01:00
a9c60a3698
Neatly align log columns
v2.7.3
2025-03-27 19:26:14 +01:00
66bcf21d79
Add goroutine numbers to log lines
2025-03-27 19:19:39 +01:00
e847e5c3ce
Make little better logging
2025-03-27 18:53:02 +01:00
9a70c9696e
Fix logger
2025-03-27 18:46:28 +01:00
9cea103042
Implement a more better logging solution
v2.7.0
2025-03-27 17:53:43 +01:00
81d8259dfc
Comment out some xml tests for now
...
We're not working on it for now
2025-03-27 17:46:43 +01:00
5c5fbac63f
Make doublestar a little cleaner
2025-03-27 17:21:13 +01:00
3e818e61c7
Add string.format shortcut to lua
2025-03-27 15:38:07 +01:00
001470ffe4
Fix up regression tests
2025-03-27 15:37:57 +01:00
d88a76c4e2
Fix logging of groups
2025-03-26 22:26:02 +01:00
d3a1f1bd96
Rework regex grouping to avoid changing the same area twice
v2.6.0
2025-03-26 22:24:19 +01:00
07a5f3f1a4
Add replaceCommands to avoid index suicide
2025-03-26 21:55:34 +01:00
e2257e082a
Add a regression test
2025-03-26 21:55:17 +01:00
b3fce4244d
Fix regex for numbers to support negative numbers
v2.5.2
2025-03-26 18:30:21 +01:00
bd443067b6
Add support for !num inside of named capture groups
v2.5.1
2025-03-26 14:04:39 +01:00
a9b6f7f984
Implement printing from lua
v2.5.0
2025-03-26 13:37:39 +01:00
10c39b02a0
Fix some regex tests
2025-03-26 13:13:53 +01:00
7f4392b10e
Implement "replacement" variable that simply replaces the match
2025-03-26 13:00:52 +01:00
7e19cf4e2c
Rework named captures to be array
...
To comply with the whole reverse replacing
2025-03-26 12:50:55 +01:00
c5fb20e96a
Implement named capture groups
2025-03-26 12:28:28 +01:00
a8c2257f20
Add named capture group tests
2025-03-26 12:17:01 +01:00
b63b4d1352
Add some more shorthands for regex
2025-03-26 12:06:04 +01:00
6a3d44ccd0
Redo what claude removed
2025-03-26 11:42:00 +01:00
c22e6ff41f
Code polish
2025-03-26 11:40:23 +01:00
068c64d714
Fix up file reseting
2025-03-26 11:10:43 +01:00
2c7a4f5d97
Add a lot more logs to regex
...
What the fuck is going on?
2025-03-26 03:30:08 +01:00
0d7d251e76
Implement git reset
2025-03-26 03:23:16 +01:00