16 repositorios
Frameworks and architectures for extending command line tools with modular, user-defined functionality and external service integrations.
Distinguishing note: Focuses specifically on the plugin architecture and extensibility of CLI tools rather than generic CLI development or terminal emulators.
Explore 16 awesome GitHub repositories matching development tools & productivity · Command Line Interface Plugins. Refine with filters or upvote what's useful.
Zellij is a terminal multiplexer and workspace manager designed to organize command-line sessions into persistent, reconfigurable layouts. It functions as a terminal plugin framework, allowing users to extend their environment with modular, event-driven components that interact with the host through a structured message-passing protocol. The project distinguishes itself through a layout-engine-based architecture that decouples visual pane arrangements from process execution, enabling automated and repeatable terminal workflows. It includes integrated support for web-based remote access, facil
Connects command-line tools to plugins for streaming data and input/output integration.
The Angular Command Line Interface is a tool for initializing, scaffolding, and managing the development lifecycle of Angular web applications from a terminal. It functions as a project manager and frontend build toolchain, providing a standardized way to bootstrap new applications and manage their overall health and configuration. The tool employs schematic-based code generation to create standardized project structures and components. It utilizes a workspace-based configuration to manage multiple related applications and libraries within a single shared root and dependency tree. The system
Allows extending the CLI by dynamically loading external packages that contribute new commands.
rbenv is a Ruby version manager and shell environment manager designed to install, switch between, and manage multiple versions of the Ruby programming language. It functions as a project runtime isolator and an extensible versioning framework that ensures the correct Ruby binaries are executed based on the current context. The system uses a shim-based command interception model to resolve the active version before delegating execution to the binary. It allows for locking specific Ruby versions and environment variables to individual directories, ensuring project environment isolation. The ar
Uses event listeners to trigger custom logic during the command matching and routing process.
Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru
Integrates custom plugin commands into the terminal to trigger specific tasks via scripts.
Dask es un framework de computación paralela y un programador de tareas distribuido diseñado para escalar flujos de trabajo de ciencia de datos en Python desde máquinas individuales hasta grandes clústeres. Funciona como un gestor de recursos de clúster que orquesta la lógica computacional representando las tareas y sus dependencias como grafos acíclicos dirigidos. Esta arquitectura permite al sistema automatizar la distribución de cargas de trabajo a través del hardware disponible mientras gestiona requisitos de ejecución complejos. El proyecto se distingue por un motor de evaluación perezosa que difiere las operaciones de datos hasta que se solicitan explícitamente, permitiendo la optimización global del grafo y una asignación eficiente de recursos. Incorpora el volcado de datos consciente de la memoria para evitar fallos del sistema al procesar conjuntos de datos que exceden la memoria disponible, y utiliza la fusión de grafos de tareas para combinar secuencias de operaciones en pasos de ejecución únicos, minimizando la sobrecarga de programación y la comunicación entre nodos. La plataforma proporciona una superficie de capacidades integral para el análisis de datos a gran escala, incluyendo soporte para aprendizaje automático distribuido, integración de computación de alto rendimiento y procesamiento de datos en paralelo. Ofrece herramientas extensas para la gestión del ciclo de vida del clúster, perfilado de rendimiento y monitoreo en tiempo real de la ejecución de tareas. Los usuarios pueden desplegar estos entornos en diversas infraestructuras, incluyendo hardware local, proveedores de nube, sistemas en contenedores y clústeres de computación de alto rendimiento.
Integrates custom commands into the command line tool by registering external plugins through standard entry points.
Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip
Extends the command-line tool with custom plugins to inspect specific application components.
Fonoster is a conversational AI framework and multi-tenant communications platform as a service. It serves as a programmable voice gateway and SIP telephony platform, enabling the creation of voice-based assistants and automated communication workflows using large language models. The project distinguishes itself through a vendor-agnostic speech integration engine that abstracts speech-to-text and text-to-speech providers. It features a multi-tenant architecture that isolates telephony resources and user identities into distinct organizational workspaces. The system covers a broad range of t
Provides a plugin-based command-line interface for controlling and configuring the technical telephony stack.
Krew is a command-line extension manager and cross-platform plugin installer designed specifically for the kubectl ecosystem. It functions as a package manager that allows users to discover, install, and update community-driven extensions to add new capabilities to the Kubernetes command line interface. The project utilizes a manifest-based distribution system where YAML files map binaries to specific operating systems and architectures. This ensures secure deployment through the use of checksums for integrity verification and enables the hosting of both public and private plugin registries.
Provides a framework for discovering and installing community-developed plugins to extend the kubectl command line interface.
This is a collection of search plugins and a Python-based framework for extending qBittorrent's built-in search capabilities. The project provides a plugin-class-based search engine architecture where each torrent site is wrapped in a Python class that implements a standard search interface, allowing the client to query multiple sources uniformly. It includes a Torznab API standard integration for connecting to standardized search engines, and supports external proxy aggregation through Jackett to route queries through a server that aggregates results from many private and public trackers. Th
Runs the plugin via the nova2.py script from the command line to verify search results before installing in qBittorrent.
Spotify Player is a terminal-based client for streaming and controlling Spotify music directly from the command line. It combines a text-based user interface with a background daemon mode, allowing users to browse their Spotify library, manage playlists, and control playback entirely through keyboard shortcuts. The application integrates with Spotify's Web API and Connect protocol, enabling remote playback control across devices while streaming audio locally without the official client. The player distinguishes itself through its plugin-based command system, which lets users define custom she
Registers user-defined shell commands as event handlers that receive structured playback state data as arguments.
entr es una herramienta de línea de comandos y orquestador de comandos de shell que ejecuta comandos de terminal arbitrarios automáticamente cada vez que se modifican los archivos monitoreados. Sirve como un monitor del sistema de archivos Unix que mapea eventos del sistema de archivos a la ejecución de comandos de shell definidos por el usuario. La utilidad funciona como un automatizador de flujo de trabajo de desarrollo al reiniciar procesos en segundo plano y actualizar la salida de la consola para proporcionar retroalimentación inmediata durante la codificación. Puede terminar y reiniciar servicios de larga duración cuando se actualiza la configuración o el código fuente. El proyecto cubre la ejecución automatizada de tareas y las pruebas de integración continua mediante la ejecución de scripts o suites de pruebas en respuesta a cambios de archivos. También incluye capacidades para el monitoreo de directorios para detectar nuevos archivos y utilidades para limpiar la salida de la consola para mantener la legibilidad. Los usuarios pueden implementar mensajes de estado personalizados utilizando scripts externos para procesar y filtrar la salida de los comandos.
Maps specific filesystem events to the execution of arbitrary terminal commands.
Evil is a modal editing framework and state-machine layer for the Emacs text editor. It functions as a modal text editing layer that separates text entry from navigation and manipulation by routing intercepted keystrokes through a central command dispatching system. The project serves as a Vim keybinding emulator, mapping standard modal editing commands and keyboard shortcuts into the Emacs environment. It utilizes an operator-motion command engine to compose atomic movement and action inputs into complex grammatical editing operations. The framework covers keyboard-driven navigation and tex
Hooks into the Emacs event cycle to intercept raw input for transformation into modal commands.
Overtype is a web-based markdown editor that provides a WYSIWYG editing experience. It allows users to manage markdown content through a real-time visual preview while maintaining the simplicity of native text input. The project focuses on secure markdown rendering by sanitizing input and neutralizing dangerous links to prevent XSS attacks. The editor is implemented as a native web component using Shadow DOM encapsulation, ensuring style isolation and framework-agnostic integration. It uses a transparent overlay rendering technique to simulate a visual editor while preserving native input beh
Provides callback mechanisms to intercept keyboard inputs and content changes for custom logic execution.
Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments directly into typed Go structures using struct tags, allowing developers to define terminal interfaces through data models rather than manual parsing logic. The project functions as a configuration mapper that populates Go structures from a combination of command-line arguments, environment variables, and JSON files. It distinguishes itself by providing a dependency injection container to pass external services into command handlers and a plugin architecture for dynamic command reg
Provides a plugin architecture to extend CLI tools with dynamic command registration and shared configurations.
Este proyecto proporciona una interfaz de línea de comandos unificada diseñada para orquestar el ciclo de vida de desarrollo de aplicaciones móviles. Sirve como una herramienta central para arrancar nuevos proyectos, gestionar configuraciones de compilación y ejecutar tareas de desarrollo rutinarias como iniciar servidores y empaquetar activos. La herramienta se distingue por un gestor de dependencias nativas automatizado que detecta e integra código específico de la plataforma en el proceso de compilación, reduciendo la necesidad de configuración manual. También cuenta con una arquitectura modular basada en plugins que permite a los desarrolladores extender el conjunto de comandos central y personalizar la lógica de compilación para cumplir con requisitos específicos del proyecto. Más allá de sus capacidades de orquestación central, el proyecto admite andamiaje estandarizado a través de plantillas para garantizar estructuras de directorios consistentes a través de las aplicaciones. Centraliza la configuración del entorno y los parámetros de compilación en un solo archivo de configuración, proporcionando una interfaz consistente para gestionar flujos de trabajo complejos de desarrollo móvil.
Extends command-line tools with modular, user-defined functionality and external service integrations.
cac is a Node.js CLI framework used to build command line interfaces with a declarative API. It functions as a command line argument parser and a command dispatcher that maps terminal input keywords to specific JavaScript callback functions. The framework features an automated help generator that produces usage instructions and version documentation based on the defined command structures. It manages command aliases and provides a routing system to link specific keyword inputs to execution logic. The toolkit covers command interface definition, including the configuration of global and comma
Implements event listeners to handle unknown commands or inject custom execution logic during dispatch.