From 33fc3eb9cbd8e6130f034cda6da20a8d02a94464 Mon Sep 17 00:00:00 2001 From: Marco Ziesing Date: Thu, 28 Dec 2023 18:18:27 +0100 Subject: [PATCH] [TASK] add fzf --- content/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/_index.md b/content/_index.md index d774247..85d143b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,6 +6,10 @@ title: #5251's toolbox ## Command Line Interface +## Shell + +* [fzf](https://github.com/junegunn/fzf) - command-line fuzzy finder + ### File and directory management * [bat](https://github.com/sharkdp/bat) - cat(1) clone with syntax highlighting and Git integration.