1Password / shell-plugins

Seamless authentication for every tool in your terminal.
https://developer.1password.com/docs/cli/shell-plugins/
MIT License
519 stars 170 forks source link

Add Exercism plugin #404

Open dethancosta opened 10 months ago

dethancosta commented 10 months ago

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

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.