Skip to content

Commit ed5d745

Browse files
Merge branch 'main' into hello-updates
2 parents b0d81a1 + 13e9cfb commit ed5d745

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1061
-159
lines changed

β€Žcontributing-guides/style-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ For example, `[d]ownload` in English may be translated into `[d]escargar` in Spa
430430
- Prefer not grouping options that take in arguments (i.e. `{{[-it|--interactive --tty]}} {{[-w|--workdir]}} {{path/to/directory}}` instead of `{{[-itw|--interactive --tty --workdir]}} {{path/to/directory}}`)
431431
- Prefer using a space instead of the equals sign (`=`) to separate options from their arguments (i.e. use `--opt arg` instead of `--opt=arg`), unless the program does not support it.
432432
- Likewise prefer separating shortform options from their arguments with a space (i.e. use `-o arg` instead of `-oarg`), unless the program does not support it.
433+
- If a command only supports `-oarg` and `--opt=arg` the option placeholder should be written like this `{{[-o|--opt=]}}arg`. Keep in mind how the command would look if a client were to display only short or only long options.
433434

434435
### Placeholder syntax
435436

β€Žpages.de/common/exa.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
# exa
22

33
> Ein moderner Ersatz fΓΌr `ls` (Verzeichnisinhalte auflisten).
4-
> Weitere Informationen: <https://github.com/ogham/exa>.
4+
> Weitere Informationen: <https://github.com/ogham/exa#command-line-options>.
55
66
- Liste eine Datei pro Zeile auf:
77

8-
`exa --oneline`
8+
`exa {{[-1|--oneline]}}`
99

1010
- Liste alle Dateien auf, einschließlich versteckter Dateien:
1111

12-
`exa --all`
12+
`exa {{[-a|--all]}}`
1313

1414
- Liste alle Dateien im langen Format auf (Berechtigungen, EigentΓΌmer, Grâße und Γ„nderungsdatum):
1515

16-
`exa --long --all`
16+
`exa {{[-l|--long]}} {{[-a|--all]}}`
1717

1818
- Liste Dateien nach Grâße absteigend sortiert auf:
1919

20-
`exa --reverse --sort={{size}}`
20+
`exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}`
2121

2222
- Zeige Dateien in einer Baumstruktur an, die drei Ebenen tief ist:
2323

24-
`exa --long --tree --level={{3}}`
24+
`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
2525

2626
- Liste Dateien nach Γ„nderungsdatum aufsteigend sortiert auf:
2727

28-
`exa --long --sort={{modified}}`
28+
`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
2929

3030
- Liste Dateien inklusive Header, Icons und Git-Status:
3131

32-
`exa --long --header --icons --git`
32+
`exa {{[-l|--long]}} {{[-h|--header]}} --icons --git`
3333

3434
- Liste keine Dateien auf, die in `.gitignore` erwΓ€hnt werden:
3535

β€Žpages.es/common/exa.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
# exa
22

33
> Un reemplazo moderno para `ls` (Lista el contenido de los directorios).
4-
> MΓ‘s informaciΓ³n: <https://github.com/ogham/exa>.
4+
> MΓ‘s informaciΓ³n: <https://github.com/ogham/exa#command-line-options>.
55
66
- Lista archivos uno por lΓ­nea:
77

8-
`exa --oneline`
8+
`exa {{[-1|--oneline]}}`
99

1010
- Lista todos los archivos, incluidos los ocultos:
1111

12-
`exa --all`
12+
`exa {{[-a|--all]}}`
1313

1414
- Lista en formato largo (permisos, propiedad, tamaΓ±o y fecha de modificaciΓ³n) de todos los archivos:
1515

16-
`exa --long --all`
16+
`exa {{[-l|--long]}} {{[-a|--all]}}`
1717

1818
- Muestra los archivos con el mΓ‘s grande al principio:
1919

20-
`exa --reverse --sort={{size}}`
20+
`exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}`
2121

2222
- Muestra un Γ‘rbol de archivos de tres niveles de profundidad:
2323

