Eugene Pankov 0c601592e3 detect store-installed powershell - fixes #5212 4 years ago
..
src 0c601592e3 detect store-installed powershell - fixes #5212 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 },
    ...
  ]
})