Eugene c12b445ccd more commands 2 lat temu
..
src c12b445ccd more commands 2 lat temu
README.md bbb02f4e64 bundle the clickable-links plugin with Tabby 4 lat temu
package.json 20479e9f27 bumped plugins 3 lat temu
tsconfig.json 43cd3318da project rename 4 lat temu
tsconfig.typings.json 43cd3318da project rename 4 lat temu
webpack.config.mjs 1e5cfd1d4b bootstrap 5 WIP (#7891) 3 lat temu
yarn.lock 8cba805522 moved more electron stuff out of tabby-local 3 lat temu

README.md

Tabby Local Plugin

  • local shells

Using the API:

import { ShellProvider } from 'tabby-local'

Exporting your subclasses:

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