tabby/tabby-local
2021-07-27 20:46:56 +02:00
..
src lint 2021-07-27 20:27:19 +02:00
package.json bumped plugins 2021-07-27 20:46:56 +02:00
README.md
tsconfig.json
tsconfig.typings.json
webpack.config.js
yarn.lock local: UI to support single "command line" in profiles 2021-07-18 15:22:35 +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 },
    ...
  ]
})