5 रिपॉजिटरी
Logical organization of related sub-commands to improve interface discoverability.
Distinct from Nested Command Structures: Distinct from Nested Command Structures: focuses on logical categorization of peers rather than parent-child nesting.
Explore 5 awesome GitHub repositories matching development tools & productivity · Command Grouping. Refine with filters or upvote what's useful.
This is a framework for building structured terminal applications in Go. It provides the core components necessary to define a command-line interface, including a system for managing commands, sub-commands, and their associated flags. The library distinguishes itself through an automated help generator that produces formatted usage instructions and manual pages, and a shell completion generator that creates tab-completion scripts for Bash, Zsh, Fish, and PowerShell. It also features a command lifecycle manager to handle pre- and post-execution logic and process exit codes. The toolkit covers
Groups related subcommands together to improve the organization and discoverability of complex interfaces.
Lefthook एक Git हुक मैनेजर और वर्कफ़्लो ऑटोमेटर है जो वर्ज़न कंट्रोल इवेंट्स द्वारा ट्रिगर की गई स्क्रिप्ट्स को प्रबंधित करने के लिए कॉन्फ़िगरेशन-संचालित दृष्टिकोण का उपयोग करता है। यह एक पैरेलल टास्क रनर के रूप में कार्य करता है, जो प्री-कमिट या प्री-पुश चेक के लिए आवश्यक समय को कम करने के लिए कई स्क्रिप्ट्स को एक साथ निष्पादित करता है। यह प्रोजेक्ट विभिन्न डेवलपर मशीनों पर सुसंगत डिपेंडेंसी और टूलसेट्स सुनिश्चित करने के लिए एक कंटेनराइज़्ड हुक रनर प्रदान करता है। यह विशिष्ट सबडायरेक्टरीज़ के भीतर स्क्रिप्ट्स को निष्पादित करके और जटिल प्रोजेक्ट स्ट्रक्चर्स को प्रबंधित करके मोनोरेपो ऑर्केस्ट्रेशन का भी समर्थन करता है। सिस्टम में केवल संशोधित एसेट्स पर क्वालिटी एश्योरेंस कार्य चलाने के लिए पैटर्न-आधारित फाइल फिल्टरिंग की क्षमताएं शामिल हैं। यह मैनुअल टास्क निष्पादन, कमांड टैगिंग और ग्रुपिंग, और एनवायरनमेंट-विशिष्ट सेटिंग्स के लिए लोकल कॉन्फ़िगरेशन ओवरराइड्स का भी समर्थन करता है।
Organizes related sets of commands into tags to execute multiple associated tasks as a single unit.
RediSearch is a Redis module that adds secondary indexing, full-text search, aggregation, and vector similarity search directly into the in-memory data store. It operates as an in-process search engine, extending the core key-value store with capabilities for indexing hash and JSON documents, enabling fast field-level lookups beyond primary key access. The module provides a full-text search engine built on inverted indexes, supporting stemming, fuzzy matching, and relevance scoring via tf-idf. It also includes a vector similarity search engine using a Hierarchical Navigable Small World graph
Lists all registered commands grouped by category for discoverability.
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
Lists all registered Spark commands grouped by category when invoked without arguments.
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
Organizes multiple command implementations under a single parent command using named sub-commands.