carapace-spec icon indicating copy to clipboard operation
carapace-spec copied to clipboard

plugin support

Open rsteube opened this issue 2 years ago • 2 comments

Add plugins bool (intended for root command) to enable implicit embedding of [spec.name]-plugin completion (e.g. cargo-fmt, git-extras).

name: example
plugins: true

rsteube avatar Oct 23 '22 18:10 rsteube

Or should this just be the default behaviour without config? Maybe have an external configuration for this.

rsteube avatar Oct 23 '22 18:10 rsteube

Additional specs using dot as delimiter might be a good way.

example.pluginA.yaml gh.dash.yaml

No specific config required and plugins are registered implicitly.

rsteube avatar Oct 18 '23 23:10 rsteube