tabby/terminus-terminal
2019-05-24 20:02:22 +02:00
..
src node-pty proper import 2019-05-24 20:02:22 +02:00
.gitignore
package.json reverted back to upstream node-pty 2019-05-24 19:48:31 +02:00
README.md
tsconfig.json
webpack.config.js reverted back to upstream node-pty 2019-05-24 19:48:31 +02:00
yarn.lock reverted back to upstream node-pty 2019-05-24 19:48:31 +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 },
    ...
  ]
})