mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 13:30:02 +00:00

Icon from https://upload.wikimedia.org/wikipedia/commons/archive/3/35/20120923174402!Tux.svg
Tabby Local Plugin
- local shells
Using the API:
import { ShellProvider } from 'tabby-local'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: ShellProvider, useClass: MyShellPlugin, multi: true },
...
]
})