awesome-repositories.com
Blog
awesome-repositories.com

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

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

4 repositorios

Awesome GitHub RepositoriesBinary Path Execution

Executing binaries found within the system PATH environment variable as shell commands.

Distinct from Binary Path Discovery: Focuses on the act of executing binaries in the path, not just discovering their location.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Binary Path Execution. Refine with filters or upvote what's useful.

Awesome Binary Path Execution GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • davatorium/rofiAvatar de davatorium

    davatorium/rofi

    16,213Ver en GitHub↗

    Rofi is a keyboard-driven application launcher and window switcher for X11 desktops. It functions as a scriptable command palette and a compatible emulator for dmenu, capable of reading options from standard input and returning a user selection to standard output. The project is distinguished by a customizable window interface using a CSS-like theming system and a flexible box-model widget hierarchy. It features a recursive theme inheritance system and responsive styling that adapts based on screen dimensions and monitor identifiers. The tool provides advanced text filtering using fuzzy, reg

    Launches binaries located in the system path as raw shell commands or within a terminal.

    Capplication-launchercdmenu
    Ver en GitHub↗16,213
  • symfony/processAvatar de symfony

    symfony/process

    7,463Ver en GitHub↗

    Symfony Process is a PHP library for executing external commands in separate operating-system processes with full lifecycle control. It provides a cross-platform command executor that handles OS-specific argument escaping and process management, enabling portable subprocess execution from PHP applications. The library supports both synchronous and asynchronous process execution, allowing background subprocesses to run independently while the main PHP script continues. It includes executable path resolution to locate system commands across standard search directories, stream-based I/O pipes fo

    Resolves command names to absolute file paths by searching system PATH and custom directories.

    PHPcomponentphpsymfony
    Ver en GitHub↗7,463
  • apache/nuttxAvatar de apache

    apache/nuttx

    3,912Ver en GitHub↗

    NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit architectures. It provides a deterministic execution environment with a real-time task scheduler and a POSIX embedded kernel to ensure portable code execution across diverse hardware targets. The project distinguishes itself through a comprehensive hardware abstraction layer that provides standardized drivers for I2C, SPI, CAN, and USB across various semiconductor chipsets. It also features an embedded networking stack supporting TCP, UDP, IPv4, and IPv6, alongside industrial proto

    Searches defined system directories to resolve requested command names to absolute binary file paths.

    Cembeddedmcumicrocontroller
    Ver en GitHub↗3,912
  • jisaacks/gitgutterAvatar de jisaacks

    jisaacks/GitGutter

    3,879Ver en GitHub↗

    GitGutter is a Git diff visualization tool and plugin for the Sublime Text editor. It interfaces with the Git binary to provide real-time tracking of modified and untracked files, visualizing version control status directly within the editor gutter to mark inserted, modified, or deleted lines. The tool enables navigation between modified code hunks and the inspection of commit metadata via hover popups. It allows users to define specific branches, tags, or commits as reference points for calculating changes and provides the ability to revert modified hunks or copy original committed text to t

    Interfaces with the system Git installation by executing shell commands via configurable binary paths.

    Python
    Ver en GitHub↗3,879
  1. Home
  2. Software Engineering & Architecture
  3. Dynamic Path Configuration
  4. Binary Path Discovery
  5. Binary Path Execution

Explorar subetiquetas

  • Executable Path ResolversSearches system PATH and custom directories to resolve command names to absolute file paths before execution. **Distinct from Binary Path Execution:** Distinct from Binary Path Execution: focuses on resolving the path to an executable, not executing it.