tabby/terminus-terminal
2019-08-07 15:21:58 +02:00
..
src don't copy empty selection (fixes #1346, fixes #1325) 2019-08-07 15:21:58 +02:00
.gitignore wip 2017-04-11 02:22:48 +02:00
package.json Bump xterm from 3.15.0-beta85 to 3.15.0-beta89 in /terminus-ter… (#1311) 2019-07-26 14:27:08 +02:00
README.md autogen docs 2019-03-07 18:04:03 +01:00
tsconfig.json refactoring, build fix 2019-06-06 13:45:15 +02:00
tsconfig.typings.json copy as html if possible (fixes #503) 2019-06-06 20:53:14 +02:00
webpack.config.js fixed wrong external 2019-07-24 12:07:28 +02:00
yarn.lock Bump xterm-addon-webgl from 0.2.0-beta5 to 0.2.0-beta6 in /term… (#1305) 2019-07-26 14:30:59 +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 },
    ...
  ]
})