tabby/terminus-terminal
Eugene 09cd9d0e18
Bump xterm-addon-webgl from 0.4.0 to 0.4.1 in /terminus-terminal (#1884)
Bump xterm-addon-webgl from 0.4.0 to 0.4.1 in /terminus-terminal
2019-12-28 21:56:04 +01:00
..
2019-12-28 20:17:26 +01:00
wip
2017-04-11 02:22:48 +02:00
2019-12-06 12:26:19 +01:00
2019-03-07 18:04:03 +01:00
2019-06-06 13:45:15 +02:00
2019-11-25 12:20:41 +01:00

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