{"id":28287181,"url":"https://github.com/guuzaa/cargo-q","last_synced_at":"2026-02-14T02:02:58.202Z","repository":{"id":273026165,"uuid":"918508561","full_name":"guuzaa/cargo-q","owner":"guuzaa","description":"A cargo subcommand for running multiple cargo commands in a time","archived":false,"fork":false,"pushed_at":"2025-03-08T11:37:23.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T02:42:44.363Z","etag":null,"topics":["cargo-subcommand","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/cargo-q","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guuzaa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2025-01-18T05:30:04.000Z","updated_at":"2025-03-08T11:32:51.000Z","dependencies_parsed_at":"2025-01-18T05:54:45.584Z","dependency_job_id":"99f8ea7a-ad97-40b2-bbb3-83397d42663e","html_url":"https://github.com/guuzaa/cargo-q","commit_stats":null,"previous_names":["guuzaa/cargo-q"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/guuzaa/cargo-q","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guuzaa%2Fcargo-q","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guuzaa%2Fcargo-q/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guuzaa%2Fcargo-q/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guuzaa%2Fcargo-q/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guuzaa","download_url":"https://codeload.github.com/guuzaa/cargo-q/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guuzaa%2Fcargo-q/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29431593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"online","status_checked_at":"2026-02-14T02:00:07.626Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cargo-subcommand","rust"],"created_at":"2025-05-21T22:11:10.903Z","updated_at":"2026-02-14T02:02:58.197Z","avatar_url":"https://github.com/guuzaa.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cargo-q\n\nA Cargo subcommand for running multiple Cargo commands sequentially or in parallel.\n\n## Installation\n\n```bash\ncargo install cargo-q\n```\n\n## Features\n\n- Run multiple Cargo commands sequentially\n- Commands are separated by spaces\n- Support parallel execution for commands\n- Verbose mode for detailed output\n\n## Usage\n\n### Run a Single Command\n\n```bash\ncargo q check\n```\n\n### Run Multiple Commands\n\n```bash\n# Run commands sequentially\ncargo q check test      # Runs check, then test\n```\n\n### Commands with Arguments\n\n```bash\n# For commands with arguments\ncargo q \"test --no-run\"   # Run test with --no-run flag\ncargo q \"test --features feature1\"  # Use quotes for complex arguments\n```\n\n### Parallel Execution\n\n```bash\n# Run commands in parallel\ncargo q -p check test      # Run both commands in parallel\ncargo q --parallel check test   # Same as above\n```\n\n### Verbose Output\n\n```bash\ncargo q -v check test       # Show detailed output\ncargo q --verbose check test  # Same as above\n```\n\n## License\n\nLicensed under Apache-2.0 license ([LICENSE](LICENSE) or http://opensource.org/licenses/Apache-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguuzaa%2Fcargo-q","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguuzaa%2Fcargo-q","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguuzaa%2Fcargo-q/lists"}