tabby/terminus-terminal
2019-05-31 18:17:28 +02:00
..
src xterm 3.14 fixes 2019-05-31 18:17:28 +02:00
.gitignore wip 2017-04-11 02:22:48 +02:00
package.json Bump xterm from 3.13.2 to 3.14.0 in /terminus-terminal (#986) 2019-05-31 09:45:24 +02:00
README.md autogen docs 2019-03-07 18:04:03 +01:00
tsconfig.json fixed #126 2017-07-24 14:48:16 +02:00
webpack.config.js reverted back to upstream node-pty 2019-05-24 19:48:31 +02:00
yarn.lock Bump xterm from 3.13.2 to 3.14.0 in /terminus-terminal (#986) 2019-05-31 09:45:24 +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 },
    ...
  ]
})