awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 रिपॉजिटरी

Awesome GitHub RepositoriesCommand Configuration Utilities

Tools for configuring flags, arguments, and validation logic for command-line interfaces.

Distinguishing note: Focuses on the configuration of options rather than the parsing engine itself.

Explore 14 awesome GitHub repositories matching development tools & productivity · Command Configuration Utilities. Refine with filters or upvote what's useful.

Awesome Command Configuration Utilities GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • tj/commander.jstj का अवतार

    tj/commander.js

    28,282GitHub पर देखें↗

    Commander.js is a framework for building command-line interfaces and terminal applications. It functions as an argument parsing library and command lifecycle manager, transforming raw terminal input strings into structured, validated objects for use in executable scripts. The system utilizes a recursive command tree pattern, allowing developers to organize complex execution flows through nested subcommands. It features a declarative interface for defining command-line flags and arguments, which maps user input directly to internal state properties. To assist with usability, the framework auto

    Configures command-line flags and arguments with custom processing logic.

    JavaScript
    GitHub पर देखें↗28,282
  • louislam/dockgelouislam का अवतार

    louislam/dockge

    22,093GitHub पर देखें↗

    Dockge is a web-based management interface for containerized applications that utilizes configuration files as the primary source of truth. It provides a centralized dashboard for orchestrating container stacks, allowing users to create, edit, and control services directly through a graphical interface rather than the command line. The platform distinguishes itself by offering a migration utility that converts manual container execution commands into structured configuration files. It supports the management of distributed infrastructure by connecting to multiple remote hosts from a single in

    Provides a utility to convert manual container run commands into structured configuration files.

    TypeScriptdockerdocker-composedocker-deployment
    GitHub पर देखें↗22,093
  • wtfutil/wtfwtfutil का अवतार

    wtfutil/wtf

    16,971GitHub पर देखें↗

    This project is a modular, terminal-based dashboard framework designed to aggregate and display real-time information within a grid-aligned interface. It functions as a centralized monitoring tool that translates data from local system resources, infrastructure services, and external web APIs into a unified, text-based display. The dashboard is distinguished by its plugin-based architecture, which allows users to encapsulate distinct data sources and display logic into isolated, independently managed modules. Users define their workspace through declarative configuration files or an interacti

    Sets system commands used to open files and URLs from within the interface to integrate with local desktop tools.

    Gocuidashboarddevops
    GitHub पर देखें↗16,971
  • filp/whoopsfilp का अवतार

    filp/whoops

    13,236GitHub पर देखें↗

    Whoops is a PHP debugging tool and error handler designed to intercept and visualize exceptions and stack traces during application development. It functions as an exception renderer that converts errors into human-readable web pages or machine-readable responses. The project differentiates itself by providing a visual debugging interface with line-highlighted code views and a stack trace visualizer that links directly to source files in a local text editor or IDE. It employs environment-aware response resolution to automatically select between HTML, JSON, XML, or plain text output based on t

    Maps error report file paths to system commands that open specific files and lines in a local IDE.

    PHPerror-handlingerrorsphp
    GitHub पर देखें↗13,236
  • phw/peekphw का अवतार

    phw/peek

    10,563GitHub पर देखें↗

    Peek is a desktop screen recorder for Linux systems designed to capture specific rectangular areas of the display. It functions as an animated image and video creator, allowing users to record short, silent screencasts of desktop activity. The application provides a focused workflow for generating visual content, such as instructional documentation, bug reports, and project updates. It enables users to export recordings in various formats and includes options to optimize the quality and file size of animated images for web integration. The software utilizes native display protocols to manage

    Delegates heavy computational tasks like image optimization and video transcoding to specialized command-line utilities for improved performance.

    Valaapnggifgif-recorder
    GitHub पर देखें↗10,563
  • hugsy/gefhugsy का अवतार

    hugsy/gef

    8,020GitHub पर देखें↗

    GEF is a Python-based extension for GDB that serves as a framework for binary analysis, exploit development, and low-level debugging. It functions as a dynamic analysis extension designed to assist in reverse engineering workflows and malware analysis by enhancing the debugger's ability to inspect process state and memory. The project is distinguished by its specialized heap analysis tools, which allow for the inspection of glibc heap arenas, bins, and chunks to detect memory corruption. It also provides a dedicated toolkit for exploit development, including cyclic pattern generation for offs

    Integrates external scripts and custom commands using a provided application programming interface.

    Pythonbinary-ninjactfdebugging
    GitHub पर देखें↗8,020
  • laravel/tinkerlaravel का अवतार

    laravel/tinker

    7,433GitHub पर देखें↗

    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

    Integrates PsySH as the underlying REPL engine for evaluating PHP expressions interactively.

    PHPlaravelpsyshrepl
    GitHub पर देखें↗7,433
  • mfussenegger/nvim-dapmfussenegger का अवतार

    mfussenegger/nvim-dap

    6,955GitHub पर देखें↗

    nvim-dap is a Neovim plugin that serves as a client implementation of the Debug Adapter Protocol. It provides a language-agnostic debugger interface that integrates external debugger binaries into the editor, allowing users to manage breakpoints and step through code. The project enables remote process debugging by attaching to running processes or containerized applications via TCP sockets and network proxies. It supports connecting to debug adapters through standard input/output or TCP, with specialized support for launching and attaching to Java processes. The plugin covers program execut

    Provides an interactive REPL for running low-level debugger commands using a specific prefix.

    Luadebug-adapter-protocoldebuggerneovim
    GitHub पर देखें↗6,955
  • pallets/werkzeugpallets का अवतार

    pallets/werkzeug

    6,869GitHub पर देखें↗

    Werkzeug is a comprehensive library and toolkit for building WSGI-compliant web applications in Python. It provides the fundamental building blocks for web development, including an HTTP request and response toolkit, a rule-based URL routing engine, and a library for managing the overall web application lifecycle. The project is distinguished by its integrated development suite, which includes a WSGI development server featuring automatic code reloading and a PIN-protected interactive browser debugger for inspecting call stacks. It also includes a specialized WSGI test client that enables the

    Provides a PIN-protected interactive browser console for inspecting the Python call stack during runtime errors.

    Pythonhttppalletspython
    GitHub पर देखें↗6,869
  • microsoft/vscode-cpptoolsmicrosoft का अवतार

    microsoft/vscode-cpptools

    6,047GitHub पर देखें↗

    The C/C++ extension for Visual Studio Code provides language support for C and C++ programming, including IntelliSense-powered code editing, navigation, and debugging capabilities. It enables syntax highlighting, code completion, hover information, and error checking for C and C++ source files, along with features like semantic colorization, symbol search, and call hierarchy exploration. The extension offers comprehensive debugging support for C/C++ programs, including launching debug sessions with breakpoints, stepping through code, and inspecting variables. It supports debugging multi-threa

    Allows users to execute debugger commands directly from the debug console.

    TypeScriptmicrosofttypescriptvscode-extension
    GitHub पर देखें↗6,047
  • gerardog/gsudogerardog का अवतार

    gerardog/gsudo

    5,978GitHub पर देखें↗

    gsudo is a command-line utility for Windows that elevates any command with administrator privileges directly from the current console window. It functions as a sudo-style tool, detecting the active shell environment—whether CMD, PowerShell, WSL, or Bash—and running the elevated command natively within that shell without spawning a new window. The tool preserves full console features including colors, keyboard input, auto-completion, and I/O redirection during elevated execution. A key differentiator is gsudo's credential caching system, which stores UAC-approved tokens in a background daemon

    gsudo executes a command as administrator in the current console window, preserving full console features like colors and keyboard input.

    C#
    GitHub पर देखें↗5,978
  • sayanarijit/xplrsayanarijit का अवतार

    sayanarijit/xplr

    4,704GitHub पर देखें↗

    xplr is a terminal-based file explorer that combines a composable panel layout engine with a Lua plugin runtime, allowing users to script custom keybindings, layouts, and workflow automation without recompiling. Its mode-based keybinding contexts switch mappings based on the current task, and the pipeline-based file filtering mechanism lets you dynamically refine the file listing with a visible, reorderable stack of criteria. The core integrates with external processes through a FIFO message bus, enabling commands and directory changes to flow between the explorer and outside tools. What sets

    Outputs selected file paths to the terminal for piping to other programs and provides a FIFO channel for external previewers.

    Rustclicommand-lineconsole
    GitHub पर देखें↗4,704
  • dprint/dprintdprint का अवतार

    dprint/dprint

    3,795GitHub पर देखें↗

    dprint is a multi-language code formatter that applies consistent styling across various programming languages using a pluggable architecture. It functions as a unified project style management tool, a command-line interface for continuous integration style enforcement, and a Language Server Protocol implementation for real-time formatting in editors. The project is distinguished by a WebAssembly-based plugin system that loads sandboxed formatting logic from URLs or file paths. It further extends its capabilities through a process-based tool integration that wraps external command-line interf

    Connects external command-line tools or WebAssembly modules to extend formatting support for specialized languages.

    Rustformatter
    GitHub पर देखें↗3,795
  • microsoft/vscode-js-debugmicrosoft का अवतार

    microsoft/vscode-js-debug

    1,950GitHub पर देखें↗

    This project is a diagnostic adapter that connects code editors and standalone tools to running runtime processes using the standard Debug Adapter Protocol. It functions as a JavaScript and TypeScript debug implementation that maps compiled code back to original source files using sourcemaps, allowing developers to set breakpoints, inspect variables, and evaluate expressions without manual configuration. The tool handles cross-environment code execution by automatically attaching to child processes, worker threads, service workers, and terminal processes. It supports advanced debugging capabi

    Translates abstract editor commands into concrete execution controls for runtime debuggers.

    TypeScriptdapdebughacktoberfest
    GitHub पर देखें↗1,950
  1. Home
  2. Development Tools & Productivity
  3. Command Configuration Utilities

सब-टैग एक्सप्लोर करें

  • External Command Integrations2 सब-टैग्सSettings for defining system commands used to open files and URLs from within an interface. **Distinct from Command Configuration Utilities:** Distinct from Command Configuration Utilities: focuses on the integration of external desktop tools rather than CLI flag parsing.