Skip to content
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

Extension Management #14

Open
korgon opened this issue Nov 25, 2021 · 0 comments
Open

Extension Management #14

korgon opened this issue Nov 25, 2021 · 0 comments
Labels
feature request Request for new functionality type: feature New functionality

Comments

@korgon
Copy link
Contributor

korgon commented Nov 25, 2021

Add a new command for extension.

Sub-commands: install, update

install : command accepts name of extension (eg. chrome) and 'installs' it - where 'install' means to clone the extension repo into ~/.searchspring/extensions/<reponame>

update : command accepts name of extension and runs git pull on local extension repo

  • create mapping for extensions (name -> repository details) so that any future extensions can easily be installed / updated
  • handle case where not provided at all (use inquisitor and mapping made above to inquire)
  • handle case where provided for not found

If possible it would be nice if we could either:

  1. somehow automate chrome extension installation / configuration (may not be possible to turn on developer mode, etc...)
  2. provide instructions on what buttons to press in chrome (developer mode, etc...), then open chrome to extension settings (for manual button pressing): chrome://extensions/
@korgon korgon added type: feature New functionality feature request Request for new functionality and removed new feature labels May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for new functionality type: feature New functionality
Projects
None yet
Development

No branches or pull requests

1 participant