<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/main/pathfilter.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove filters and various commands that are no longer wantedCharlie Stanton2023-04-201-83/+0
| | | | These have all been made redundant by the incredible substitute command
* Move JSON serialising, deserialising and walking code into a separate packageCharlie Stanton2023-02-191-6/+10
|
* Adds a bunch of new path pattern featuresCharlie Stanton2022-08-261-4/+4
| | | | | | - Bracketting in expressions - OR with | - Optional with ?
* Refactors some stuff and adds lexing and parsingCharlie Stanton2022-08-261-15/+16
|
* Initial commitCharlie Stanton2022-08-231-0/+78
No parsing yet, but the execution is not bad Commands: - Print value - Toggle terminal (switch between array and map) - Filter command Filters: - Path filter Path filters are compiled from a regex like AST