Eugene Pankov 0c601592e3 detect store-installed powershell - fixes #5212 4 년 전
..
src 0c601592e3 detect store-installed powershell - fixes #5212 4 년 전
README.md bbb02f4e64 bundle the clickable-links plugin with Tabby 4 년 전
package.json f308fd481d bumped plugins 4 년 전
tsconfig.json 43cd3318da project rename 4 년 전
tsconfig.typings.json 43cd3318da project rename 4 년 전
webpack.config.js 43cd3318da project rename 4 년 전
yarn.lock 271f8d155c removed old dep 4 년 전

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