Eugene 7e1905c32c SFTP folder downloads (#10586) 2 months ago
..
src 7e1905c32c SFTP folder downloads (#10586) 2 months ago
README.md bbb02f4e64 bundle the clickable-links plugin with Tabby 3 years ago
package.json d1293c6a89 update author field 4 months ago
tsconfig.json 43cd3318da project rename 4 years ago
tsconfig.typings.json 43cd3318da project rename 4 years ago
webpack.config.mjs 1e5cfd1d4b bootstrap 5 WIP (#7891) 2 years ago
yarn.lock 8cba805522 moved more electron stuff out of tabby-local 2 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 },
    ...
  ]
})