From f83c7cab7f566ac8d9c1e6e9ae3ea67a09102a31 Mon Sep 17 00:00:00 2001 From: Andrew C Aitchison Date: Tue, 8 Mar 2022 13:30:55 +0000 Subject: [PATCH] dwr also requires fzf --- scripts/dwr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/dwr b/scripts/dwr index 1b2d390..5738374 100755 --- a/scripts/dwr +++ b/scripts/dwr @@ -6,7 +6,9 @@ # retrieve the workflow runs for that repo and present them in a # list. Selected runs will be deleted. Uses the GitHub API. -# Requires gh (GitHub CLI) and jq (JSON processor) +# Requires gh (GitHub CLI) +# fzf (general-purpose command-line fuzzy finder) +# and jq (JSON processor) set -o errexit set -o pipefail