Skip to content

Commit 62789ca

Browse files
authored
Merge branch 'main' into gnu9-alias
2 parents 152b021 + b06880d commit 62789ca

17 files changed

Lines changed: 209 additions & 1 deletion

File tree

contributing-guides/style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ In general, placeholders should make it as intuitive as possible to figure out h
410410

411411
- If a particular extension is expected for the file, append it.
412412
- If the extension represents the most common format but the command accepts related variations (such as multi-volume `.r00` or `.part1.rar` archives), keep it **inside** the placeholder: `unrar x {{path/to/archive.rar}}`.
413-
- If the command strictly requires one specific extension and no others to function, keep the extension **outside** the placeholder to indicate it is mandatory: `java -jar {{path/to/filename}}.jar`.
413+
- If the command strictly requires one specific extension and no others to function or if it always produces that type of file despite the provided extension, keep the extension **outside** the placeholder to indicate it is mandatory: `java -jar {{path/to/filename}}.jar`.
414414
- In case a generic extension is needed, use `{{.ext}}`, but **only** if an extension is required.
415415
- For instance, in `find.md`'s example "Find files by extension" (`find {{path/to/root}} -name '{{*.ext}}'`), using `{{*.ext}}` explains the command without being unnecessarily specific.
416416
- In `wc -l {{path/to/file}}`, using `{{path/to/file}}` (without an extension) is sufficient.

pages.fr/common/mcli.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# mcli
2+
3+
> Cette commande est un alias de `mc` (client MinIO).
4+
5+
- Affiche la documentation de la commande originale :
6+
7+
`tldr mc.cli`

pages.fr/common/minio-client.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# minio-client
2+
3+
> Cette commande est un alias de `mc` (client MinIO).
4+
5+
- Affiche la documentation de la commande originale :
6+
7+
`tldr mc.cli`

pages.fr/common/opera.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# opera
2+
3+
> Cette commande est un alias de `chromium`.
4+
> Plus d'informations : <https://www.opera.com/>.
5+
6+
- Affiche la documentation de la commande originale :
7+
8+
`tldr chromium`

pages.fr/common/rnano.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# rnano
2+
3+
> Cette commande est un alias de `nano --restricted`.
4+
> Plus d'informations : <https://manned.org/rnano>.
5+
6+
- Affiche la documentation de la commande originale :
7+
8+
`tldr nano`

pages.fr/common/vivaldi.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# vivaldi
2+
3+
> Cette commande est un alias de `chromium`.
4+
> Plus d'informations : <https://vivaldi.com/>.
5+
6+
- Affiche la documentation de la commande originale :
7+
8+
`tldr chromium`

pages.fr/linux/dnf5-group.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# dnf5 group
2+
3+
> Cette commande est un alias de `dnf group`.
4+
> Remarque : de Fedora 37 à Fedora 40 (inclus), `dnf` exécute DNF v4 tandis que `dnf5` exécute DNF v5.
5+
6+
- Affiche la documentation de la commande originale :
7+
8+
`tldr dnf group`

pages.fr/linux/gnu[.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# gnu[
2+
3+
> Cette commande est un alias de `[` de GNU.
4+
5+
- Affiche la documentation de la commande originale :
6+
7+
`tldr [`

pages.fr/linux/gnuarch.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# gnuarch
2+
3+
> Cette commande est un alias de `arch` de GNU.
4+
5+
- Affiche la documentation de la commande originale :
6+
7+
`tldr arch`

pages.fr/linux/gnub2sum.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# gnub2sum
2+
3+
> Cette commande est un alias de `b2sum` de GNU.
4+
5+
- Affiche la documentation de la commande originale :
6+
7+
`tldr b2sum`

0 commit comments

Comments
 (0)