2 रिपॉजिटरी
Locates the absolute path of a command or binary by searching standard and custom directories.
Distinct from Scheduled Command Execution: Distinct from Scheduled Command Execution: focuses on finding executables, not scheduling their execution.
Explore 2 awesome GitHub repositories matching development tools & productivity · Executable Locators. Refine with filters or upvote what's useful.
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
Locates the absolute path of a command or binary by searching standard and custom directories.
Cake is a cross-platform build automation system and scripting framework that allows users to define software build pipelines using C# scripts. It functions as a CI/CD pipeline orchestrator and build runner, providing a strongly-typed domain-specific language to simplify the orchestration of compilation, testing, and packaging processes across Windows, Linux, and macOS. The system ensures reproducible build environments by pinning the versions of build tools, modules, and dependencies. It distinguishes itself by enabling a C# scripting workflow with full IDE support, including autocomplete, s
Locates software executables by searching registered paths and environment variables to avoid hardcoded paths.