{"id":16447215,"url":"https://github.com/junekelly/manuel-contrib-concurrent","last_synced_at":"2025-06-22T07:04:17.429Z","repository":{"id":18566380,"uuid":"21768741","full_name":"JuneKelly/manuel-contrib-concurrent","owner":"JuneKelly","description":"Easily run manuel tasks concurrently.","archived":false,"fork":false,"pushed_at":"2015-03-19T10:04:14.000Z","size":147,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T11:36:15.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuneKelly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-12T14:21:47.000Z","updated_at":"2020-09-12T11:39:41.000Z","dependencies_parsed_at":"2022-08-05T00:15:36.376Z","dependency_job_id":null,"html_url":"https://github.com/JuneKelly/manuel-contrib-concurrent","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/JuneKelly/manuel-contrib-concurrent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuneKelly%2Fmanuel-contrib-concurrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuneKelly%2Fmanuel-contrib-concurrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuneKelly%2Fmanuel-contrib-concurrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuneKelly%2Fmanuel-contrib-concurrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuneKelly","download_url":"https://codeload.github.com/JuneKelly/manuel-contrib-concurrent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuneKelly%2Fmanuel-contrib-concurrent/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261250232,"owners_count":23130539,"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":[],"created_at":"2024-10-11T09:50:02.737Z","updated_at":"2025-06-22T07:04:12.418Z","avatar_url":"https://github.com/JuneKelly.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# manuel-contrib-concurrent\n\nEasily run [manuel](http://github.com/ShaneKilkelly/manuel) tasks\nconcurrently.\n\n# Installation\n\nClone this repository into your manuel plugins directory\n(`$HOME/.manuel.d/plugins` by default):\n```bash\n$ cd ~/.manuel.d/plugins\n$ git clone git://github.com/ShaneKilkelly/manuel-contrib-concurrent.git\n```\n\n# Usage\n\nSimply pass an array of commands to the `manuel_concurrent` function.\n\nExample:\n```bash\n# in a manuelfile\n\nload_plugin manuel-contrib-concurrent\n\nfunction work_one {\n  echo \"working one\"\n  sleep 7\n  echo \"done one\"\n}\n\nfunction work_two {\n  echo \"working two\"\n  sleep 4\n  echo \"done two\"\n}\n\nfunction do_all_work {\n  tasks=(\"work_one\" \"work_two\")\n  manuel_concurrent $tasks\n}\n```\n\n\n# Changelog\n\n## v1.0.0\n\n* Add a version file","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunekelly%2Fmanuel-contrib-concurrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunekelly%2Fmanuel-contrib-concurrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunekelly%2Fmanuel-contrib-concurrent/lists"}