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 request: list available exercises for download through cli #992

Open
scmbradley opened this issue May 10, 2021 · 1 comment
Open

Comments

@scmbradley
Copy link

Here's the usecase I'm imagining. I type exercism list (or exercism --track=java list for example) and the cli would output a list of the names of the exercises I have available to download, together with their difficulty level and maybe a short description. This would make things easier.

Perhaps I could then filter this list with e.g. exercism --difficulty=medium list for example...

@arlm
Copy link

arlm commented Nov 24, 2023

I would love to have a flag to filter like the status:

  • --exercise-status= all, started, iterated, completed, published
  • --mentoring-status= any, no-mentoring, mentoring-requested, mentoring-in-progress, mentoring-completed
  • --sync-status= all, up-to-date, out-of-date
  • --tests-status= all, passed, failed, error, exception
  • --latest-tests-status= all, passed, failed, error, exception

Maybe even a --status flag that not only lists but shows the status of the exercises.

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

Successfully merging a pull request may close this issue.

2 participants