All Projects → hbbio → forkizard

hbbio / forkizard

Licence: MIT license
A wizard for comparing GitHub forks

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to forkizard

Logisim
Logisim Italian Fork
Stars: ✭ 61 (+22%)
Mutual labels:  fork
Kotatogram Desktop
Experimental Telegram Desktop fork.
Stars: ✭ 200 (+300%)
Mutual labels:  fork
ch.vorburger.exec
Java library to launch external processes
Stars: ✭ 26 (-48%)
Mutual labels:  fork
Gooderp addons
可能是中国用户数最多的开源ERP
Stars: ✭ 1,315 (+2530%)
Mutual labels:  fork
Github Sync
⤵️ A GitHub Action for syncing current repository with remote
Stars: ✭ 166 (+232%)
Mutual labels:  fork
Fomantic Ui
Fomantic-UI is a community fork of Semantic-UI
Stars: ✭ 2,755 (+5410%)
Mutual labels:  fork
Repo Lockdown
GitHub Action that immediately closes and locks issues and pull requests
Stars: ✭ 56 (+12%)
Mutual labels:  fork
bitcoin-transactions
Javascript implementation of the Bitcoin protocol for any Bitcoin based coins, on server and inside browsers, discover and move/manage your coins by yourself: Bitcoin transactions made simple for standard or multisig wallets, segwit and bech32 are supported, create and send by your own your Bitcoin, Bitcoin Cash, Zcash, Litecoin, DOGE, Dash, etc…
Stars: ✭ 97 (+94%)
Mutual labels:  fork
Beefun Pro
Github client for iOS in Swift.
Stars: ✭ 172 (+244%)
Mutual labels:  fork
go-ipfs
Ungx-ed fork of go-ipfs
Stars: ✭ 31 (-38%)
Mutual labels:  fork
Bitcore
BitCore (BTX) - Cryptocurrency 220 Byte Datacarriersize
Stars: ✭ 94 (+88%)
Mutual labels:  fork
Alpine Term
Repository has been moved.
Stars: ✭ 121 (+142%)
Mutual labels:  fork
Pull
🤖 Keep your forks up-to-date via automated PRs
Stars: ✭ 3,364 (+6628%)
Mutual labels:  fork
Branchy
🍃 Execute a Node.js function in a separate process
Stars: ✭ 84 (+68%)
Mutual labels:  fork
useful-forks.github.io
Improving GitHub's Forks list discoverability through automatic filtering. The project offers an online tool and a Chrome extension.
Stars: ✭ 917 (+1734%)
Mutual labels:  fork
Forkcms
Fork is an easy to use open source CMS using Symfony Components.
Stars: ✭ 1,112 (+2124%)
Mutual labels:  fork
Enet
⚡️ ENet reliable UDP networking library
Stars: ✭ 202 (+304%)
Mutual labels:  fork
CyberPunkNetrunner
Cyberpunk 2077 Netrunner Hacking Tool (Easy to use and install). Don't use it on illegal and malicious activity. Inspired by the game CyberPunk 2077 https://www.cyberpunk.net/
Stars: ✭ 69 (+38%)
Mutual labels:  fork
sync-fork
the quickest way to sync your fork: npx sync-fork
Stars: ✭ 15 (-70%)
Mutual labels:  fork
Bforartists
Bforartists is a fork of the popular 3D software Blender, with the goal to improve the UI.
Stars: ✭ 240 (+380%)
Mutual labels:  fork

forkizard

A wizard for comparing GitHub forks.

Will become useless once GitHub displays the number of ahead/behind commits on the Forks page!

Problem

StackOverflow: How to determine which forks on GitHub are ahead?

Solution

Since there does not seem to be an API for that, we scrape the info message of each GitHub fork.

Usage

Build with go build and run forkizard org/repo:

$ ./forkizard k0kubun/pp
2019/06/20 16:27:35 44 forks
 44 / 44 [===============================================================================================================================] 100.00% 32s
done
/wtertius/pp       +6 -3
/hbbio/pp          +5 -3
/quanticko/pp      +2 -12
/federico-bollo/pp +1 -12
/juntaki/pp        +1 -12
/sniperkit/pp      +1 -12
/yudai/pp          +4 -39
/wangkechun/pp     +2 -57

Building with Docker

To build without installing golang, run:

bin/build

Bugs

Current version might not compare subforks well.

About

Written in #Go by @hbbio and released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].