<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Remove the need for a semicolon after each commandCharlie Stanton2023-04-202-11/+3
* Add commands to append to and swap with the path and X registersCharlie Stanton2023-04-202-1/+33
* Adds the noop command 'o'Charlie Stanton2023-04-191-0/+2
* Upgrades the substitute command to also act as a filterCharlie Stanton2023-04-192-4/+20
* Implements subex substitutions for the value registerCharlie Stanton2023-04-191-1/+17
* Replaces the workspace with 3 distinct registers: path, value and xregCharlie Stanton2023-04-192-28/+34
* Adds parsing substitute commands, though executing them currently does nothingCharlie Stanton2023-04-194-5/+58
* Modify subex to take JSON split into "data"Charlie Stanton2023-02-221-13/+1
* Move JSON serialising, deserialising and walking code into a separate packageCharlie Stanton2023-02-196-381/+80
* Removes obsolete subex code from main/main.goCharlie Stanton2023-02-191-580/+0
* Introduces subex processingCharlie Stanton2023-02-191-4/+5
* Adds the or operator |Charlie Stanton2022-09-211-2/+34
* Implements the first version of subexCharlie Stanton2022-09-211-0/+564
* Adds some new commandsCharlie Stanton2022-09-214-16/+309
* Adds new filtersCharlie Stanton2022-08-273-41/+87
* Adds a bunch of new path pattern featuresCharlie Stanton2022-08-264-44/+101
* Refactors some stuff and adds lexing and parsingCharlie Stanton2022-08-268-123/+593
* Initial commitCharlie Stanton2022-08-235-0/+588