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

Write convenience functions for plugin handling #4

Open
4 tasks
raacampbell opened this issue Jan 4, 2017 · 3 comments
Open
4 tasks

Write convenience functions for plugin handling #4

raacampbell opened this issue Jan 4, 2017 · 3 comments
Assignees

Comments

@raacampbell
Copy link
Collaborator

  • Make a method that produces a list of installed plugins and asks the user to pick one and returns the picked plugin. Can make this from code in the plugin remover.
  • Integrate the above into the plugin remover and plugin updater.
  • Add a method that will check all installed plugins for a latest version and print to screen whether a new version exists.
  • Add an "update all" method
@raacampbell raacampbell self-assigned this Jan 4, 2017
@alexanderbrown
Copy link
Collaborator

As a suggestion - what about a centrally maintained list of known masiv plugins so that people can find them? This could even be automated in to the plugin manager

@raacampbell
Copy link
Collaborator Author

So we could add the list of plugin URLs to a text file that is read by the plugin manager. Then we add an availablePlugins method that scans the list and reports what's available on the web. The list can have flags for whether a plugin is installed or whether it is out of date. Something like that?

@alexanderbrown
Copy link
Collaborator

alexanderbrown commented Jan 7, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants