04-03-2022

This commit is contained in:
2022-03-04 17:56:50 +01:00
parent e6fc2251ec
commit 5b45dc0863
70 changed files with 3189 additions and 673 deletions

View File

@@ -14,7 +14,7 @@ https://github.com/junegunn/fzf/blob/master/ADVANCED.md
##### Installation:
### Installation:
```bash
$ brew install fzf
@@ -47,7 +47,7 @@ Options
##### Utilisation 1:
### Utilisation 1:
```bash
~/Documents/Scripts_Raspberry master* 19s 17:46:16
@@ -58,7 +58,9 @@ puis on entre des mots-clé pour affiner la recherche.
<img src="/Users/bruno/Documents/docs/docs/Linux/fzf2.png" alt="fzf2" style="zoom:50%;" />
##### Utilisation 2:
### Utilisation 2:
```bash
~/Documents/Scripts_Raspberry master*
@@ -84,7 +86,7 @@ puis **Tab** pour sélectionner plusieurs fichiers et **Return** pour les ouvrir
#### Fuzzy completion
### Fuzzy completion
Déclencheur: ** puis <Tab>
@@ -113,7 +115,9 @@ $
La complétion marche aussi avec la <u>commande ssh</u>: les serveurs sont tirés de /etc/hosts et de ssh/config.
##### Utilisation 4 (kill):
### Utilisation 4 (kill):
Taper **kill** puis **Espace** puis **Tab**
@@ -132,7 +136,7 @@ $ kill 266 311
##### Utilisation 5 (complétion de cat):
### Utilisation 5 (complétion de cat):
```bash
~/Documents/Scripts_Raspberry master*
@@ -160,7 +164,7 @@ $ export **<Tab>
##### Utilisation 6 (complétion de nano):
### Utilisation 6 (complétion de nano):
```bash
~/Documents/Scripts_Raspberry master*
@@ -189,7 +193,7 @@ $ nano ../**
##### Options:
### Options:
```bash
fzf --height 40% --layout reverse --info inline --border \
@@ -210,4 +214,12 @@ export FZF_DEFAULT_OPTS='--height 40% --layout=reverse --border'
https://bluz71.github.io/2018/11/26/fuzzy-finding-in-bash-with-fzf.html
https://curatedgo.com/r/fzf-is-a-junegunnfzf/index.html
###