24-
`exa --long --tree --level={{3}}`
24+
`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
2525

2626
- Lista los archivos ordenados por fecha de modificaciΓ³n (los mΓ‘s antiguos primero):
2727

28-
`exa --long --sort={{modified}}`
28+
`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
2929

3030
- Lista de archivos con sus cabeceras, iconos y estados Git:
3131

32-
`exa --long --header --icons --git`
32+
`exa {{[-l|--long]}} {{[-h|--header]}} --icons --git`
3333

3434
- No lista los archivos mencionados en `.gitignore`:
3535

β€Žpages.es/osx/bc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414

1515
- Calcula una expresiΓ³n:
1616

17-
`bc --expression='{{5 / 3}}'`
17+
`bc --expression '{{5 / 3}}'`
1818

1919
- Ejecuta un script:
2020

2121
`bc {{ruta/al/script.bc}}`
2222

2323
- Calcula una expresiΓ³n con la escala especificada:
2424

25-
`bc --expression='scale = {{10}}; {{5 / 3}}'`
25+
`bc --expression '{{scale = 10; 5 / 3}}'`
2626

2727
- Calcula una funciΓ³n seno/coseno/arctangente/logaritmo natural/exponencial utilizando `mathlib`:
2828

29-
`bc --mathlib --expression='{{s|c|a|l|e}}({{1}})'`
29+
`bc --mathlib --expression '{{s|c|a|l|e}}({{1}})'`

β€Žpages.es/osx/mktemp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
- Usa un directorio personalizado (por defecto la salida de `getconf DARWIN_USER_TEMP_DIR`, o `/tmp`):
1111

12-
`mktemp --tmpdir={{/ruta/a/tempdir}}`
12+
`mktemp --tmpdir {{/ruta/a/tempdir}}`
1313

1414
- Usa una plantilla de ruta personalizada (las `X` se sustituyen por caracteres alfanumΓ©ricos aleatorios):
1515

β€Žpages.es/osx/say.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99

1010
- Lee un archivo en voz alta:
1111

12-
`say --input-file={{nombre_de_archivo.txt}}`
12+
`say --input-file {{nombre_de_archivo.txt}}`
1313

1414
- Di una frase con una voz y un ritmo de voz personalizados:
1515

16-
`say --voice={{voz}} --rate={{palabras_por_minuto}} "{{Lo siento David, no puedo dejarte hacer eso.}}"`
16+
`say --voice {{voz}} --rate {{palabras_por_minuto}} "{{Lo siento David, no puedo dejarte hacer eso.}}"`
1717

1818
- Lista las voces disponibles (cada voz habla en un idioma distinto):
1919

20-
`say --voice="?"`
20+
`say --voice "?"`
2121

2222
- Di algo en polaco:
2323

24-
`say --voice={{Zosia}} "{{Litwo, ojczyzno moja!}}"`
24+
`say --voice {{Zosia}} "{{Litwo, ojczyzno moja!}}"`
2525

2626
- Crea un archivo de audio con el texto hablado:
2727

28-
`say --output-file={{nombre_de_fichero.aiff}} "{{AquΓ­ estΓ‘n los locos.}}"`
28+
`say --output-file {{nombre_de_fichero.aiff}} "{{AquΓ­ estΓ‘n los locos.}}"`

β€Žpages.es/osx/shuf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
- Escribe el resultado en otro archivo:
1515

16-
`shuf {{nombre_archivo}} --output={{nombre_archivo_salida}}`
16+
`shuf {{nombre_archivo}} --output {{nombre_archivo_salida}}`
1717

1818
- Genera nΓΊmeros aleatorios en el rango 1-10:
1919

β€Žpages.fr/common/exa.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
# exa
22

33
> Une alternative moderne Γ  `ls` (pour lister le contenu de rΓ©pertoires).
4-
> Plus d'informations : <https://github.com/ogham/exa>.
4+
> Plus d'informations : <https://github.com/ogham/exa#command-line-options>.
55
66
- Liste les fichiers, un par ligne :
77

8-
`exa --oneline`
8+
`exa {{[-1|--oneline]}}`
99

