useful-forks / useful-forks.github.io

Improving GitHub's Forks list discoverability through automatic filtering. The project offers an online tool and a Chrome extension.
https://useful-forks.github.io/
MIT License
1.18k stars 61 forks source link

[Feature Request] Search by number of commits #63

Closed wakaztahir closed 1 year ago

wakaztahir commented 1 year ago

Searching with commits helps when there's a huge number of repositories that have less commits , like 10 or 20 which are easily not the best option

There was an issue for this https://github.com/isaacs/github/issues/1206

I built a code pen for this https://codepen.io/wakaztahir/pen/YzRVzZz?editors=1000

It doesn't work properly at the moment since Github doesn't support this , It could work if a little effort could be put into it

I would also like to support maximum stars to limit displaying popular repositories that I've viewed thousand times , So repositories with many commits and less stars tend to be secret gems.

payne911 commented 1 year ago

I would also like to support maximum stars to limit displaying popular repositories that I've viewed thousand times

You can actually use the s<=100 filter for that. For 'ahead' and 'behind' commits, you can also use a and c as filter keywords.

Example: image

wakaztahir commented 1 year ago

But what if there are no forks , I just wanna search for repositories

payne911 commented 1 year ago

Sounds like this is out of scope for useful-forks. You might want to create your own tool that does that. :)