From 34ad572e55eaf62922488b24025ea2f96debb183 Mon Sep 17 00:00:00 2001 From: trinib Date: Tue, 15 Nov 2022 17:50:26 -0400 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 227dbe7..09e33c7 100644 --- a/README.md +++ b/README.md @@ -4403,19 +4403,24 @@ Interactive searching🔎 :

A simple and userfriendly way to find files

-[fd](https://github.com/sharkdp/fd)
- +

+fd and fzf
+ + _**Install**_ : ```bash -sudo apt-get install fd-find -y +sudo apt-get install fd-find -y && sudo apt-get install fzf -y ``` + _**Add binary link**_(set correct bin directory location if error) : ```bash ln -s $(which fdfind) ~/.local/bin/fd ``` -> **Note** - Other installation info - [github.com/sharkdp/fd#installation](https://github.com/sharkdp/fd#installation) - +_Restart terminal_ +> **Note** - Other installation info :
+[github.com/sharkdp/fd#installation](https://github.com/sharkdp/fd#installation)
+[github.com/junegunn/fzf#installation)](https://github.com/junegunn/fzf#installation) _**Usage**_ : @@ -4472,9 +4477,14 @@ _**Usage**_ : +fzf interactive searching🔎 : +`Ctrl+T` + >**Note** - More info on usage : > man fd + +> man fzf #