1010
- Liste tous les fichiers, y compris les fichiers cachΓ©s :
1111

12-
`exa --all`
12+
`exa {{[-a|--all]}}`
1313

1414
- Liste au format long (autorisations, propriΓ©tΓ©, taille et date de modification) de tous les fichiers :
1515

16-
`exa --long --all`
16+
`exa {{[-l|--long]}} {{[-a|--all]}}`
1717

1818
- Liste les fichiers avec le plus volumineux en haut :
1919

20-
`exa --reverse --sort={{taille}}`
20+
`exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}`
2121

2222
- Affiche une arborescence de fichiers, sur trois niveaux de profondeur :
2323

24-
`exa --long --tree --level={{3}}`
24+
`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
2525

2626
- Liste des fichiers triΓ©s par date de modification (le plus ancien en premier) :
2727

28-
`exa --long --sort={{modifiΓ©}}`
28+
`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
2929

3030
- Liste les fichiers avec leur en-tΓͺte, leur icΓ΄ne et leur statut Git :
3131

32-
`exa --long --header --icons --git`
32+
`exa {{[-l|--long]}} {{[-h|--header]}} --icons --git`
3333

3434
- Liste les fichiers sauf ceux mentionnΓ©s dans `.gitignore` :
3535

β€Žpages.fr/linux/ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ip
22

33
> Affiche / manipule l'adressage, le routage, les interfaces et périphériques réseau, les règles de routage et les tunnels.
4-
> Certaines commandes comme `ip {{[a|address]}}ess` ont leur propre documentation.
4+
> Certaines commandes comme `address` ont leur propre documentation.
55
> Plus d'informations : <https://www.manned.org/ip.8>.
66
77
- Liste les interfaces avec des infos dΓ©taillΓ©es :

β€Žpages.id/osx/shuf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
- Menuliskan output ke file lain:
1515

16-
`shuf {{nama_file}} --output={{nama_file_output}}`
16+
`shuf {{nama_file}} --output {{nama_file_output}}`
1717

1818
- Men-generate angka acak dari 1-10:
1919

β€Žpages.it/common/exa.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# exa
22

33
> Un moderno sostituto per `ls` (elenca i contenuti di una directory).
4-
> Maggiori informazioni: <https://github.com/ogham/exa>.
4+
> Maggiori informazioni: <https://github.com/ogham/exa#command-line-options>.
55
66
- Elenca i file nella directory corrente, uno per riga:
77

8-
`exa --oneline`
8+
`exa {{[-1|--oneline]}}`
99

1010
- Elenca tutti i file, inclusi quelli nascosti:
1111

12-
`exa --all`
12+
`exa {{[-a|--all]}}`
1313

1414
- Elenca tutti i file e mostra informazioni (permessi, dimensione e data di ultima modifica):
1515

16-
`exa --long --all`
16+
`exa {{[-l|--long]}} {{[-a|--all]}}`
1717

1818
- Elenca i file, ordinandoli per dimensione decrescente:
1919

20-
`exa --reverse --sort={{size}}`
20+
`exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}`
2121

2222
- Mostra un albero dei file con 3 livelli di profonditΓ :
2323

