Eugene Pankov 0b14ae1bd6 allow saving terminal state for debugging 5 лет назад
..
src 0b14ae1bd6 allow saving terminal state for debugging 5 лет назад
.gitignore 0ea346a6ae wip 8 лет назад
README.md 8cf7851801 autogen docs 6 лет назад
package.json 498564be9a added scrollback saving 5 лет назад
tsconfig.json 39bbe54992 refactoring, build fix 6 лет назад
tsconfig.typings.json 37a7d32bc8 copy as html if possible (fixes #503) 6 лет назад
webpack.config.js 18aa78fa2e webpack 5 6 лет назад
yarn.lock 498564be9a added scrollback saving 5 лет назад

README.md

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 },
    ...
  ]
})