tabby/tabby-local
2021-12-23 14:15:48 +01:00
..
src detect store-installed powershell - fixes #5212 2021-12-23 14:15:48 +01:00
package.json bumped plugins 2021-12-06 09:19:32 +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

Tabby Local Plugin

  • local shells

Using the API:

import { ShellProvider } from 'tabby-local'

Exporting your subclasses:

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