awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • wtfutil/wtfAvatar de wtfutil

    wtfutil/wtf

    16,971Ver en 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
    Ver en GitHub↗16,971
  • filp/whoopsAvatar de filp

    filp/whoops

    13,236Ver en 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
    Ver en GitHub↗13,236
  • phw/peekAvatar de phw

    phw/peek

    10,563Ver en 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
    Ver en GitHub↗10,563
  • hugsy/gefAvatar de hugsy

    hugsy/gef

    8,020Ver en 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
    Ver en GitHub↗8,020
  • laravel/tinkerAvatar de laravel

    laravel/tinker

    7,433Ver en 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
    Ver en GitHub↗7,433
  • mfussenegger/nvim-dapAvatar de mfussenegger

    mfussenegger/nvim-dap

    6,955Ver en 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
    Ver en GitHub↗6,955
  • pallets/werkzeugAvatar de pallets

    pallets/werkzeug

    6,869Ver en 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
    Ver en GitHub↗6,869
  • microsoft/vscode-cpptoolsAvatar de microsoft

    microsoft/vscode-cpptools

    6,047Ver en 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
    Ver en GitHub↗6,047
  • gerardog/gsudoAvatar de gerardog

    gerardog/gsudo

    5,978Ver en 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#
    Ver en GitHub↗5,978
  • sayanarijit/xplrAvatar de sayanarijit

    sayanarijit/xplr

    4,704Ver en 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
    Ver en GitHub↗4,704
  • dprint/dprintAvatar de dprint

    dprint/dprint

    3,795Ver en 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
    Ver en GitHub↗3,795
  • microsoft/vscode-js-debugAvatar de microsoft

    microsoft/vscode-js-debug

    1,950Ver en 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
    Ver en GitHub↗1,950
  1. Home
  2. Development Tools & Productivity
  3. Command Configuration Utilities
  4. External Command Integrations

Explorar subetiquetas

  • 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 sub-etiquetasAPIs 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.