mirror of https://github.com/Eugeny/tabby.git
|
|
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| README.md | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.typings.json | ||
| webpack.config.js | ||
| yarn.lock | ||
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 },
...
]
})