1 repository
Splitting large sets of arguments into multiple sequential command calls to avoid system limits.
Distinct from Shell Command Execution: Distinct from Shell Command Execution: specifically handles the batching of long argument lists rather than general execution.
Explore 1 awesome GitHub repository matching development tools & productivity · Command Batching. Refine with filters or upvote what's useful.
Lefthook is a Git hook manager and workflow automation tool designed to execute user-defined scripts during version control events. It automates the execution of linters, tests, and formatters to validate changes and maintain code quality before commits or pushes. The project distinguishes itself through a parallel execution model that runs multiple shell commands concurrently to reduce latency. It supports complex configuration management, including the ability to merge global, remote, and local settings and synchronize configurations from external repositories to standardize development env
Splits long file lists into sequential batches to avoid operating system command-line length limits.