tabby/terminus-terminal
Eugene Pankov b6c97ffa49 ui tweaks
2019-12-15 16:57:38 +01:00
..
src ui tweaks 2019-12-15 16:57:38 +01:00
.gitignore
package.json xterm binary input support 2019-12-06 12:26:19 +01:00
README.md
tsconfig.json
tsconfig.typings.json
webpack.config.js webpack 5 2019-11-25 12:20:41 +01:00
yarn.lock xterm binary input support 2019-12-06 12:26:19 +01: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 },
    ...
  ]
})