1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-24 14:14:24 +03:00
tabby/terminus-terminal
2019-03-18 22:23:44 +01:00
..
src use dynamic xterm atlas for faster startup 2019-03-18 22:23:44 +01:00
.gitignore wip 2017-04-11 02:22:48 +02:00
package.json bumped plugin versions 2019-03-18 22:02:23 +01:00
README.md autogen docs 2019-03-07 18:04:03 +01:00
tsconfig.json fixed #126 2017-07-24 14:48:16 +02:00
webpack.config.js bumped node-pty 2019-03-08 13:11:01 +01:00
yarn.lock bumped node-pty 2019-03-08 13:11:01 +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 },
    ...
  ]
})