mirror of https://github.com/Eugeny/tabby.git
Bumps xterm-addon-search from 0.1.0-beta6 to 0.2.0-beta1. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
|---|---|---|
| .. | ||
| 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 },
...
]
})