Eugene Pankov 433c7d33d9 fixed tab title recovery for split tabs - fixes #4810 4 years ago
..
src 433c7d33d9 fixed tab title recovery for split tabs - fixes #4810 4 years ago
README.md bbb02f4e64 bundle the clickable-links plugin with Tabby 4 years ago
package.json f308fd481d bumped plugins 4 years ago
tsconfig.json 43cd3318da project rename 4 years ago
tsconfig.typings.json 43cd3318da project rename 4 years ago
webpack.config.js 43cd3318da project rename 4 years ago
yarn.lock 271f8d155c removed old dep 4 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 },
    ...
  ]
})