From e87a265231318fe1fc76c4a96dc0ed0e5047e4ae Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Tue, 1 Aug 2023 11:00:58 +0000 Subject: [PATCH] just: Suggests `fzf` (Closes #4973) --- bucket/just.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/just.json b/bucket/just.json index 2449e81e1e..52a4883e15 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -3,6 +3,9 @@ "description": "A command runner written in rust", "homepage": "https://just.systems", "license": "CC0-1.0", + "suggest": { + "fzf": "fzf" + }, "architecture": { "64bit": { "url": "https://github.com/casey/just/releases/download/1.14.0/just-1.14.0-x86_64-pc-windows-msvc.zip",