-
Notifications
You must be signed in to change notification settings - Fork 129
Active forks highlighter #562
Comments
I just randomly came across this and the first repo I wanted to check the network graph of presented me with
It doesn't even give you an option to filter or to display something. You're just lost. So this basically +1 your issue because the network graph is not working when a repo becomes popular. Example repo: https://github.com/cubiq/iscroll/network |
I wrote Lovely Forks, a Chrome/Firefox extension, after writing one too many pull requests for projects which had an active fork. This doesn't solve the complete problem, but it has already helped me (and others) save a lot of time. |
@musically-ut Sadly, as awesome as Lovely Forks is, it requires some rather specific software (e.g., not compatible with Pale Moon), & it'd be better/more flexible as part of the native platform, anyhow. Also, this may duplicate #24. |
If this helps anyone, I wrote a little tool, https://github.com/dblock/faf to show forks sorted by
|
I also wrote tiny CLI forkwork that partially solves this problem. It has many options.
As result you receive table with information about forks
|
I've stumbled upon https://techgaun.github.io/active-forks/index.html which seems to do the job very well. |
Quite often a repo appears inactive when there is actually active development going on that isn't plainly visible on the front page. I ALWAYS tell people that the single most valuable feature for dealing with old repos is the network graph: https://github.com/isaacs/github/network
This graph enables me to immediately grok if there is perhaps a far more active and up-to-date fork, if perhaps a bug or feature that seems to have been open forever is actually resolved by someone else, if a repo has potential to merge pull-requests, yet people who fork are neglecting to open them, or even if the repo is in fact under active development for a new release and you just want to find out which branch is most active (their dev branch) in case the master branch or front-page branch gets little activity.
For this reason, I've wanted to see a feature that suggests or brings attention to alternative forks, that coincides with the network graph. It would have to be designed appropriately so as not to detract from the primary repo, but at the very least provide a self-updating hint towards alternative resources people could use when they come up short on inactive projects.
I believe this would be a better alternative to #144
The text was updated successfully, but these errors were encountered: