tabby/terminus-terminal
Eugene Pankov 174a1bcca7
remote pty
2021-04-04 20:07:57 +02:00
..
2021-04-04 20:07:57 +02:00
wip
2017-04-11 02:22:48 +02:00
2020-08-16 18:24:55 +02:00
2019-06-06 13:45:15 +02:00
2021-02-13 12:11:38 +01:00

Terminus Terminal Plugin

  • terminal tabs
  • terminal frontends
  • session management
  • shell detection

Using the API:

import { ShellProvider } from 'terminus-terminal'

Exporting your subclasses:

@NgModule({
  ...
  providers: [
    ...
    { provide: ShellProvider, useClass: MyShellPlugin, multi: true },
    ...
  ]
})