Skip to content

Go cli to remove github repositories that I don't need any more

License

Notifications You must be signed in to change notification settings

rxqd/github_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github_utils

Motivation

I've checked my Github repository recently and found a lot of useless repositories(forks).

I've found this repo yangshun/delete-github-forks But this is javascript(node).

I've thought if I do this other way with golang? So this is!

Usage

Usage: github_utils <subcommand> [options]

Available Subcommands:
  fetch    Fetches repositories from GitHub and saves to file
  list     Lists repositories from file
  remove   Removes repositories (interactive with confirmation)


Remove command usage:

github_utils remove <subcommand>

Available Subcommands:
  all      Removes all repositories with confirmation
  					[You can manually remove single repo from json file]
  check    Asks confirmation for each single repository
  					y 	remove
  					n 	skip
  					q 	quit WITHOUT ANY REMOVE
  					s 	Skip ALL NEXT
`

License

MIT

About

Go cli to remove github repositories that I don't need any more

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published