16 dépôts
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 est un framework de calcul parallèle et un planificateur de tâches distribué conçu pour mettre à l'échelle les flux de travail de science des données Python, des machines uniques aux grands clusters. Il fonctionne comme un gestionnaire de ressources de cluster qui orchestre la logique computationnelle en représentant les tâches et leurs dépendances sous forme de graphes acycliques dirigés. Cette architecture permet au système d'automatiser la distribution des charges de travail sur le matériel disponible tout en gérant des exigences d'exécution complexes. Le projet se distingue par un moteur d'évaluation paresseuse qui diffère les opérations sur les données jusqu'à ce qu'elles soient explicitement demandées, permettant une optimisation globale du graphe et une allocation efficace des ressources. Il intègre le déversement de données conscient de la mémoire pour éviter les plantages du système lors du traitement de jeux de données dépassant la mémoire disponible, et il utilise la fusion de graphes de tâches pour combiner des séquences d'opérations en étapes d'exécution uniques, minimisant la surcharge de planification et la communication entre nœuds. La plateforme fournit une surface de capacités complète pour l'analyse de données à grande échelle, incluant le support pour l'apprentissage automatique distribué, l'intégration du calcul haute performance et le traitement de données parallèle. Elle offre des outils étendus pour la gestion du cycle de vie des clusters, le profilage des performances et la surveillance en temps réel de l'exécution des tâches. Les utilisateurs peuvent déployer ces environnements sur diverses infrastructures, incluant le matériel local, les fournisseurs cloud, les systèmes conteneurisés et les clusters de calcul haute performance.
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 est un outil en ligne de commande et un orchestrateur de commandes shell qui exécute des commandes terminal arbitraires automatiquement chaque fois que des fichiers surveillés sont modifiés. Il sert de moniteur de système de fichiers Unix qui mappe les événements du système de fichiers vers l'exécution de commandes shell définies par l'utilisateur. L'utilitaire fonctionne comme un automatiseur de workflow de développement en redémarrant les processus en arrière-plan et en rafraîchissant la sortie console pour fournir un retour immédiat pendant le codage. Il peut terminer et redémarrer des services de longue durée lorsque la configuration ou le code source est mis à jour. Le projet couvre l'exécution automatisée de tâches et les tests d'intégration continue en exécutant des scripts ou des suites de tests en réponse aux changements de fichiers. Il inclut également des capacités de surveillance de répertoire pour détecter les nouveaux fichiers et des utilitaires pour effacer la sortie console afin de maintenir la lisibilité. Les utilisateurs peuvent implémenter une messagerie d'état personnalisée en utilisant des scripts externes pour traiter et filtrer la sortie de commande.
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.
Ce projet fournit une interface en ligne de commande unifiée conçue pour orchestrer le cycle de vie de développement des applications mobiles. Il sert d'outil central pour amorcer de nouveaux projets, gérer les configurations de build et exécuter des tâches de développement routinières telles que le démarrage des serveurs et le regroupement des assets. L'outil se distingue par un gestionnaire de dépendances natives automatisé qui détecte et intègre le code spécifique à la plateforme dans le processus de build, réduisant le besoin de configuration manuelle. Il dispose également d'une architecture modulaire basée sur des plugins qui permet aux développeurs d'étendre l'ensemble des commandes principales et de personnaliser la logique de build pour répondre aux exigences spécifiques du projet. Au-delà de ses capacités d'orchestration de base, le projet prend en charge l'échafaudage standardisé via des modèles pour garantir des structures de répertoire cohérentes à travers les applications. Il centralise les paramètres d'environnement et les paramètres de build dans un seul fichier de configuration, fournissant une interface cohérente pour gérer des flux de travail de développement mobile complexes.
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.