{"id":15435445,"url":"https://github.com/neuodev/concurrently","last_synced_at":"2026-04-21T04:31:46.139Z","repository":{"id":139100865,"uuid":"534073142","full_name":"neuodev/concurrently","owner":"neuodev","description":"Run multiple commands concurrently","archived":false,"fork":false,"pushed_at":"2022-09-08T06:33:02.000Z","size":16022,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-31T05:39:15.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/neuodev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-08T06:05:49.000Z","updated_at":"2023-03-19T10:13:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"38c9e4bb-2ce4-4940-907a-881980d14070","html_url":"https://github.com/neuodev/concurrently","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"c2faf825d0792da97997e3732ec66f1d88415b38"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neuodev/concurrently","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fconcurrently","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fconcurrently/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fconcurrently/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fconcurrently/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neuodev","download_url":"https://codeload.github.com/neuodev/concurrently/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuodev%2Fconcurrently/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32076886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-01T18:44:22.428Z","updated_at":"2026-04-21T04:31:46.113Z","avatar_url":"https://github.com/neuodev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Concurrently\n\nRun multiple commands concurrently\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./logo.png\"/\u003e\n\u003c/p\u003e\n\n# Preview\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./preview.gif\"/\u003e\n\u003c/p\u003e\n\n# Usage\n\n## Basic usage\n\n`concurrently \"command1\" \"command2\"`\n\n```bash\nconcurrently \"ping -c 100 google.com\" \"ping -c 100 example.com\"\n```\n\nOutput\n\n```bash\nping: 64 bytes from 93.184.216.34: icmp_seq=0 ttl=45 time=214.182 ms\nping: PING google.com (172.217.171.238): 56 data bytes\n```\n\n## With names\n\n```bash\nconcurrently -n Google,Example \"ping -c 100 google.com\" \"ping -c 100 example.com\"\n```\n\nOutput\n\n```bash\nGoogle: PING google.com (172.217.171.238): 56 data bytes\nGoogle: 64 bytes from 172.217.171.238: icmp_seq=0 ttl=109 time=87.086 ms\nExample: PING example.com (93.184.216.34): 56 data bytes\nExample: 64 bytes from 93.184.216.34: icmp_seq=0 ttl=45 time=229.462 ms\n```\n\n```bash\nconcurrently 1.0.0\nAhmed Ibrahim\nRun multiple commands concurrently\n\nUSAGE:\n    concurrently.exe [OPTIONS] \u003ccommands\u003e...\n\nARGS:\n    \u003ccommands\u003e...    Set multiple commands to concurrently\n\nOPTIONS:\n    -h, --help        Print help information\n    -n \u003cnames\u003e        A comma separated values represent a name fore each running process\n    -s \u003csep\u003e          Separator of the processe names [default: ,]\n    -V, --version     Print version information\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuodev%2Fconcurrently","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneuodev%2Fconcurrently","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuodev%2Fconcurrently/lists"}