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

Feature: make a query language for repo cloner. (spike) #21

Open
MichaelDimmitt opened this issue Sep 12, 2023 · 3 comments
Open

Feature: make a query language for repo cloner. (spike) #21

MichaelDimmitt opened this issue Sep 12, 2023 · 3 comments

Comments

@MichaelDimmitt
Copy link
Collaborator

MichaelDimmitt commented Sep 12, 2023

@murjax
"hey githubrepocloner, clone down all of my repos that are greater than 5 stars!"

we get a laundry list of properties currently from the api.

  1. we can look by file size, aka number of files
  2. has issues
  3. has projects
  4. has wiki
  5. has discussions
  6. has forks

basically and logic!

so as an example! filter the project down to projects that both have wiki and issues!

@MichaelDimmitt
Copy link
Collaborator Author

we could also do or logic.

filter down to projects that have either wikis or issues.

@MichaelDimmitt
Copy link
Collaborator Author

We should also greater than, less than, equal logic. support has issues > 2

@MichaelDimmitt
Copy link
Collaborator Author

Get is fleshed out with a specific language and then carry that info into an all implementations ticket.

@MichaelDimmitt MichaelDimmitt changed the title Feature: make a query language for repo cloner. Feature: make a query language for repo cloner. (spike) Sep 18, 2023
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

1 participant