14 Repos
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 14 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 ist ein Framework für paralleles Rechnen und ein verteilter Task-Scheduler, der darauf ausgelegt ist, Python-Data-Science-Workflows von einzelnen Maschinen auf große Cluster zu skalieren. Es fungiert als Cluster-Ressourcenmanager, der die Berechnungslogik orchestriert, indem Aufgaben und deren Abhängigkeiten als gerichtete azyklische Graphen dargestellt werden. Diese Architektur ermöglicht es dem System, die Verteilung von Workloads auf verfügbare Hardware zu automatisieren und gleichzeitig komplexe Ausführungsanforderungen zu verwalten. Das Projekt zeichnet sich durch eine Lazy-Evaluation-Engine aus, die Datenoperationen verzögert, bis sie explizit angefordert werden, was eine globale Graphoptimierung und effiziente Ressourcenzuweisung ermöglicht. Es integriert speicherbewusstes Data-Spilling, um Systemabstürze bei der Verarbeitung von Datensätzen zu verhindern, die den verfügbaren Speicher überschreiten, und nutzt Task-Graph-Fusion, um Sequenzen von Operationen in einzelne Ausführungsschritte zu kombinieren, wodurch Scheduling-Overhead und Inter-Node-Kommunikation minimiert werden. Die Plattform bietet eine umfassende Oberfläche für die Datenanalyse im großen Maßstab, einschließlich Unterstützung für verteiltes maschinelles Lernen, Integration in das Hochleistungsrechnen und parallele Datenverarbeitung. Sie bietet umfangreiche Werkzeuge für das Cluster-Lebenszyklusmanagement, Performance-Profiling und die Echtzeitüberwachung der Aufgabenausführung. Benutzer können diese Umgebungen über verschiedene Infrastrukturen hinweg bereitstellen, einschließlich lokaler Hardware, Cloud-Anbietern, containerisierten Systemen und Hochleistungsrechner-Clustern.
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 ist ein Befehlszeilentool und Shell-Befehls-Orchestrator, der beliebige Terminalbefehle automatisch ausführt, sobald überwachte Dateien geändert werden. Es fungiert als Unix-Dateisystem-Monitor, der Dateisystem-Events auf die Ausführung benutzerdefinierter Shell-Befehle abbildet. Das Dienstprogramm fungiert als Automatisierungstool für Entwicklungs-Workflows, indem es Hintergrundprozesse neu startet und die Konsolenausgabe aktualisiert, um während des Codierens sofortiges Feedback zu geben. Es kann lang laufende Dienste beenden und neu starten, wenn Konfiguration oder Quellcode aktualisiert werden. Das Projekt deckt die automatisierte Aufgabenausführung und Continuous-Integration-Tests ab, indem Skripte oder Test-Suiten als Reaktion auf Dateiänderungen ausgeführt werden. Es enthält zudem Funktionen für die Verzeichnisüberwachung zur Erkennung neuer Dateien sowie Dienstprogramme zum Löschen der Konsolenausgabe, um die Lesbarkeit zu wahren. Benutzer können benutzerdefinierte Statusmeldungen implementieren, indem sie externe Skripte verwenden, um die Befehlsausgabe zu verarbeiten und zu filtern.
Maps specific filesystem events to the execution of arbitrary terminal commands.
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.
Dieses Projekt bietet ein einheitliches Kommandozeilen-Interface zur Orchestrierung des Entwicklungslebenszyklus mobiler Anwendungen. Es dient als zentrales Tool zum Bootstrapping neuer Projekte, zur Verwaltung von Build-Konfigurationen und zur Ausführung routinemäßiger Entwicklungsaufgaben wie das Starten von Servern und das Bundling von Assets. Das Tool zeichnet sich durch einen automatisierten nativen Abhängigkeitsmanager aus, der plattformspezifischen Code erkennt und in den Build-Prozess integriert, was den Bedarf an manueller Konfiguration reduziert. Es verfügt zudem über eine modulare, plugin-basierte Architektur, die es Entwicklern ermöglicht, den Kernbefehlssatz zu erweitern und die Build-Logik an spezifische Projektanforderungen anzupassen. Über seine Kern-Orchestrierungsfähigkeiten hinaus unterstützt das Projekt standardisierte Scaffolding-Vorlagen, um konsistente Verzeichnisstrukturen über Anwendungen hinweg sicherzustellen. Es zentralisiert Umgebungseinstellungen und Build-Parameter in einer einzigen Konfigurationsdatei und bietet ein konsistentes Interface für die Verwaltung komplexer mobiler Entwicklungsworkflows.
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.