From 8d891ac88592b98db4c723a10cff53e19be8760a Mon Sep 17 00:00:00 2001 From: geo7 Date: Thu, 16 Apr 2026 21:01:03 +0100 Subject: [PATCH] Update README Add an alternative project that, somehow, I missed when initially searching. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82085f8..c3ff559 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ uvx --from retry-cli retry --command "pre-commit run --all-files" [comment]: # (CLI help split) ```text -usage: retry [-h] --command COMMAND [--retries RETRIES] [--show-first] [--success-code SUCCESS_CODE] +usage: retry [-h] --command COMMAND [--retries RETRIES] [--show-first] + [--success-code SUCCESS_CODE] Run shell command with automatic retries on failure. @@ -76,3 +77,7 @@ Push commit: git push origin main v0.1.0 Which will trigger [GitHub Release workflow](.github/workflows/release.yml). + +# Alternatives + +Some how when googling before creating this I missed the following: https://github.com/dbohdan/recur , it looks good! I can't think of a reason someone would use this rather than recur, so unless you particularly want to use a tool written in python recur seems worth a look.