tabby/terminus-terminal
Eugene 94def009c2
Bump xterm from 3.12.2 to 3.13.2 in /terminus-terminal (#888)
Bump xterm from 3.12.2 to 3.13.2 in /terminus-terminal
2019-05-24 17:58:23 +02:00
..
src
.gitignore
package.json Bump xterm from 3.12.2 to 3.13.2 in /terminus-terminal (#888) 2019-05-24 17:58:23 +02:00
README.md
tsconfig.json
webpack.config.js
yarn.lock Bump xterm from 3.12.2 to 3.13.2 in /terminus-terminal (#888) 2019-05-24 17:58:23 +02: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 },
    ...
  ]
})