How to use @kui-shell/plugin-core-support - 3 common examples

To help you get started, we’ve selected a few @kui-shell/plugin-core-support examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github IBM / kui / plugins / plugin-k8s / src / lib / tab-completion.ts View on Github external
export default () => {
  registerTabCompletionEnumerator(completeResourceNames)
}
github IBM / kui / plugins / plugin-bash-like / src / lib / tab-completion / git.ts View on Github external
export default () => {
  registerTabCompletionEnumerator(completeGitBranches)
}
github IBM / kui / plugins / plugin-core-support / src / lib / cmds / zoom.ts View on Github external
setTimeout(async () => {
      const { injectCSS } = await import('@kui-shell/core')
      injectCSS({
        css: require('@kui-shell/plugin-core-support/web/css/zoom.css').toString(),
        key: 'zoom.css'
      })
    }, 0)

@kui-shell/plugin-core-support

Kui plugin offering core extensions such as help and screenshot commands

Apache-2.0
Latest version published 1 year ago

Package Health Score

63 / 100
Full package analysis