mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-09 14:00:03 +00:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [slugify](https://github.com/simov/slugify) from 1.4.6 to 1.4.7. - [Release notes](https://github.com/simov/slugify/releases) - [Commits](https://github.com/simov/slugify/compare/v1.4.6...v1.4.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Terminus Terminal Plugin
- terminal tabs
- terminal frontends
- session management
- shell detection
Using the API:
import { ShellProvider } from 'terminus-terminal'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: ShellProvider, useClass: MyShellPlugin, multi: true },
...
]
})