tabby/tabby-local
2022-02-07 15:33:34 +01:00
..
src support Solus Linux - fixes #4881 2022-01-31 22:03:12 +01:00
package.json bumped plugins 2022-02-07 15:33:34 +01:00
README.md bundle the clickable-links plugin with Tabby 2021-12-08 19:54:26 +01:00
tsconfig.json
tsconfig.typings.json
webpack.config.js
yarn.lock removed old dep 2021-11-06 22:46:55 +01: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 },
    ...
  ]
})