bswinnerton / launchbar-github

A LaunchBar action for GitHub
http://launchbar-github.com
MIT License
70 stars 7 forks source link

Update regex to match repos with punctuation #39

Closed bswinnerton closed 7 years ago

bswinnerton commented 7 years ago

As noted in #38, when searching for a repository with punctuation, nothing would appear in the results.

This commit updates the regex we're using to simply match on anything, rather than just words.

bswinnerton commented 7 years ago

One more great reason to prioritize https://github.com/bswinnerton/github.lbaction/issues/33.