Skip to content

Add static plugin system #13

Description

@juliencombattelli

The plugin functions should be known at compile time to avoid runtime overhead. Thus it is more like a modularization of the library allowing extensions rather than plugins.
An API could be available to dynamically create a nsh instance with a specific plugin.

For now, features handled by plugins are:

  • IO

Others could be added:

  • History
  • Autocomplete

We must separate plugins having a specific set of APIs (IO) from the ones called on key pressed.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions