tabby/terminus-terminal
Eugene 7e92d4c49f
Bump xterm-addon-fit from 0.2.0 to 0.3.0-beta2 in /terminus-ter… (#1512)
Bump xterm-addon-fit from 0.2.0 to 0.3.0-beta2 in /terminus-terminal
2019-09-18 21:01:25 +02:00
..
src strict null checks 2019-09-18 20:56:59 +02:00
.gitignore
package.json Bump xterm-addon-fit from 0.2.0 to 0.3.0-beta2 in /terminus-ter… (#1512) 2019-09-18 21:01:25 +02:00
README.md
tsconfig.json
tsconfig.typings.json
webpack.config.js better sourcemaps 2019-08-09 17:39:03 +02:00
yarn.lock Bump xterm-addon-fit from 0.2.0 to 0.3.0-beta2 in /terminus-terminal 2019-09-18 11:06:49 +00: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 },
    ...
  ]
})