mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 22:44:55 +00:00
split terminus-local out of terminus-terminal
This commit is contained in:
@@ -4,23 +4,3 @@ Terminus Terminal Plugin
|
||||
* terminal tabs
|
||||
* terminal frontends
|
||||
* session management
|
||||
* shell detection
|
||||
|
||||
Using the API:
|
||||
|
||||
```ts
|
||||
import { ShellProvider } from 'terminus-terminal'
|
||||
```
|
||||
|
||||
Exporting your subclasses:
|
||||
|
||||
```ts
|
||||
@NgModule({
|
||||
...
|
||||
providers: [
|
||||
...
|
||||
{ provide: ShellProvider, useClass: MyShellPlugin, multi: true },
|
||||
...
|
||||
]
|
||||
})
|
||||
```
|
||||
|
Reference in New Issue
Block a user