{"id":19936757,"url":"https://github.com/donkeycode/parallel","last_synced_at":"2025-03-01T12:23:12.584Z","repository":{"id":73860127,"uuid":"256977728","full_name":"donkeycode/parallel","owner":"donkeycode","description":"Manage asynchronous / parallels command in your shell - Built in PHP / phar","archived":false,"fork":false,"pushed_at":"2020-05-21T17:54:26.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-12T02:57:38.473Z","etag":null,"topics":["bash","parallel-programming","phar","php","symfony-console"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/donkeycode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-19T11:03:59.000Z","updated_at":"2020-05-21T17:53:06.000Z","dependencies_parsed_at":"2023-02-27T00:48:51.207Z","dependency_job_id":null,"html_url":"https://github.com/donkeycode/parallel","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeycode%2Fparallel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeycode%2Fparallel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeycode%2Fparallel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donkeycode%2Fparallel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donkeycode","download_url":"https://codeload.github.com/donkeycode/parallel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241363007,"owners_count":19950669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","parallel-programming","phar","php","symfony-console"],"created_at":"2024-11-12T23:28:46.107Z","updated_at":"2025-03-01T12:23:12.544Z","avatar_url":"https://github.com/donkeycode.png","language":"PHP","readme":"# Run php commands in parallel\n\n[![Build Status](https://travis-ci.org/donkeycode/parallel.svg?branch=master)](https://travis-ci.org/donkeycode/parallel)\n\n## Installation \n\n``` bash\nURL=$(curl --silent \"https://api.github.com/repos/donkeycode/parallel/releases/latest\"  | grep browser_download_url | sed -E 's/.*\"([^\"]+)\".*/\\1/')\nwget $URL\nchmod +x parallel.phar\n```\n\nOptionaly can be moved to `/usr/local/bin`\n\n``` bash\nmv parallel.phar /usr/local/bin/parallel\n```\n\nLike that you can use everywhere `cat commands.txt | parallel`\n\n## Basic usage\n\n``` bash\ncat commands.txt | php parallel.phar\n```\n\nLimit threads (default 10)\n\n``` bash\ncat commands.txt | php parallel.phar --threads=20\ncat commands.txt | php parallel.phar -t20\n```\n\nInline commands\n\n``` bash\nphp parallel.phar \"command1\" \"command2\" \"command3\"\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonkeycode%2Fparallel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonkeycode%2Fparallel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonkeycode%2Fparallel/lists"}