mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-25 13:59:52 +00:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [slug](https://github.com/Trott/node-slug) from 0.9.3 to 1.1.0. - [Release notes](https://github.com/Trott/node-slug/releases) - [Commits](https://github.com/Trott/node-slug/compare/v0.9.3...v1.1.0)
Terminus Terminal Plugin
- terminal tabs
- terminal frontends
- session management
- shell detection
Using the API:
import { TerminalContextMenuItemProvider } from 'terminus-terminal'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: TerminalContextMenuItemProvider, useClass: MyContextMenu, multi: true },
...
]
})