Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Search by number of commits #63

Closed
wakaztahir opened this issue Jun 29, 2023 · 3 comments
Closed

[Feature Request] Search by number of commits #63

wakaztahir opened this issue Jun 29, 2023 · 3 comments

Comments

@wakaztahir
Copy link

wakaztahir commented Jun 29, 2023

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
isaacs/github#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
Copy link
Collaborator

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
Copy link
Author

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

@payne911
Copy link
Collaborator

payne911 commented Jul 4, 2023

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

@payne911 payne911 closed this as completed Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants