23 Repos
Capabilities for defining new application-level commands to extend core functionality.
Distinct from Command Aliasing: Distinct from Command Aliasing: focuses on creating entirely new commands rather than just renaming existing ones.
Explore 23 awesome GitHub repositories matching development tools & productivity · Custom Command Definitions. Refine with filters or upvote what's useful.
cmux is a GPU-accelerated terminal emulator and workspace manager designed for coordinating multiple concurrent AI coding agents. It functions as an orchestration terminal that uses scriptable workspaces and split panes to manage parallel AI agent workflows, while also serving as a headless browser automation tool and a remote development relay. The project differentiates itself through a programmatic control plane using a Unix domain socket and CLI, allowing for the automated management of terminal layouts and input delivery. It features an integrated web engine for programmatic DOM manipula
Allows for the definition of reusable shell commands and agent triggers accessible via the command palette.
This project is a Ruby-based package definition repository that functions as a cross-platform package manager and software dependency resolver for macOS and Linux. It provides a centralized system for installing, updating, and managing software through a Git-based distribution model. The system distinguishes itself through a binary package distribution network that produces pre-compiled bottles to avoid local compilation from source. It utilizes a Ruby-based domain specific language to define installation recipes and employs a distributed version control architecture to synchronize these defi
Adds custom command scripts to the repository to provide users with extended functionality.
Kakoune is a scriptable, modal text editor for the terminal that employs a client-server architecture. This model allows multiple terminal windows to connect to a single editing session, providing a programmable environment for managing source code and text. The editor is distinguished by its selection-first logic, where a text region must be predefined before a command is applied. It leverages regular expressions to manage multiple cursors and perform bulk edits across complex text patterns, and it integrates deeply with the shell by piping selections through external programs and filters.
Allows users to define new editor commands to extend the programmable environment.
VisiData is a terminal-based interactive data analysis tool and browser designed for exploring, filtering, and sorting large tabular datasets. It functions as a structured data inspector that loads and flattens complex formats like JSON, XML, and PCAP into interactive sheets, as well as a terminal file manager for navigating directories and performing staged filesystem operations. The project distinguishes itself by rendering data visualizations, such as scatter plots and histograms, directly in the terminal using Unicode Braille characters. It provides a Python-based data wrangling environme
Allows users to define new application-level commands by associating names with functional strings.
Lite is a scriptable plain text editor and programmable editing environment written in Lua. It provides a minimalist interface for opening, modifying, and saving plain text documents. The editor is designed for extensibility, allowing users to define custom commands and behaviors through external Lua script modules. It supports a plugin system where new features are integrated by placing modules in designated directories for automatic loading at startup. The project covers a range of customization capabilities, including personalized keyboard shortcut mapping and visual theme overrides for c
Enables the definition of new application-level commands with associated predicates.
Pumpkin is a high-performance Minecraft game server implementation designed to host shared virtual worlds. It is specifically built to support multiple client editions, allowing different game versions to interact within a single world. The project distinguishes itself through a flexible plugin architecture that supports extensions written in Go and Python. These extensions are loaded as portable binary modules, enabling developers to implement custom game logic and modify server behavior without altering the core codebase. The server covers a broad range of operational capabilities, includi
Defines a command tree with names and arguments to handle user actions and enforce access permissions.
Predis is a PHP library for connecting to and executing commands against Redis and Valkey data stores. It functions as a client for managing data integration, providing dedicated implementations for cluster sharding, pub/sub messaging, and Sentinel-based service discovery. The project distinguishes itself through specialized clients for executing server-side Lua scripts with automated hash caching and a cluster client that supports gossip protocols and key distribution. It also implements a Sentinel client to manage high availability and failover within replicated environments. The library c
Allows the implementation of new data store commands or the override of existing ones with custom filtering.
Laravel Tinker is an interactive shell that boots the full Laravel application context, allowing you to run PHP code, test models, and experiment with the framework in real time from the command line. It integrates PsySH as its underlying REPL engine, providing features like automatic namespace resolution, command history persistence, and on-demand class loading through Composer's autoloader. The tool handles the full lifecycle of a Laravel console command, from defining input signatures and prompting for missing arguments to executing commands programmatically and queuing them for background
Scans custom directories to register additional commands for the application.
This project is a desktop automation scripting framework and shell script command runner. It allows users to execute custom scripts and workflows from a central launcher to automate repetitive desktop tasks and system operations. The framework functions as a unified command interface and a JSON input automation bridge, serializing search queries into arguments passed to the execution environment. It integrates large language model prompts directly into the desktop interface to automate content generation and answer questions. The system handles a broad range of capabilities including the exe
Provides mechanisms for distributing and installing custom automation scripts across teams and organizations.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
Ships a Spark CLI toolkit that lets developers define custom commands by extending a base class.
Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge
Provides a plugin API for defining new application-level commands with context filtering.
Geyser is a cross-platform bridge that translates network packets between Minecraft Bedrock Edition and Java Edition, enabling Bedrock clients to join Java Edition servers. It operates as either a server plugin or a standalone proxy, handling real-time protocol translation, authentication, and resource pack conversion to make Bedrock players appear as standard Java clients to the server. The project distinguishes itself through its comprehensive authentication system, which allows Xbox Live-authenticated Bedrock players to join Java servers without requiring a paid Java Edition account, inclu
Provides built-in commands with permission nodes for controlling server runtime behavior.
Vorpal is a Node.js interactive CLI framework and terminal user interface library used to build extensible command-line shells. It functions as an interactive command-line parser that converts string input into executable functions, managing the lifecycle of terminal sessions and command routing. The framework is distinguished by a plugin-based extension architecture that allows external modules to register new commands, shared behaviors, and complete command suites into the core environment. It supports the creation of custom shell environments with specialized namespaces and a system for pe
Provides an API for defining custom executable commands with descriptions, aliases, and autocomplete.
Sbt ist ein JVM-Build-Tool und Abhängigkeitsmanagementsystem, das für Scala und Java entwickelt wurde. Es fungiert als Multi-Projekt-Build-Orchestrator, der die Kompilierung von Quellcode verwaltet, externe Bibliotheken aus Remote-Repositories auflöst und Binärdateien für die Verteilung paketiert. Das Projekt zeichnet sich durch sein interaktives Build-System aus, das eine Read-Eval-Print-Loop für die Echtzeit-Zustandsinspektion und Aufgabenausführung bietet. Es nutzt ein auf Abhängigkeitsgraphen basierendes Ausführungsmodell, um Aufgaben zu verarbeiten, und unterhält einen typsicheren Schlüssel-Wert-Speicher für die dynamische Build-Konfiguration. Seine Funktionen decken die JVM-Build-Automatisierung mit inkrementeller Rekompilierung, modularer Projektorganisation und automatisierter Testausführung ab. Das System unterstützt zudem die versionsübergreifende Kompilierung, die Veröffentlichung von Artefakten in Cloud-Speichern und ein erweiterbares Plugin-Modell für das Hinzufügen benutzerdefinierter Build-Logik.
Provides capabilities to define new interactive commands to extend the build tool's shell functionality.
conform.nvim is a Neovim plugin that formats code buffers using external formatters while preserving editor state such as cursor position, folds, and viewport. It supports embedded code block formatting, applying language-specific formatting rules to code blocks inside Markdown and similar documents. The plugin runs formatters asynchronously via Neovim's job control, keeping the editor responsive during formatting operations. It offers a configurable formatter selection algorithm that picks a formatter based on filetype, buffer-local variables, or custom predicate functions. Users can define
Lets users override default formatter commands, arguments, and environment per buffer or globally.
Shuttle ist eine macOS-Menüleistenanwendung, die als SSH-Shortcut-Menü und Terminal-Befehls-Orchestrator dient. Sie ermöglicht es Benutzern, Remote-Server-Verbindungen zu starten und Shell-Skripte über eine persistente Statusleisten-Schnittstelle auszuführen. Das Utility parst systemweite SSH-Konfigurationsdateien, um ein navigierbares Menü von Remote-Servern zu erstellen. Es organisiert diese Hosts in hierarchisch verschachtelten Menüs unter Verwendung pfadbasierter Identifikatoren, um Server und Umgebungen zu gruppieren. Die Anwendung verwaltet die Terminal-Automatisierung durch das Versenden von Shell-Befehlen an einen bevorzugten Terminal-Emulator. Sie unterstützt benutzerdefinierte Befehlsdefinitionen mit spezifischen Fenstertiteln, visuellen Themes und Ausführungsmodi, wie z. B. das Öffnen von Befehlen in neuen Fenstern oder Tabs. Globale Anwendungseinstellungen decken das allgemeine Startverhalten, benutzerdefinierte Konfigurationsspeicherpfade und die Integration von Terminal-Emulatoren ab.
Allows the definition of custom shell commands with associated display names and visual metadata.
grv is a terminal-based version control client and interactive Git repository browser. It functions as a terminal user interface for browsing commit history, inspecting code differences, and managing branches and tags within Git repositories. The project distinguishes itself through a graphical commit graph visualizer that renders branching patterns and merge history directly in the terminal. It employs a tiled view layout engine and tabbed workspace management to display multiple repository perspectives simultaneously, supported by real-time filesystem monitoring to update the interface auto
Supports defining custom application-level commands that group sequences of actions with argument placeholders.
Devzat ist ein SSH-Chat-Server, der eine Echtzeit-Kommunikationsumgebung bereitstellt, in der Benutzer sich über eine Secure Shell verbinden, um an Chaträumen und terminalbasierter Zusammenarbeit teilzunehmen. Er nutzt das SSH-Protokoll für die Sitzungsverwaltung und bietet eine gemeinsame Umgebung für interaktive Kommunikation über ein Command-Line-Interface. Das Projekt zeichnet sich durch seine plattformübergreifende Chat-Überbrückung aus, die Nachrichten zwischen dem zentralen Server und externen Plattformen wie Slack synchronisiert. Es verfügt zudem über ein erweiterbares Plugin-System auf Basis von gRPC, das die Entwicklung benutzerdefinierter Bots und die Interzeption von Nachrichtenströmen durch eine Middleware-Pipeline ermöglicht. Der Server enthält eine Vielzahl von Kommunikations- und Verwaltungstools, einschließlich Gruppen- und Direktnachrichten, Benutzerraum-Organisation und erlaubnislistenbasierter Zugriffskontrolle. Inhalte werden über einen ANSI-Markdown-Renderer für Rich-Text-Anzeige im Terminal verwaltet, während integrierte Minispiele und Benutzerprofil-Persistenz zusätzliche Interaktion und Anpassung bieten. Verwaltungsfunktionen decken Benutzer-Banning, Zugriffsebenen-Konfiguration und Aktivitätsprotokollierung mithilfe eines Ringpuffers ab.
Allows the definition of named commands that users invoke to trigger automated actions.
Yo ist ein Node.js-CLI-Framework und Projekt-Template-Orchestrator, der zur Automatisierung der Erstellung standardisierter Softwareprojekte verwendet wird. Es fungiert als interaktiver Projektgenerator und Scaffolding-Runner, der angepassten Quellcode und Manifeste basierend auf Benutzereingaben und vordefinierten Vorlagen erstellt. Das System nutzt eine Plugin-basierte Architektur, um externe Setup-Tools zu entdecken und auszuführen. Es zeichnet sich durch ein Memory-First-Dateisystem aus, das Konflikte löst, bevor Änderungen auf die Festplatte geschrieben werden, sowie durch ein Prioritäts-Warteschlangen-Modell zur Aufgaben-Orchestrierung, um die korrekte Ausführungsreihenfolge komplexer Setups sicherzustellen. Das Framework deckt ein breites Spektrum an Automatisierungsfunktionen ab, einschließlich interaktiver Benutzerabfragen, vorlagenbasierter Dateigenerierung und programmatischer Modifikation von Paketmanifesten. Es bietet zudem Dienstprogramme für die Automatisierung der Abhängigkeitsinstallation, das Generator-Lebenszyklusmanagement und Test-Frameworks zur Überprüfung der Ausgabedateistrukturen.
Allows generators to organize specialized commands into a directory-based hierarchy for better structure and discovery.
Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an Entity-Component-System (ECS) game engine that separates logic into systems and data into components to manage complex entity interactions. The project functions as a grid-based physics simulator with a YAML data-driven prototype system for defining game objects. The project features a specialized 2D sprite rendering engine that maps server-side appearance data to client-side shaders. It implements a networking model with client-side prediction and dirty-flagged state synchronization to reduce inp
Allows the definition of executable console commands via C# classes and methods with customizable arguments.