Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-26 | Add keyword matching for drun searches. | Phil Jones | |
There's starting to be a fair amount of duplicated code between the drun and normal run modes. At some point in the future, it's likely to be worth combining them, such that there's only a single `struct search_item` or similar, and just handle the different modes at the start and end of execution. | |||
2022-07-24 | Add drun mode. | Phil Jones | |
This is a pretty simple implementation, but it should work for most use cases. Notably, generic application names aren't used (though that could be added without too much hassle), and neither are keywords (that would be more difficult). |