awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • davatorium/rofiAvatar de davatorium

    davatorium/rofi

    16,213Voir sur 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
    Voir sur GitHub↗16,213
  • symfony/processAvatar de symfony

    symfony/process

    7,463Voir sur 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
    Voir sur GitHub↗7,463
  • apache/nuttxAvatar de apache

    apache/nuttx

    3,912Voir sur GitHub↗

    NuttX est un système d'exploitation temps réel (RTOS) conforme à POSIX, conçu pour les microcontrôleurs allant des architectures 8 bits aux 64 bits. Il fournit un environnement d'exécution déterministe avec un ordonnanceur de tâches temps réel et un noyau embarqué POSIX pour assurer une exécution de code portable sur diverses cibles matérielles. Le projet se distingue par une couche d'abstraction matérielle complète qui fournit des pilotes standardisés pour I2C, SPI, CAN et USB sur divers chipsets de semi-conducteurs. Il dispose également d'une pile réseau embarquée prenant en charge TCP, UDP, IPv4 et IPv6, ainsi que des protocoles industriels tels que Modbus et DroneCAN. Le système couvre un large éventail de capacités, incluant une gestion avancée de la mémoire avec pagination à la demande, des opérations cryptographiques sécurisées et un système de fichiers virtuel pour gérer des types de stockage disparates. Il intègre en outre des interfaces de haut niveau pour les interfaces graphiques, la synthèse audio et l'exécution de plusieurs langages de script et charges de travail WebAssembly. L'environnement est construit en utilisant Make ou CMake pour cibler des configurations de cartes et des chipsets spécifiques.

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

    Cembeddedmcumicrocontroller
    Voir sur GitHub↗3,912
  • jisaacks/gitgutterAvatar de jisaacks

    jisaacks/GitGutter

    3,879Voir sur 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
    Voir sur GitHub↗3,879
  1. Home
  2. Software Engineering & Architecture
  3. Dynamic Path Configuration
  4. Binary Path Discovery
  5. Binary Path Execution

Explorer les sous-tags

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