{"id":26437555,"url":"https://github.com/justincampbell/rr","last_synced_at":"2025-11-01T09:02:26.985Z","repository":{"id":15508128,"uuid":"18242280","full_name":"justincampbell/rr","owner":"justincampbell","description":"repeat/retry","archived":false,"fork":false,"pushed_at":"2014-06-27T20:23:56.000Z","size":384,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T08:39:44.705Z","etag":null,"topics":["shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/justincampbell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-29T13:55:32.000Z","updated_at":"2015-09-14T12:58:39.000Z","dependencies_parsed_at":"2022-09-16T04:40:43.771Z","dependency_job_id":null,"html_url":"https://github.com/justincampbell/rr","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/justincampbell/rr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincampbell%2Frr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincampbell%2Frr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincampbell%2Frr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincampbell%2Frr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justincampbell","download_url":"https://codeload.github.com/justincampbell/rr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincampbell%2Frr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282119142,"owners_count":26617020,"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","status":"online","status_checked_at":"2025-11-01T02:00:06.759Z","response_time":61,"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":["shell"],"created_at":"2025-03-18T08:31:00.845Z","updated_at":"2025-11-01T09:02:26.969Z","avatar_url":"https://github.com/justincampbell.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rr [![Build Status](https://travis-ci.org/justincampbell/rr.svg?branch=master)](https://travis-ci.org/justincampbell/rr)\n\n## `repeat` Repeats a command until it fails\n\n## `retry` Retries a command until it succeeds\n\n# Options\n\n    -c \u003ccount\u003e    limit the number of times the command is run\n    -n \u003cseconds\u003e  override sleep in between commands (defaults to 1 second)\n    -r            clear the screen before each command run\n    -q            hide timestamps\n\n# Examples\n\n    $ retry foo # Retry foo every second until it succeeds\n    $ repeat foo # Repeat foo every second until it fails\n    $ retry -n 2.5 foo # Wait 2.5 seconds in between retries\n    $ retry -c 10 -n 0 foo # Run foo 10 times as fast as possible\n\n# Installation\n\n## [Homebrew](http://brew.sh)\n\n    brew tap justincampbell/formulae\n    brew install rr\n\n## Package\n\n    wget -O rr-latest.tar.gz https://github.com/justincampbell/rr/archive/latest.tar.gz rr\n    tar -zxvf rr-latest.tar.gz\n    cd rr-latest/\n    make install\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustincampbell%2Frr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustincampbell%2Frr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustincampbell%2Frr/lists"}