Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support cloning based on Language #261

Open
giannisgrigorakos opened this issue Nov 9, 2022 · 1 comment
Open

Support cloning based on Language #261

giannisgrigorakos opened this issue Nov 9, 2022 · 1 comment

Comments

@giannisgrigorakos
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Sometime you want to clone only repos limited to your craft. e.g. if I'm a backend engineer I would like to clone only repos related to Go and PHP.

Describe the solution you'd like
Maybe we could parse a flag like GHORG_LANGUAGE which will actually be an enum containing all the supported languages of github/gitlab/.... Then based on this flag it will download only the repos that have as a base language this one.

Describe alternatives you've considered

Additional context
Add any other context or screenshots about the feature request here.

@gabrie30
Copy link
Owner

Sounds fun, it looks like the github api returns the language of the repo, not sure of the other providers tho. I would propose GHORG_MATCH_REPO_LANGUAGE to be similar to existing matching flags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants