mirror of
https://github.com/Eugeny/tabby
synced 2025-01-05 17:59:02 +00:00
dd6d71f023
Bumps [@types/webpack-env](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-env) from 1.13.0 to 1.13.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-env) |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
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 },
...
]
})