It would be nice to have some sort of function to search all directories in the site, or under a subdirectory. It would be called with a template function, and it would return a list of paths relative to the site root.
searchDirs "some-dir" "cats"
Also could have a searchFiles function that searches for non-hidden files within child directories. This could be useful for a library or something.
It would be nice to have some sort of function to search all directories in the site, or under a subdirectory. It would be called with a template function, and it would return a list of paths relative to the site root.
```
searchDirs "some-dir" "cats"
```
Also could have a searchFiles function that searches for non-hidden files within child directories. This could be useful for a library or something.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
It would be nice to have some sort of function to search all directories in the site, or under a subdirectory. It would be called with a template function, and it would return a list of paths relative to the site root.
Also could have a searchFiles function that searches for non-hidden files within child directories. This could be useful for a library or something.
Could also have fuzzy and non-fuzzy variants, or maybe some kind of fuzziness value from 0 to 1.