alfred-github-workflow
alfred-github-workflow copied to clipboard
Don't recursively search for files
I work on a large repo and, from time to time, I want to open a file by using Alfred.
Per the lines below: https://github.com/gharlan/alfred-github-workflow/blob/a5c0bd28d3fd472caba703e0437393059c827d17/search.php#L385-L395
As I understand, the workflow will only add results to the screen after the whole tree has been scanned. This is either taking ages or not working at all, and will likely be a truncated response.
Could we perhaps have a way to disable that, so that the repo gets scanned faster?