Skip to content

Add Exercism plugin#404

Open
dethancosta wants to merge 7 commits into
1Password:mainfrom
dethancosta:exercism
Open

Add Exercism plugin#404
dethancosta wants to merge 7 commits into
1Password:mainfrom
dethancosta:exercism

Conversation

@dethancosta
Copy link
Copy Markdown
Contributor

Overview

Adds a plugin for the Exercism CLI. A config file at ~/.config/exercism/user.json is provisioned/imported. This file contains a URL to the Exercism API, an API key, and a directory in which the user's Exercism workspace is located.

Type of change

  • Created a new plugin
  • Improved an existing plugin
  • Fixed a bug in an existing plugin
  • Improved contributor utilities or experience

Related Issue(s)

How To Test

Run any exercism command other than help or version.
E.g., exercism download --track=cpp --exercise=armstrong-numbers

Changelog

The user can now use the Exercism plugin to authenticate to the Exercism CLI.

Copy link
Copy Markdown
Member

@hculea hculea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! I've left a few questions

Comment thread plugins/exercism/api_key.go
Comment thread plugins/exercism/exercism.go
@scottisloud scottisloud self-requested a review May 1, 2026 22:52
Copy link
Copy Markdown
Contributor

@scottisloud scottisloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated some values and made a few corrections in response to Horia's recommendations to the contributor.

Tested clean but I have a quirky environment right now so will have a teammate give it another whirl as a gut check. Otherwise LTGM

Comment thread plugins/exercism/exercism.go
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 this pull request may close these issues.

New plugin: Exercism

3 participants