{"id":15667992,"url":"https://github.com/timofurrer/retry-cmd","last_synced_at":"2025-05-07T18:53:09.740Z","repository":{"id":66127279,"uuid":"171051955","full_name":"timofurrer/retry-cmd","owner":"timofurrer","description":"Retry commands on the command line without all the loops you always used!","archived":false,"fork":false,"pushed_at":"2023-04-03T10:12:09.000Z","size":11,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T13:04:31.362Z","etag":null,"topics":["cli","linux","retry","rust"],"latest_commit_sha":null,"homepage":null,"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/timofurrer.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":"2019-02-16T21:05:56.000Z","updated_at":"2023-08-31T18:10:37.000Z","dependencies_parsed_at":"2023-04-13T04:00:46.028Z","dependency_job_id":null,"html_url":"https://github.com/timofurrer/retry-cmd","commit_stats":{"total_commits":18,"total_committers":3,"mean_commits":6.0,"dds":"0.11111111111111116","last_synced_commit":"049cc6bab9cb6977d456a6e851c80cbc5f06905f"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fretry-cmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fretry-cmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fretry-cmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fretry-cmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timofurrer","download_url":"https://codeload.github.com/timofurrer/retry-cmd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252939740,"owners_count":21828754,"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","linux","retry","rust"],"created_at":"2024-10-03T14:06:05.925Z","updated_at":"2025-05-07T18:53:09.719Z","avatar_url":"https://github.com/timofurrer.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# retry\n\nRetry commands on the command line without all the loops you always used!\n\n```bash\n# Stop retrying after 10 tries\nretry --max 10 -- curl -I https://unstable.site\n\n# Stop retrying after 10 tries and wait 5 seconds between the each try\nretry --max 10 --interval 5 -- curl -I https://unstable.site\n\n# Stop retrying if exit code is 1\nretry --exitcode 1 -- curl -I https://unstable.site\n\n# Suppress stdout and stderr from the command\nretry --quiet -- curl -I https://unstable.site\n```\n\n## Installation\n\n```\ncargo install retry-cmd\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Fretry-cmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimofurrer%2Fretry-cmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Fretry-cmd/lists"}