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

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