python-github-backup icon indicating copy to clipboard operation
python-github-backup copied to clipboard

Allow restricting size of repository before cloning it

Open karlicoss opened this issue 6 years ago • 1 comments

I guess using options like '--all-starred' might potentially end up filling up your file system if the repository is unexpectedly big, so you might want to limit individual repo size via command line option. One can access size information https://developer.github.com/v3/repos/ from github api, so this can be done before cloning. I'm happy to contribute so let me know if you think that feature would make sense!

karlicoss avatar Mar 21 '19 07:03 karlicoss

Please tell me you starred the linux kernel.

As this project already does everything I need, contributions welcome :)

josegonzalez avatar Mar 22 '19 01:03 josegonzalez