mirror of https://github.com/CrimsonTome/tldr.git
Compare commits
1 Commits
222525d77a
...
daeeee1795
Author | SHA1 | Date |
---|---|---|
pull[bot] | daeeee1795 |
|
@ -163,7 +163,7 @@ If a page cannot be found in _any_ platform, then it is RECOMMENDED that clients
|
|||
https://github.com/tldr-pages/tldr/issues/new?title=page%20request:%20{command_name}
|
||||
```
|
||||
|
||||
where `{command_name}` is the name of the command that was not found. Clients that have control over their exit code on the command-line (i.e. clients that provide a CLI) MUST exit with a non-zero exit code in addition to showing the above message.
|
||||
where `{command_name}` is the name of the command that was not found. Clients that have control over their exit code on the command line (i.e. clients that provide a CLI) MUST exit with a non-zero exit code in addition to showing the above message.
|
||||
|
||||
#### If multiple versions of a page were found
|
||||
|
||||
|
|
|
@ -278,7 +278,7 @@ Use backticks on the following:
|
|||
|
||||
### More information links
|
||||
|
||||
- On the `More information` link line, we prefer linking to the author's provided documentation of the command-line reference or the man page. When not available, use <https://manned.org> as the default fallback for all platforms
|
||||
- On the `More information` link line, we prefer linking to the author's provided documentation of the command line reference or the man page. When not available, use <https://manned.org> as the default fallback for all platforms
|
||||
(except `osx` and BSD platforms other than FreeBSD).
|
||||
Alternatively, you can link to the author's website or a tutorial page if the command doesn't have a documentation page.
|
||||
|
||||
|
@ -337,7 +337,7 @@ the part of the address that starts with `?view=`.
|
|||
|
||||
- Avoid using the page title in the description (e.g. use `A sketching and painting program designed for digital artists` instead of `Krita is a sketching and painting program designed for digital artists`)
|
||||
unless the program name differs from the executable name (e.g. `rg` and Ripgrep).
|
||||
- Avoid mentioning that the program is used on the command-line (e.g. use `Ripgrep is a recursive line-oriented search tool` instead of `Ripgrep is a recursive line-oriented CLI search tool`).
|
||||
- Avoid mentioning that the program is used on the command line (e.g. use `Ripgrep is a recursive line-oriented search tool` instead of `Ripgrep is a recursive line-oriented CLI search tool`).
|
||||
- For example, when writing documentation for `cd`, a tool to check out and work on a specific directory in the Terminal or Command Prompt, **do not** write a lengthy description such as:
|
||||
|
||||
```md
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
# pw-metadata
|
||||
|
||||
> Supervisa, establece y elimina metadatos en objetos PipeWire.
|
||||
> Vea también: `pipewire`, `pw-mon`, `pw-cli`.
|
||||
> Más información: <https://docs.pipewire.org/page_man_pw-metadata_1.html>.
|
||||
|
||||
- Muestra metadatos en el formato por defecto:
|
||||
|
||||
`pw-metadata`
|
||||
|
||||
- Muestra metadatos con el identificador 0 en `settings`:
|
||||
|
||||
`pw-metadata {{-n|--name}} {{settings}} {{0}}`
|
||||
|
||||
- Lista todos los objetos de metadatos disponibles:
|
||||
|
||||
`pw-metadata {{-l|--list}}`
|
||||
|
||||
- Continua ejecutando y registrando los cambios en los metadatos:
|
||||
|
||||
`pw-metadata {{-m|--monitor}}`
|
||||
|
||||
- Elimina todos los metadatos:
|
||||
|
||||
`pw-metadata {{-d|--delete}}`
|
||||
|
||||
- Ajusta `log.level` a 1 en `settings`:
|
||||
|
||||
`pw-metadata --name {{settings}} {{0}} {{log.level}} {{1}}`
|
||||
|
||||
- Muestra ayuda:
|
||||
|
||||
`pw-metadata --help`
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
- ارزیابی عملکرد نوشتن روی یک دیسک:
|
||||
|
||||
`dd bs={{1M}} count={{1024}} if=/dev/zero of={{path/to/file_1GB}}`
|
||||
`dd bs={{1M}} count={{1000000}} if=/dev/zero of={{path/to/file_1GB}}`
|
||||
|
||||
- ساخت یک پشتیبان از سامانه و ذخیرهٔ آن در یک فایل IMG (میتوان بعداً با تغییر `if` به `of` آن را بازسازی کرد):
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
- 디스크의 쓰기 성능 벤치마크:
|
||||
|
||||
`dd bs={{1M}} count={{1024}} if=/dev/zero of={{경로/대상/1GB_파일}}`
|
||||
`dd bs={{1M}} count={{1000000}} if=/dev/zero of={{경로/대상/1GB_파일}}`
|
||||
|
||||
- IMG 파일로 시스템 백업을 생성하고 진행 상황 표시:
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Benchmark de sequentiële schrijfsnelheid van een schijf:
|
||||
|
||||
`dd bs={{1M}} count={{1024}} if=/dev/zero of={{pad/naar/bestand_1GB}}`
|
||||
`dd bs={{1M}} count={{1000000}} if=/dev/zero of={{pad/naar/bestand_1GB}}`
|
||||
|
||||
- Maak een systeemback-up, sla deze op in een IMG bestand (kan later worden hersteld door `if` en `of` om te wisselen) en toon de voortgang:
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
`crystal build {{path/to/file.cr}}`
|
||||
|
||||
- Read Crystal source code from the command-line or `stdin`, and execute it:
|
||||
- Read Crystal source code from the command line or `stdin`, and execute it:
|
||||
|
||||
`crystal eval '{{code}}'`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# immich-cli
|
||||
|
||||
> Immich has a command-line interface (CLI) that allows you to perform certain actions from the command-line.
|
||||
> Immich has a command line interface (CLI) that allows you to perform certain actions from the command line.
|
||||
> See also: `immich-go`.
|
||||
> More information: <https://immich.app/docs/features/command-line-interface/>.
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
`{{echo 'Files.list(Paths.get("/etc")).forEach(System.out::println);'}} | jbang -`
|
||||
|
||||
- Run command-line application:
|
||||
- Run command line application:
|
||||
|
||||
`jbang {{path/to/file.java}} {{command}} {{arg1 arg2 ...}}`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mods
|
||||
|
||||
> AI for the command-line, built for pipelines.
|
||||
> AI for the command line, built for pipelines.
|
||||
> More information: <https://github.com/charmbracelet/mods>.
|
||||
|
||||
- Ask a generic question:
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
`set -b`
|
||||
|
||||
- Write and edit text in the command-line with `vi`-like keybindings (e.g. `yy`):
|
||||
- Write and edit text in the command line with `vi`-like keybindings (e.g. `yy`):
|
||||
|
||||
`set -o {{vi}}`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# sf
|
||||
|
||||
> A powerful command-line interface that simplifies development and build automation when working with your Salesforce org.
|
||||
> A powerful command line interface that simplifies development and build automation when working with your Salesforce org.
|
||||
> More information: <https://developer.salesforce.com/tools/salesforcecli>.
|
||||
|
||||
- Authorize a Salesforce Organization:
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
|
||||
`VBoxManage registervm {{path/to/filename.vbox}} --password {{path/to/password_file}}`
|
||||
|
||||
- Prompt for the encryption password on the command-line:
|
||||
- Prompt for the encryption password on the command line:
|
||||
|
||||
`VBoxManage registervm {{path/to/filename.vbox}} --password -`
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
`wfuzz -c --hc {{401}} -s {{delay_between_requests_in_seconds}} -z file,{{path/to/usernames}} -z file,{{path/to/passwords}} --basic 'FUZZ:FUZ2Z' {{https://example.com}}`
|
||||
|
||||
- Provide wordlist directly from the command-line and use POST request for fuzzing:
|
||||
- Provide wordlist directly from the command line and use POST request for fuzzing:
|
||||
|
||||
`wfuzz -z list,{{word1-word2-...}} {{https://api.example.com}} -d {{"id=FUZZ&showwallet=true"}}`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# wikit
|
||||
|
||||
> A command-line program for getting Wikipedia summaries easily.
|
||||
> A command line program for getting Wikipedia summaries easily.
|
||||
> More information: <https://github.com/KorySchneider/wikit>.
|
||||
|
||||
- Show a short summary of a specific topic on Wikipedia:
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Benchmark the write performance of a disk:
|
||||
|
||||
`dd bs={{1M}} count={{1024}} if=/dev/zero of={{path/to/file_1GB}}`
|
||||
`dd bs={{1M}} count={{1000000}} if=/dev/zero of={{path/to/file_1GB}}`
|
||||
|
||||
- Create a system backup, save it into an IMG file (can be restored later by swapping `if` and `of`), and show the progress:
|
||||
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
|
||||
`grub-editenv /boot/grub/grubenv unset saved_entry`
|
||||
|
||||
- Append "quiet splash" to the kernel command-line:
|
||||
- Append "quiet splash" to the kernel command line:
|
||||
|
||||
`grub-editenv /boot/grub/grubenv list kernel_cmdline`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# navi
|
||||
|
||||
> An interactive cheatsheet tool for the command-line and application launchers.
|
||||
> An interactive cheatsheet tool for the command line and application launchers.
|
||||
> More information: <https://github.com/denisidoro/navi>.
|
||||
|
||||
- Browse through all available cheatsheets:
|
||||
|
|
Loading…
Reference in New Issue