1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-26 20:16:07 +03:00
tabby/terminus-terminal
Eugene Pankov 19a217923e build fix
2019-04-28 12:55:13 +02:00
..
src Merge branch 'master' of github.com:Eugeny/terminus 2019-04-28 11:48:12 +02:00
.gitignore wip 2017-04-11 02:22:48 +02:00
package.json build fix 2019-04-28 12:55:13 +02: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 fixed funky source maps 2019-04-28 11:42:34 +02:00
yarn.lock build fix 2019-04-28 12:55:13 +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 },
    ...
  ]
})