Skip to content

eapo/active-forks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub active-forks

Find the active github forks of a project

This project allows you to find the most active forks of a repository.

丫 Find Active Fork

As Bookmarklet

If you would like to use this tool as a bookmarklet, you can do so by saving the following JavaScript code as the bookmarklet. Since GitHub doesn't allow JavaScript in its Markdown, you can add it manually. Hit Ctrl+D to create a new bookmark and paste the JavaCcript below into the URL or "Location" entry (you may have to click "More" to see the URL field). Any time you're on a GitHub repo you can click the bookmarklet and it'll bring up the Active Forks of that repo.

javascript:/*active-forks bookmarklet*/!function(){if(title=document.title,title)if(thing=title.split(/(GitHub\s-\s)*([^:]*)/)[2],thing){var t="https://eapo.github.io/active-forks/index.html#"+thing;window.open(t)} else window.alert("Not%20a%20valid%20GitHub%20page")}();

It's recommended to use just the U+4E2B Character as the name of the bookmarklet to keep it short and clear.

Screenshot

Features

  • List forks of a GitHub repository
  • Advanced Filter listings using Custom Search Builder
  • Simple Filter listing using Search term
  • List 10|25|50|100 entrieswith Previous|Next| pager
  • ASC|DESC Sort listing by data type
  • URL to Repo|Owner|Forks|Open Issues

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.8%
  • HTML 47.2%