tabby/terminus-terminal
dependabot-preview[bot] e0f9f558f1
Bump xterm from 4.4.0-beta.15 to 4.4.0 in /terminus-terminal
Bumps [xterm](https://github.com/xtermjs/xterm.js) from 4.4.0-beta.15 to 4.4.0.
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](https://github.com/xtermjs/xterm.js/commits/4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-05 04:20:35 +00:00
..
src re-fixed #2054 2020-02-01 12:15:24 +03:00
.gitignore
package.json bumped xterm 2020-01-14 11:57:17 +01:00
README.md
tsconfig.json
tsconfig.typings.json
webpack.config.js webpack 5 2019-11-25 12:20:41 +01:00
yarn.lock Bump xterm from 4.4.0-beta.15 to 4.4.0 in /terminus-terminal 2020-02-05 04:20:35 +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 },
    ...
  ]
})