exercism / cli

A Go based command line tool for exercism.org.
https://exercism.org/docs/using/solving-exercises/working-locally
MIT License
1.33k stars 360 forks source link

feature request: list available exercises for download through cli #992

Open scmbradley opened 3 years ago

scmbradley commented 3 years ago

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 commented 10 months ago

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

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