summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add an actual AST for the query languagestuebinm2024-04-164-193/+174
| | | | | | | this incidentally also moves a lot of the parsing logic out of piplines.rs and instead keeps it in queries.rs, where it should probably be anyways, so the pipeline module can focus on just … well, applying the filter pipeline
* version 0.0.20.0.2stuebinm2024-04-121-9/+43
| | | | | | since this is apparently enough to edit all of nixpkgs to remove lib.mdDoc without (?) breaking anything, I think it should qualify as a tiny, tiny release.
* matching on elements by relative rolestuebinm2024-04-121-1/+33
| | | | just a skeleton to see if this works
* rework handling of whitespace around deletionsstuebinm2024-04-121-63/+75
|
* some restructuring, arg handling, re-enable batchmodestuebinm2024-04-124-261/+419
|
* very basic query languagestuebinm2024-04-035-323/+804
|
* rust script to automatically add meta.mainProgram to nixpkgsstuebinm2024-03-191-0/+356
with thanks to pennae, who showed that this approach was possible (and wrote the status-report widget) https://github.com/pennae/nix-doc-munge