Streamlines the discovery, installation, and development of custom extensions for the Tabby terminal emulator.
The Tabby Plugins skill provides a comprehensive toolkit for developers looking to extend their terminal capabilities. It offers immediate access to installation guides for popular extensions like Docker integration and SFTP support, while serving as a complete development reference for building new plugins. By providing boilerplate code, API core concepts, and Angular-based implementation patterns, this skill enables users to customize their terminal environment with features such as terminal decorators, custom hotkeys, and workspace managers, all while adhering to cross-platform best practices.
Key Features
01Plugin discovery and installation guidance for the Tabby terminal environment
02Comprehensive boilerplate for Angular and TypeScript plugin development
03API reference for TabRecovery, ConfigProviders, and TerminalDecorators
04Detailed workflows for local development, linking, and npm publishing
05Guidance on terminal UI customization including themes and toolbar buttons
060 GitHub stars
Use Cases
01Configuring and managing Tabby plugin dependencies via config.yaml or the UI
02Integrating terminal-specific features like output decorators or custom hotkeys
03Scaffolding a new Tabby plugin with the correct manifest and module structure