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

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