You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-fr.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,9 +257,9 @@ Une alternative plus légère pour la persistance des sessions seulement est [`d
257
257
stat -c '%A %a %n' /etc/timezone
258
258
```
259
259
260
-
- 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).
260
+
- 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).
261
261
262
-
- Pour intéragir avec les fichiers provenant de la sortie d'une commande (p. ex. `git`), utilisez `fpp` ([PathPicker](https://github.com/facebook/PathPicker)).
262
+
- Pour interagir avec les fichiers provenant de la sortie d'une commande (p. ex. `git`), utilisez `fpp` ([PathPicker](https://github.com/facebook/PathPicker)).
263
263
264
264
265
265
- 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
297
297
- Si vous devez manipuler du XML, l'ancien `xmlstarlet` marche bien.
298
298
299
299
- Pour le JSON, utilisez [`jq`](http://stedolan.github.io/jq/).
300
-
Voir également [`jid`](https://github.com/simeji/jid) and [`jiq`](https://github.com/fiatjaf/jiq) pour une utilisation intéractive.
300
+
Voir également [`jid`](https://github.com/simeji/jid) and [`jiq`](https://github.com/fiatjaf/jiq) pour une utilisation interactive.
301
301
302
302
- Pour le YAML, utilisez [`shyaml`](https://github.com/0k/shyaml).
0 commit comments