From edadec347b1badfd0f8f668035110d41765373db Mon Sep 17 00:00:00 2001 From: Laurent Lyaudet Date: Fri, 2 Dec 2022 16:21:03 +0100 Subject: [PATCH] =?UTF-8?q?typos=20"int=C3=A9r"=20->=20"inter"=20(2xactive?= =?UTF-8?q?,=201xagir)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-fr.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-fr.md b/README-fr.md index 8eb195c..2669396 100644 --- a/README-fr.md +++ b/README-fr.md @@ -257,9 +257,9 @@ Une alternative plus légère pour la persistance des sessions seulement est [`d stat -c '%A %a %n' /etc/timezone ``` -- Pour une sélection intéractive de valeurs issues de la sortie d'une commande, utilisez [`percol`](https://github.com/mooz/percol) ou [`fzf`](https://github.com/junegunn/fzf). +- Pour une sélection interactive de valeurs issues de la sortie d'une commande, utilisez [`percol`](https://github.com/mooz/percol) ou [`fzf`](https://github.com/junegunn/fzf). -- Pour intéragir avec les fichiers provenant de la sortie d'une commande (p. ex. `git`), utilisez `fpp` ([PathPicker](https://github.com/facebook/PathPicker)). +- Pour interagir avec les fichiers provenant de la sortie d'une commande (p. ex. `git`), utilisez `fpp` ([PathPicker](https://github.com/facebook/PathPicker)). - Créez un simple serveur web pour partager les fichiers du répertoire courant (et ses sous-répertoires) avec `python -m SimpleHTTPServer 7777` (port 7777 et Python 2) et `python -m http.server 7777` (port 7777 et Python 3). @@ -297,7 +297,7 @@ Par exemple, pour convertir un document Markdown au format Word : `pandoc README - Si vous devez manipuler du XML, l'ancien `xmlstarlet` marche bien. - Pour le JSON, utilisez [`jq`](http://stedolan.github.io/jq/). -Voir également [`jid`](https://github.com/simeji/jid) and [`jiq`](https://github.com/fiatjaf/jiq) pour une utilisation intéractive. +Voir également [`jid`](https://github.com/simeji/jid) and [`jiq`](https://github.com/fiatjaf/jiq) pour une utilisation interactive. - Pour le YAML, utilisez [`shyaml`](https://github.com/0k/shyaml).