-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
Fetch next exercise #1042
Comments
it would be great if cli supported more than just download and submit, for example getting the recommended, locked, unlocked, easy, medium, hard exercises list so that one can download exercise and start working on it without using website... |
@marcesdan That has been years ago, during "v1", when there was an implied order of exercises. This order was often understood as wrong/unfortunate/hard, so this has been weakened into dependency graphs that unlock many exercises after doing a single one. So there is not single next exercise to do, but instead you have to choose from a pool of available exercises which you want to do next. |
It would be great if Exercism CLI tool supported this feature and I don't see any blocker. In between I wrote a Shell script to do the same. It downloads only unlocked exercises and ignore those that already exist locally. https://github.com/danisztls/exercism/blob/main/get-exercises |
Seconding everything that was said before me. There may be no "next" exercise, but having the CLI provide me with filters that help me select the next exercise would be great. |
I started to implement this. It is fairly easy to achieve only for the recommended exercise, but I really wanted |
Can we inspect |
Hi! Time ago you could fetch the next exercise through the CLI (or I dreamed it?)
It is currently possible to do it?
The text was updated successfully, but these errors were encountered: