You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A non-standard builtin for parallel command execution, inspired by GNU parallel and xargs -P. Even without true background & support, a dedicated parallel builtin could use tokio internally to run multiple commands concurrently.
Summary
A non-standard builtin for parallel command execution, inspired by GNU parallel and xargs -P. Even without true background
&support, a dedicatedparallelbuiltin could use tokio internally to run multiple commands concurrently.Proposed Syntax
Proposed Flags
-j N--arg {}{})-k--dry-run--bar--halt now,fail=1--halt soon,fail=1Use Cases
llm_hint()
Implementation Notes
tokio::spawnto run interpreter instances concurrently{}is replaced with the input line;{.}strips extension;{/}basename-kensures output order matches input order&support (feat(interpreter): real background execution with & and wait #559) — can be implemented independently