{"id":17356649,"url":"https://github.com/gsquire/concur","last_synced_at":"2025-04-15T00:08:35.637Z","repository":{"id":57610022,"uuid":"72377337","full_name":"gsquire/concur","owner":"gsquire","description":"Asynchronously repeat commands","archived":false,"fork":false,"pushed_at":"2017-05-04T05:03:25.000Z","size":8,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T12:05:04.037Z","etag":null,"topics":["command-line-tool","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/concur","language":"Rust","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/gsquire.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}},"created_at":"2016-10-30T21:43:13.000Z","updated_at":"2022-09-20T03:49:51.000Z","dependencies_parsed_at":"2022-09-12T23:23:20.305Z","dependency_job_id":null,"html_url":"https://github.com/gsquire/concur","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsquire%2Fconcur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsquire%2Fconcur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsquire%2Fconcur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsquire%2Fconcur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsquire","download_url":"https://codeload.github.com/gsquire/concur/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248974071,"owners_count":21192078,"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":["command-line-tool","rust"],"created_at":"2024-10-15T18:57:48.236Z","updated_at":"2025-04-15T00:08:35.620Z","avatar_url":"https://github.com/gsquire.png","language":"Rust","readme":"# concur\nA simple tool to help repeat commands concurrently from the terminal. It was inspired by the\nbuiltin shell command `repeat` but adds support for many threads.\n\n### Building\nIf you have Rust installed, just run:\n\n```sh\ncargo build --release\n```\n\nYou can also install it with cargo making it available as a binary:\n\n```sh\ncargo install concur\n```\n\n### Usage\nYou can run it with or without threads as such:\n\n```sh\n# Run a command synchronously.\nconcur 10 curl https://www.rust-lang.org\n\n# Run it with threads.\nconcur 10 curl https://www.rust-lang.org -j 2\n\n# Run a command with it's own arguments.\nconcur 5 ls -- -a\n```\n\nWhen running a command with it's own arguments, specifying two dashes before listing them allows them to be\nignored by your program's options.\n\n### License\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsquire%2Fconcur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsquire%2Fconcur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsquire%2Fconcur/lists"}