Eugene bacb458df3 fixed #9164 - only auto-open a new tab if there are no tabs recovered after startup 2 years ago
..
src bacb458df3 fixed #9164 - only auto-open a new tab if there are no tabs recovered after startup 2 years ago
README.md bbb02f4e64 bundle the clickable-links plugin with Tabby 4 years ago
package.json 20479e9f27 bumped plugins 2 years ago
tsconfig.json 43cd3318da project rename 4 years ago
tsconfig.typings.json 43cd3318da project rename 4 years ago
webpack.config.mjs 1e5cfd1d4b bootstrap 5 WIP (#7891) 3 years ago
yarn.lock 8cba805522 moved more electron stuff out of tabby-local 3 years ago

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 },
    ...
  ]
})