From 7e1fe5b0f1bee65059fa96b4abe1bc56e7c5244a Mon Sep 17 00:00:00 2001 From: trinib Date: Tue, 15 Nov 2022 08:23:09 -0400 Subject: [PATCH] Update README.md --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c59eaad..5cd4052 100644 --- a/README.md +++ b/README.md @@ -4381,8 +4381,10 @@ cht.sh keyword ![hts](https://user-images.githubusercontent.com/18756975/201403803-7f899124-3412-443c-9b6d-e60b8b2ca889.png)
_**Install**_ : ```bash -sudo add-apt-repository ppa:ultradvorka/ppa && sudo apt-get update && sudo apt-get install hstr && hstr --show-configuration >> ~/.bashrc && . ~/.bashrc +sudo apt-get install hstr && hstr --show-configuration >> ~/.bashrc ``` +> **Note** - Other installation info - [github.com/dvorka/hstr/blob/master/INSTALLATION.md](https://github.com/dvorka/hstr/blob/master/INSTALLATION.md#ubuntu) + **_Usage_** : ```bash hstr keyword @@ -4412,6 +4414,8 @@ _**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) + _**Usage**_ : @@ -4430,16 +4434,8 @@ _**Usage**_ : Search in "FOO2" directory, the string pattern name "foo", in parent|sub directories and files. -fd -g|--glob foo -Search in current directory, the glob pattern name matching "foo", in parent|sub directories and files. - - fd -g|--glob foo /FOO2 -Search in "FOO2" directory, the glob pattern name matching "foo", in parent|sub directories and files. - - -fd foo /FOO2 -Search in the directory "FOO2", the string pattern name "foo", in parent|sub directories and files. +Search in "FOO2" directory, the glob pattern name matching "foo", in parent|sub directories and files. fd /foo -p|--path /FOO2