From 33fc3eb9cbd8e6130f034cda6da20a8d02a94464 Mon Sep 17 00:00:00 2001 From: Marco Ziesing Date: Thu, 28 Dec 2023 18:18:27 +0100 Subject: [PATCH 1/2] [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. From 140cb90c3f32a0c7d6b70f2337c0908197cdfaf5 Mon Sep 17 00:00:00 2001 From: Marco Ziesing Date: Thu, 28 Dec 2023 18:18:44 +0100 Subject: [PATCH 2/2] [TASK] add zoxide --- content/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/_index.md b/content/_index.md index 85d143b..e94b100 100644 --- a/content/_index.md +++ b/content/_index.md @@ -9,6 +9,7 @@ title: #5251's toolbox ## Shell * [fzf](https://github.com/junegunn/fzf) - command-line fuzzy finder +* [zoxide](https://github.com/ajeetdsouza/zoxide) - a smarter cd command ### File and directory management