Rnd currently looks for README.md. Need to add support for case insensitivity and alternative file extensions.
Can't do fuzzy searching with --github and --bitbucket without doing a lot of HTTP requests. A better approach might be to get a list of files in the repo and then search that.
Rnd currently looks for README.md. Need to add support for case insensitivity and alternative file extensions.
Can't do fuzzy searching with --github and --bitbucket without doing a lot of HTTP requests. A better approach might be to get a list of files in the repo and then search that.