24-
`exa --long --tree --level={{3}}`
24+
`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
2525

2626
- Elenca i file e mostra informazioni, ordinandoli per ultima modifica (piΓΉ vechci prima):
2727

28-
`exa --long --sort={{modified}}`
28+
`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`

β€Žpages.it/linux/ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ip
22

33
> Mostra / manipola routing, dispositivi, criteri di routing e tunnel.
4-
> Alcuni sottocomandi, come `ip {{[a|address]}}ess`, hanno una propria documentazione d'uso.
4+
> Alcuni sottocomandi, come `address`, hanno una propria documentazione d'uso.
55
> Maggiori informazioni: <https://www.manned.org/ip.8>.
66
77
- Elenca le interfacce con informazioni dettagliate:

β€Žpages.ko/common/exa.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
# exa
22

33
> `ls`의 ν˜„λŒ€μ μΈ λŒ€μ²΄ν’ˆ (디렉토리 λ‚΄μš© λ‚˜μ—΄).
4-
> 더 λ§Žμ€ 정보: <https://github.com/ogham/exa>.
4+
> 더 λ§Žμ€ 정보: <https://github.com/ogham/exa#command-line-options>.
55
66
- νŒŒμΌμ„ ν•œ 쀄에 ν•˜λ‚˜μ”© λ‚˜μ—΄:
77

8-
`exa --oneline`
8+
`exa {{[-1|--oneline]}}`
99

1010
- μˆ¨κΉ€ νŒŒμΌμ„ ν¬ν•¨ν•œ λͺ¨λ“  파일 λ‚˜μ—΄:
1111

12-
`exa --all`
12+
`exa {{[-a|--all]}}`
1313

1414
- λͺ¨λ“  파일의 κΈ΄ ν˜•μ‹ λͺ©λ‘ (κΆŒν•œ, μ†Œμœ κΆŒ, 크기 및 μˆ˜μ • λ‚ μ§œ):
1515

16-
`exa --long --all`
16+
`exa {{[-l|--long]}} {{[-a|--all]}}`
1717

1818
- κ°€μž₯ 큰 νŒŒμΌμ„ 맨 μœ„μ— λ‚˜μ—΄:
1919

20-
`exa --reverse --sort={{size}}`
20+
`exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}`
2121

2222
- 파일 트리λ₯Ό 3단계 깊이둜 ν‘œμ‹œ:
2323

24-
`exa --long --tree --level={{3}}`
24+
`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}`
2525

2626
- μˆ˜μ • λ‚ μ§œμˆœμœΌλ‘œ 파일 λ‚˜μ—΄ (였래된 것뢀터):
2727

28-
`exa --long --sort={{modified}}`
28+
`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}`
2929

3030
- 헀더, μ•„μ΄μ½˜ 및 Git μƒνƒœμ™€ ν•¨κ»˜ 파일 λ‚˜μ—΄:
3131

32-
`exa --long --header --icons --git`
32+
`exa {{[-l|--long]}} {{[-h|--header]}} --icons --git`
3333

3434
- `.gitignore`에 μ–ΈκΈ‰λœ νŒŒμΌμ€ λ‚˜μ—΄ν•˜μ§€ μ•ŠμŒ:
3535

β€Žpages.ko/common/nokogiri.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nokogiri
22

33
> HTML, XML, SAX 및 Reader νŒŒμ„œ.
4-
> 더 λ§Žμ€ 정보: <https://nokogiri.org>.
4+
> 더 λ§Žμ€ 정보: <https://manned.org/nokogiri>.
55
66
- URL λ˜λŠ” 파일의 λ‚΄μš©μ„ νŒŒμ‹±:
77

@@ -17,7 +17,7 @@
1717

1818
- νŠΉμ • 인코딩을 μ‚¬μš©ν•˜μ—¬ νŒŒμ‹±:
1919

20-
`nokogiri {{url|경둜/λŒ€μƒ/파일}} --encoding {{인코딩}}`
20+
`nokogiri {{url|경둜/λŒ€μƒ/파일}} {{[-E|--encoding]}} {{인코딩}}`
2121

2222
- RELAX NG νŒŒμΌμ„ μ‚¬μš©ν•˜μ—¬ 검증:
2323

β€Žpages.ko/osx/bc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414

1515
- μˆ˜μ‹ 계산:
1616

17-
`bc --expression='{{5 / 3}}'`
17+
`bc --expression '{{5 / 3}}'`
1818

1919
- 슀크립트 μ‹€ν–‰:
2020

2121
`bc {{경둜/λŒ€μƒ/슀크립트.bc}}`
2222

2323
- μ§€μ •λœ μŠ€μΌ€μΌλ‘œ μˆ˜μ‹ 계산:
2424

25-
`bc --expression='scale = {{10}}; {{5 / 3}}'`
25+
`bc --expression '{{scale = 10; 5 / 3}}'`
2626

2727
- `mathlib`을 μ‚¬μš©ν•˜μ—¬ 사인/코사인/μ•„ν¬νƒ„μ  νŠΈ/μžμ—° 둜그/μ§€μˆ˜ ν•¨μˆ˜ 계산:
2828

29-
`bc --mathlib --expression='{{s|c|a|l|e}}({{1}})'`
29+
`bc --mathlib --expression '{{s|c|a|l|e}}({{1}})'`

β€Žpages.ko/osx/mktemp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
- μ‚¬μš©μž μ •μ˜ 디렉터리 μ‚¬μš© (`getconf DARWIN_USER_TEMP_DIR`의 좜λ ₯ λ˜λŠ” `/tmp`κ°€ κΈ°λ³Έκ°’):
1111

12-
`mktemp --tmpdir={{/경둜/λŒ€μƒ/μž„μ‹œ_폴더}}`
12+
`mktemp --tmpdir {{/경둜/λŒ€μƒ/μž„μ‹œ_폴더}}`
1313

1414
- μ‚¬μš©μž μ •μ˜ 경둜 ν…œν”Œλ¦Ώ μ‚¬μš© (`X`λŠ” λ¬΄μž‘μœ„ 영숫자 문자둜 λŒ€μ²΄λ¨):
1515

β€Žpages.ko/osx/say.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99

1010
- [f]νŒŒμΌμ„ μ†Œλ¦¬λ‚΄μ–΄ 읽기:
1111

12-
`say --input-file={{파일λͺ….txt}}`
12+
`say --input-file {{파일λͺ….txt}}`
1313

1414
- μ‚¬μš©μž μ§€μ • μŒμ„±κ³Ό μ†λ„λ‘œ 문ꡬ λ§ν•˜κΈ°:
1515

16-
`say --voice={{μŒμ„±}} --rate={{λΆ„λ‹Ή_단어_수}} "{{λ―Έμ•ˆν•΄ 데이브, κ·Έλ ‡κ²Œ ν•  수 μ—†μ–΄.}}"`
16+
`say --voice {{μŒμ„±}} --rate {{λΆ„λ‹Ή_단어_수}} "{{λ―Έμ•ˆν•΄ 데이브, κ·Έλ ‡κ²Œ ν•  수 μ—†μ–΄.}}"`
1717

1818
- μ‚¬μš© κ°€λŠ₯ν•œ μŒμ„± λͺ©λ‘ λ‚˜μ—΄ (λ‹€μ–‘ν•œ μ–Έμ–΄λ‘œ λ§ν•˜λŠ” μŒμ„±):
1919

20-
`say --voice="?"`
20+
`say --voice "?"`
2121

2222
- ν΄λž€λ“œμ–΄λ‘œ λ§ν•˜κΈ°:
2323

24-
`say --voice={{Zosia}} "{{Litwo, ojczyzno moja!}}"`
24+
`say --voice {{Zosia}} "{{Litwo, ojczyzno moja!}}"`
2525

2626
- μŒμ„± ν…μŠ€νŠΈμ˜ μ˜€λ””μ˜€ 파일 생성:
2727

28-
`say --output-file={{파일λͺ….aiff}} "{{Here's to the Crazy Ones.}}"`
28+
`say --output-file {{파일λͺ….aiff}} "{{Here's to the Crazy Ones.}}"`

β€Žpages.ko/osx/shuf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
- 좜λ ₯을 λ‹€λ₯Έ νŒŒμΌμ— μ“°κΈ°:
1515

16-
`shuf {{경둜/λŒ€μƒ/μž…λ ₯_파일}} --output={{경둜/λŒ€μƒ/좜λ ₯_파일}}`
16+
`shuf {{경둜/λŒ€μƒ/μž…λ ₯_파일}} --output {{경둜/λŒ€μƒ/좜λ ₯_파일}}`
1717

1818
- 1μ—μ„œ 10κΉŒμ§€μ˜ λ²”μœ„μ—μ„œ λ¬΄μž‘μœ„ 숫자 생성:
1919

0 commit comments

Comments
Β (0)