mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
11364dd788
Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 7.0.1. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v3.4.0...v7.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.typings.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 },
...
]
})