tabby/terminus-terminal
2019-04-17 21:57:52 +02:00
..
src use dynamic xterm atlas for faster startup 2019-03-18 22:23:44 +01:00
.gitignore
package.json bumped xterm for true color support (#23) 2019-04-17 21:57:52 +02:00
README.md autogen docs 2019-03-07 18:04:03 +01:00
tsconfig.json
webpack.config.js bumped node-pty 2019-03-08 13:11:01 +01:00
yarn.lock bumped xterm for true color support (#23) 2019-04-17 21:57:52 +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 },
    ...
  ]
})