mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-16 01:19:58 +00:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [deep-equal](https://github.com/substack/node-deep-equal) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/substack/node-deep-equal/releases) - [Commits](https://github.com/substack/node-deep-equal/compare/v1.0.1...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 },
...
]
})