tabby/tabby-local
2021-09-24 23:59:34 +02:00
..
src added msys2 built-in profiles - fixes #2962 2021-09-02 23:52:31 +02:00
package.json pull utils-decorators dep up 2021-09-24 23:59:34 +02:00
README.md
tsconfig.json
tsconfig.typings.json
webpack.config.js
yarn.lock pull utils-decorators dep up 2021-09-24 23:59:34 +02:00

Tabby Local Plugin

  • local shells

Using the API:

import { ShellProvider } from 'tabby-local'

Exporting your subclasses:

@NgModule({
  ...
  providers: [
    ...
    { provide: ShellProvider, useClass: MyShellPlugin, multi: true },
    ...
  ]
})