mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +00:00
autogen docs
This commit is contained in:
26
terminus-terminal/README.md
Normal file
26
terminus-terminal/README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
Terminus Terminal Plugin
|
||||
------------------------
|
||||
|
||||
* terminal tabs
|
||||
* terminal frontends
|
||||
* session management
|
||||
* shell detection
|
||||
|
||||
Using the API:
|
||||
|
||||
```ts
|
||||
import { TerminalContextMenuItemProvider } from 'terminus-terminal'
|
||||
```
|
||||
|
||||
Exporting your subclasses:
|
||||
|
||||
```ts
|
||||
@NgModule({
|
||||
...
|
||||
providers: [
|
||||
...
|
||||
{ provide: TerminalContextMenuItemProvider, useClass: MyContextMenu, multi: true },
|
||||
...
|
||||
]
|
||||
})
|
||||
```
|
Reference in New Issue
Block a user