{"id":14530468,"url":"https://github.com/dhth/mult","last_synced_at":"2025-04-05T00:26:25.904Z","repository":{"id":237326619,"uuid":"793751148","full_name":"dhth/mult","owner":"dhth","description":"Run a command multiple times and glance at the outputs","archived":false,"fork":false,"pushed_at":"2024-04-30T21:05:56.000Z","size":593,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-30T22:24:16.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tools.dhruvs.space/mult","language":"Go","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/dhth.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-29T19:51:44.000Z","updated_at":"2024-04-30T22:24:31.272Z","dependencies_parsed_at":"2024-04-30T22:24:22.942Z","dependency_job_id":"83409b5f-d134-4c58-b63d-64e5577ffcae","html_url":"https://github.com/dhth/mult","commit_stats":null,"previous_names":["dhth/mult"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhth%2Fmult","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhth%2Fmult/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhth%2Fmult/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhth%2Fmult/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhth","download_url":"https://codeload.github.com/dhth/mult/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247268458,"owners_count":20911139,"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-09-05T00:01:07.466Z","updated_at":"2025-04-05T00:26:25.888Z","avatar_url":"https://github.com/dhth.png","language":"Go","funding_links":[],"categories":["Go","Applications"],"sub_categories":["Development Tools"],"readme":"# mult\n\n[![Build Workflow Status](https://img.shields.io/github/actions/workflow/status/dhth/mult/build.yml?style=flat-square)](https://github.com/dhth/mult/actions/workflows/build.yml)\n[![Vulncheck Workflow Status](https://img.shields.io/github/actions/workflow/status/dhth/mult/vulncheck.yml?style=flat-square\u0026label=vulncheck)](https://github.com/dhth/mult/actions/workflows/vulncheck.yml)\n[![Latest Release](https://img.shields.io/github/release/dhth/mult.svg?style=flat-square)](https://github.com/dhth/mult/releases/latest)\n[![Commits Since Latest Release](https://img.shields.io/github/commits-since/dhth/mult/latest?style=flat-square)](https://github.com/dhth/mult/releases)\n\nRun a command multiple times and glance at the outputs.\n\n```bash\nmult command --you=want to run\n```\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://tools.dhruvs.space/images/mult/mult-usage-1.gif\" alt=\"Usage\" /\u003e\n\u003c/p\u003e\n\n🧰 Use Cases\n---\n\n`mult` can come in handy in a few scenarios, such as:\n\n- Investigating inconsistent responses from a web server\n- Checking the outcomes of a flaky test suite\n- Running quick and dirty performance/stress tests\n\n💾 Installation\n---\n\n**Arch Linux**:\n\n```sh\nyay -S mult\n```\n\n**homebrew**:\n\n```sh\nbrew install dhth/tap/mult\n```\n\n**go**:\n\n```sh\ngo install github.com/dhth/mult@latest\n```\n\nOr get the binaries directly from a\n[release](https://github.com/dhth/mult/releases).\n\n⚡️ Usage\n---\n\n### Specify number of runs\n\n```bash\nmult \\\n    -n=10 \\\n    yourcommand --with=flags --and=args as usual\n```\n\n### Ask for number of runs\n\n```bash\nmult \\\n    -i \\\n    yourcommand --with=flags --and=args as usual\n```\n\n### Run sequentially\n\nBy default, `mult` executes all runs concurrently. Use `-s` for sequentially\nexecution.\n\n```bash\nmult \\\n    -s \\\n    yourcommand --with=flags --and=args as usual\n```\n\n### Add delay (in milliseconds) between runs\n\n```bash\nmult \\\n    -s \\\n    -delay-ms=500 \\\n    yourcommand --with=flags --and=args as usual\n```\n\n### Stop at first failure\n\n```bash\nmult \\\n    -s \\\n    -ff \\\n    yourcommand --with=flags --and=args as usual\n```\n\n*Note: `-delay-ms`, `-ff` only apply in sequential run mode.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhth%2Fmult","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhth%2Fmult","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhth%2Fmult/lists"}