sindresorhus/refined-github




The issue has been closed
Show forks by default when the search is sorted by stars #3613
kidonng posted onGitHub
GitHub doesn't show forks by default when searching, this is fine most of the time, but it often leads to notable forks being ignored.
<details> <summary>Example</summary>
</details>
Notice in the example, how denolib/awesome-deno isn't shown by default even it has plenty of stars.
There are existing solutions to this problem such as Lovely forks, but we can solve this from another aspect. When a user sorts the search result by stars, we can append fork:true
automatically so notable forks show up in the search result by default.
This feature should appear on all https://github.com/search?s=stars&type=Repositories
URL.