Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add commands to append to and swap with the path and X registers | Charlie Stanton | 2023-04-20 | 1 | -0/+8 |
* | Adds the noop command 'o' | Charlie Stanton | 2023-04-19 | 1 | -0/+2 |
* | Upgrades the substitute command to also act as a filter | Charlie Stanton | 2023-04-19 | 1 | -1/+12 |
* | Adds parsing substitute commands, though executing them currently does nothing | Charlie Stanton | 2023-04-19 | 1 | -0/+23 |
* | Move JSON serialising, deserialising and walking code into a separate package | Charlie Stanton | 2023-02-19 | 1 | -16/+17 |
* | Adds some new commands | Charlie Stanton | 2022-09-21 | 1 | -5/+98 |
* | Adds new filters | Charlie Stanton | 2022-08-27 | 1 | -16/+34 |
* | Adds a bunch of new path pattern features | Charlie Stanton | 2022-08-26 | 1 | -34/+59 |
* | Refactors some stuff and adds lexing and parsing | Charlie Stanton | 2022-08-26 | 1 | -0/+145 |