tabby/terminus-terminal
dependabot-preview[bot] e4a4937023
Bump xterm-addon-search from 0.4.0 to 0.5.0 in /terminus-terminal
Bumps [xterm-addon-search](https://github.com/xtermjs/xterm.js) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](https://github.com/xtermjs/xterm.js/compare/0.4...0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-11 04:20:14 +00:00
..
src fixed wsl shell provider 2020-02-09 18:01:57 +01:00
.gitignore
package.json Bump xterm-addon-search from 0.4.0 to 0.5.0 in /terminus-terminal 2020-02-11 04:20:14 +00: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-addon-search from 0.4.0 to 0.5.0 in /terminus-terminal 2020-02-11 04:20:14 +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 },
    ...
  ]
})