{"id":24108366,"url":"https://github.com/soanvig/runmany","last_synced_at":"2025-05-12T20:12:51.518Z","repository":{"id":258662593,"uuid":"875305868","full_name":"soanvig/runmany","owner":"soanvig","description":"Easily run multiple long-running commands in parallel.","archived":false,"fork":false,"pushed_at":"2025-01-03T02:09:46.000Z","size":21,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T03:54:50.059Z","etag":null,"topics":["cli","command","many","process"],"latest_commit_sha":null,"homepage":"","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/soanvig.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-10-19T16:21:16.000Z","updated_at":"2025-01-03T02:09:29.000Z","dependencies_parsed_at":"2024-11-08T13:40:56.090Z","dependency_job_id":null,"html_url":"https://github.com/soanvig/runmany","commit_stats":null,"previous_names":["soanvig/runmany"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soanvig%2Frunmany","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soanvig%2Frunmany/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soanvig%2Frunmany/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soanvig%2Frunmany/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soanvig","download_url":"https://codeload.github.com/soanvig/runmany/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253814988,"owners_count":21968560,"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":["cli","command","many","process"],"created_at":"2025-01-10T23:37:28.006Z","updated_at":"2025-05-12T20:12:51.468Z","avatar_url":"https://github.com/soanvig.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# runmany\n\nEasily run multiple long-running commands in parallel.\n\nNo more spawning processes in shell's background (`\u0026`) or starting multiple terminals just to run few commands.\n\n## Usage\n\n```sh\n# No troubling control characters like \"\u003ccommand\u003e\"\n# Just use double colon to separate all commands\n\u003e runmany :: npm watch :: npm serve\n\n# You can run more commands\n\u003e runmany :: npm watch :: npm serve :: npm test:watch\n\n# See options\n\u003e runmany -h\n```\n\nNow `runmany` will run all commands in parallel, and exit when all exit.\n\n## Installation\n\nRunmany is currently available only for Linux.\n\nIf you already have a Rust environment set up, you can use the cargo install command:\n\n```sh\n\u003e cargo install runmany\n```\n\n## Notes\n\n1. Command's `stderr` is printed to `stdout` ([issue](https://github.com/soanvig/runmany/issues/10))\n2. Command's are run directly in the system ([issue](https://github.com/soanvig/runmany/issues/2))","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoanvig%2Frunmany","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoanvig%2Frunmany","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoanvig%2Frunmany/lists"}