Here’s an improved version of your text:
In response to a feature that was absent, I took the initiative to enhance the exercism/cli
by creating a fork and introducing a list
command. This new command provides several functionalities:
- It allows you to view the tracks you’ve joined.
- It enables you to see all available tracks.
- It displays exercises by track.
- It filters track exercises based on their difficulty level.
- It downloads all exercises for a specific track that match a certain difficulty level.
Unfortunately, due to a temporary halt on community contributions, which I was unaware of, my Pull Request (PR) was automatically closed. However, this does not prevent you from utilizing the feature I’ve developed. You can still list, filter, and download exercises using this feature. For examples and more details, please refer to the PR.
Here is the PR: Add list command by baduker · Pull Request #1113 · exercism/cli (github.com)
Until community contributions resume, enjoy your coding journey!