async icon indicating copy to clipboard operation
async copied to clipboard

A tool to parallelize shell commands.

Results 5 async issues
Sort by recently updated
recently updated
newest added

In a script where I'm doing this: ```shell S="/$TMP/async_socket" async -s="$S" server --start -j40 $async -s="$S" cmd -- bash -c "echo hello" ``` ... I'm sometimes running into this: ```...

The interface could be simplified if the server would start automatically on first the command and stop on wait.

This could enable waiting for a specific command or make commands that share the same ID run sequentially.