15

The search feature on the site seems pretty awful.

Are there any external sites that do a better job of categorizing projects with tags, etc?

Or maybe I'm just not using GitHub correctly?

4 Answers4

6

Have you tried a Google search with site:github.com included in the query?

Brian Campbell
  • 322,767
  • 57
  • 360
  • 340
  • Returns too many extraneous results - problem is both the Google search and the Github search look within the code files. –  Apr 06 '09 at 15:54
  • 1
    Never mind - found it - by searching "Repositories" instead of Code, I get what I need. Thanks. –  Apr 06 '09 at 15:55
3

I haven't tried this, but I understand that very often Google does a better job of searching a website than the site's own search tools. Have you tried that?

Go to their advanced search page and fill out github.com in the "Only return results from this site or domain" slot.

T.E.D.
  • 44,016
  • 10
  • 73
  • 134
1

hubscovery.com is much better.

GitHub's search functionality is terrible. I'm all for everyone having their own opinion, but for such a well-done site in nearly every other way, there is no excuse for lacking a basic sort option. It is to their service.

EDIT: Hubscovery is dead! Long live GitHub search!

pyronite
  • 31
  • 3
  • 1
    the above link is broken (╯°□°)╯︵ ┻━┻ I guess github got their act together and implemented a better search. – ipatch Feb 09 '18 at 20:02
1

GitHub indexes a tremendous amount of data (50+ million projects). Taking a moment to understand their search syntax should help you narrow your search.

CJ Johnson
  • 1,081
  • 9
  • 13