kevva / github-repositories

Get all GitHub repos from a user or an organization
MIT License
37 stars 11 forks source link

Add option to cli to list only forks or sources #6

Closed forivall closed 8 years ago

forivall commented 8 years ago

As in, github-repositories --forks no forivall|cut -d' ' -f2|xargs -n1 git clone

sindresorhus commented 8 years ago

Good idea, but I think it would be better to go with two flags, --forks and --sources.

forivall commented 8 years ago

Yeah, I thought of that halfway through writing it :skull:. I'll see what @kevva's opinion is.

sindresorhus commented 8 years ago

// @kevva

kevva commented 8 years ago

Thanks!