remove-github-forks icon indicating copy to clipboard operation
remove-github-forks copied to clipboard

List all the forks found

Open fregante opened this issue 4 years ago • 0 comments

❯ 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

fregante avatar Nov 21 '20 19:11 fregante