awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 مستودعات

Awesome GitHub RepositoriesExternal Command Integrations

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.

Explore 12 awesome GitHub repositories matching development tools & productivity · External Command Integrations. Refine with filters or upvote what's useful.

Awesome External Command Integrations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • wtfutil/wtfالصورة الرمزية لـ wtfutil

    wtfutil/wtf

    16,971عرض على GitHub↗

    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/whoopsالصورة الرمزية لـ filp

    filp/whoops

    13,236عرض على GitHub↗

    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/peekالصورة الرمزية لـ phw

    phw/peek

    10,563عرض على GitHub↗

    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/gefالصورة الرمزية لـ hugsy

    hugsy/gef

    8,020عرض على GitHub↗

    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/tinkerالصورة الرمزية لـ laravel

    laravel/tinker

    7,433عرض على GitHub↗

    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-dapالصورة الرمزية لـ mfussenegger

    mfussenegger/nvim-dap

    6,955عرض على GitHub↗

    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/werkzeugالصورة الرمزية لـ pallets

    pallets/werkzeug

    6,869عرض على GitHub↗

    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-cpptoolsالصورة الرمزية لـ microsoft

    microsoft/vscode-cpptools

    6,047عرض على GitHub↗

    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/gsudoالصورة الرمزية لـ gerardog

    gerardog/gsudo

    5,978عرض على GitHub↗

    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/xplrالصورة الرمزية لـ sayanarijit

    sayanarijit/xplr

    4,704عرض على GitHub↗

    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/dprintالصورة الرمزية لـ dprint

    dprint/dprint

    3,795عرض على GitHub↗

    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-debugالصورة الرمزية لـ microsoft

    microsoft/vscode-js-debug

    1,950عرض على GitHub↗

    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
  4. External Command Integrations

استكشف الوسوم الفرعية

  • Custom Formatter ConnectorsInterfaces for connecting third-party CLI tools or WASM modules to extend support for specialized languages. **Distinct from External Command Integrations:** Focuses on the bridge to formatting tools specifically, rather than general desktop application command integrations.
  • Debugger Command APIs3 وسوم فرعيةAPIs for integrating custom commands and scripts into a debugger environment. **Distinct from External Command Integrations:** Focuses on internal debugger extension APIs rather than external desktop tool integrations.