remove-github-forks
remove-github-forks copied to clipboard
List all the forks found
❯ remove-github-forks
Inspected 34/34 (discourse)
No useless repositories found.
Last time I ran this it got stuck on this "discourse" repo. The strange thing is that I have no such repos so I'd like to see what remove-github-forks
is seeing. Example:
❯ remove-github-forks
Found 3 forks:
fregante/node
fregante-org/webpack
fregante/discourse
Inspected 3/3 (discourse)
No useless repositories found.
It could even use listr to display the progress:
❯ remove-github-forks
Found 3 forks:
✔ fregante/node
✔ fregante-org/webpack (useless)
⠧ fregante/discourse
Unrelated news: I made it easier to delete useless forks in Refined GitHub as well: https://github.com/sindresorhus/refined-github/pull/3734