2 Repos
Runs multiple commands in order on each worker, stopping on first failure.
Distinct from Command Chaining: Distinct from Command Chaining: focuses on sequential execution with failure-stop semantics on remote workers, not general CLI subcommand chaining.
Explore 2 awesome GitHub repositories matching development tools & productivity · Sequential Command Chains. Refine with filters or upvote what's useful.
Syntastic is a Vim syntax checking plugin that integrates external command-line analysis tools to detect and highlight code errors. It functions as a system for mapping specific syntax checkers to filetypes and validating code structure and correctness within the editor. The project acts as an external linter aggregator, combining error results from multiple checkers into a single unified list for the current file. It provides visualization tools to pinpoint issues using signs, highlighting, and statusline flags. The plugin supports real-time syntax validation and on-demand checking, often t
Runs a series of analysis tools in a defined order, halting the sequence upon the first detected error.
Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp
Runs sequential shell command chains on workers with output piping and result synchronization.