diff --git a/CLIENT-SPECIFICATION.md b/CLIENT-SPECIFICATION.md index 04ee2c5e8..73e92e399 100644 --- a/CLIENT-SPECIFICATION.md +++ b/CLIENT-SPECIFICATION.md @@ -155,7 +155,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 @@ -188,7 +188,7 @@ Examples: Regardless of the language determined through the environment, clients MUST always attempt to fallback to English if the page does not exist in the user preferred language. Clients MAY notify the user when a page in their preferred language cannot be found (optionally including a link to the [translations section of the contributing guide](https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md#translations)). -It is also RECOMMENDED to make the language configurable, as to not only rely on the environment. Clients SHOULD offer options to configure or override the language using configuration files or even command line options (like `-L, --language` as suggested in the [arguments section](#arguments) above). If such a command-line option is specified, a client must strictly adhere to its value, and MUST NOT show pages in a different language, failing with an appropriate error message instead. +It is also RECOMMENDED to make the language configurable, as to not only rely on the environment. Clients SHOULD offer options to configure or override the language using configuration files or even command-line options (like `-L, --language` as suggested in the [arguments section](#arguments) above). If such a command-line option is specified, a client must strictly adhere to its value, and MUST NOT show pages in a different language, failing with an appropriate error message instead. The [`LC_MESSAGES` environment variable](https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html) MAY be present. If the client itself is localized and this environment variable is present, it MUST use its value in order to determine the language in which interface text is shown (separately from the language used for pages). In absence of `LC_MESSAGES`, then `LANG` and `LANGUAGE` MUST be used for this purpose instead. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 51354bf4b..ce19906f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -119,7 +119,7 @@ Check out the step-by-step instructions (with screenshots) on [GitHub Help](https://help.github.com/articles/editing-files-in-another-user-s-repository/). Alternatively, you can do most of the process -[using Git on the command line](contributing-guides/git-terminal.md). +[using Git on the command-line](contributing-guides/git-terminal.md). ### Commit message diff --git a/README.md b/README.md index 5fc79bcf5..a31f62106 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ However, if you just want to browse without installing anything, check out the [PDF version](https://tldr.sh/assets/tldr-book.pdf). There are also various other clients provided by the community, -both for the command line and for other platforms: +both for the command-line and for other platforms: - Alfred Workflow - [tldr-alfred](https://github.com/cs1707/tldr-alfred) @@ -185,17 +185,17 @@ to see the current progress of all translations. the best entries are what people see first when they look up a command. - [kb](https://github.com/gnebbia/kb) - is a minimalist command line knowledge base manager. + is a minimalist command-line knowledge base manager. kb can be used to organize your notes and cheatsheets in a minimalist and clean way. It supports also non-text files. - [eg](https://github.com/srsudar/eg) - provides detailed examples with explanations on the command line. + provides detailed examples with explanations on the command-line. Examples come from the repository, but `eg` supports displaying custom examples and commands alongside the defaults. - [devhints](https://devhints.io/) - Rico's cheatsheets are not just focused on the command line and + Rico's cheatsheets are not just focused on the command-line and include a plethora of other cheatsheets related to programming. ## What does "tldr" mean? diff --git a/contributing-guides/git-terminal.md b/contributing-guides/git-terminal.md index 15423b35a..243761faf 100644 --- a/contributing-guides/git-terminal.md +++ b/contributing-guides/git-terminal.md @@ -1,7 +1,7 @@ Most people submit pull requests to the tldr-pages project [using GitHub's web interface][pr-howto]. -If you prefer, you can do most of the process using the command line instead. +If you prefer, you can do most of the process using the command-line instead. The overall process should look somewhat like this: 1. Fork the tldr-pages/tldr repository on the GitHub web interface. diff --git a/pages.de/common/alacritty.md b/pages.de/common/alacritty.md index 82952b5da..40e1d6292 100644 --- a/pages.de/common/alacritty.md +++ b/pages.de/common/alacritty.md @@ -1,24 +1,24 @@ # alacritty > Plattformübergreifender, GPU-beschleunigter Terminalemulator. -> Weitere Informationen: . +> Weitere Informationen: . -- Öffne ein neues alacritty-Fenster: +- Öffne ein neues Alacritty-Fenster: `alacritty` -- Starte alacritty in einem bestimmten Arbeitsverzeichnis: +- Starte Alacritty in einem bestimmten Arbeitsverzeichnis: `alacritty --working-directory {{pfad/zu/verzeichnis}}` -- Führe einen Befehl in einem neuen alacritty-Fenster aus: +- Führe einen Befehl in einem neuen Alacritty-Fenster aus: `alacritty -e {{befehl}}` -- Gib eine alternative Konfigurations-Datei an (ist standardmäßig $XDG_CONFIG_HOME/alacritty/alacritty.yml): +- Gib eine alternative Konfigurations-Datei an (ist standardmäßig `$XDG_CONFIG_HOME/alacritty/alacritty.yml`): `alacritty --config-file {{pfad/zu/konfiguration.yml}}` -- Starte mit aktiviertem Live-Konfigurations-Neuladen (kann auch standardmäßig in alacritty.yml eingestellt werden): +- Starte mit aktiviertem Live-Konfigurations-Neuladen (kann auch standardmäßig in `alacritty.yml` eingestellt werden): `alacritty --live-config-reload --config-file {{pfad/zu/konfiguration.yml}}` diff --git a/pages.de/common/awslogs.md b/pages.de/common/awslogs.md index 56796a995..f7966ce75 100644 --- a/pages.de/common/awslogs.md +++ b/pages.de/common/awslogs.md @@ -1,6 +1,6 @@ # awslogs -> CLI um Log-Gruppen, Streams und Events von Amazon Cloudwatch Logs abzurufen. +> CLI um Log-Gruppen, Streams und Events von Amazon CloudWatch Logs abzurufen. > Weitere Informationen: . - Liste alle Log-Gruppen auf: @@ -15,7 +15,7 @@ `awslogs get {{/var/log/syslog}} --start='{{2h ago}}' --end='{{1h ago}}'` -- Rufe alle Logs für einen bestimmten Cloudwatch-Logs Filter-Ausdruck ab: +- Rufe alle Logs für einen bestimmten CloudWatch-Logs Filter-Ausdruck ab: `awslogs get {{/aws/lambda/meine_lambda_gruppe}} --filter-pattern='{{ERROR}}'` diff --git a/pages.de/common/convert.md b/pages.de/common/convert.md index 5f2ea01bd..8edeefaf2 100644 --- a/pages.de/common/convert.md +++ b/pages.de/common/convert.md @@ -1,6 +1,6 @@ # convert -> Imagemagick Bildkonvertierungswerkzeug. +> ImageMagick Bildkonvertierungswerkzeug. > Weitere Informationen: . - Konvertiere ein Bild von JPG nach PNG: diff --git a/pages.de/common/fdroidcl.md b/pages.de/common/fdroidcl.md index 156208b5e..973d4b7b9 100644 --- a/pages.de/common/fdroidcl.md +++ b/pages.de/common/fdroidcl.md @@ -1,6 +1,6 @@ # fdroidcl -> F-Droid CLI (Command Line Interface) Client. +> F-Droid CLI (Command-line Interface) Client. > Weitere Informationen: . - Aktualisiere den Index: diff --git a/pages.de/common/ffsend.md b/pages.de/common/ffsend.md index 876fcca16..f62e43159 100644 --- a/pages.de/common/ffsend.md +++ b/pages.de/common/ffsend.md @@ -1,6 +1,6 @@ # ffsend -> Teile Dateien einfach und sicher in der Command Line. +> Teile Dateien einfach und sicher in der Command-line. > Weitere Informationen: . - Lade eine Datei hoch: diff --git a/pages.de/common/npm.md b/pages.de/common/npm.md index eb6a7e47b..80ca80ef5 100644 --- a/pages.de/common/npm.md +++ b/pages.de/common/npm.md @@ -1,6 +1,6 @@ # npm -> Ein Kommandozeilenwerkzeug für die Verwaltung von Javascript und Node.js Paketen (Packages). +> Ein Kommandozeilenwerkzeug für die Verwaltung von JavaScript und Node.js Paketen (Packages). > Weitere Informationen: . - Erstelle eine `package.json` Datei interaktiv: diff --git a/pages.fr/common/convert.md b/pages.fr/common/convert.md index 58dc78310..11539a8e8 100644 --- a/pages.fr/common/convert.md +++ b/pages.fr/common/convert.md @@ -1,6 +1,6 @@ # convert -> Outil de conversion d'image de Imagemagick. +> Outil de conversion d'image d'ImageMagick. > Plus d'informations : . - Convertir une image JPG en PNG : diff --git a/pages.fr/common/git-remote.md b/pages.fr/common/git-remote.md index f4e954c27..847a8ad05 100644 --- a/pages.fr/common/git-remote.md +++ b/pages.fr/common/git-remote.md @@ -3,7 +3,7 @@ > Organisation des dépôts suivis ("remotes"). > Plus d'informations : . -- Affiche les dépôts existants, leur nom et URL: +- Affiche les dépôts existants, leur nom et URL : `git remote -v` diff --git a/pages.hi/common/tldr.md b/pages.hi/common/tldr.md index 061e474e3..5383bf6d2 100644 --- a/pages.hi/common/tldr.md +++ b/pages.hi/common/tldr.md @@ -7,7 +7,7 @@ `tldr {{कमांड}}` -- linux के लिए tar tldr पेज दिखाएं: +- Linux के लिए tar tldr पेज दिखाएं: `tldr -p {{linux}} {{tar}}` diff --git a/pages.id/common/alacritty.md b/pages.id/common/alacritty.md index 215091f2d..8e3c375f7 100644 --- a/pages.id/common/alacritty.md +++ b/pages.id/common/alacritty.md @@ -1,17 +1,17 @@ # alacritty > Lintas platform, terakselerasi GPU terminal emulator. -> Informasi lebih lanjut: . +> Informasi lebih lanjut: . -- Membuka jendela alacritty baru: +- Membuka jendela Alacritty baru: `alacritty` -- Menjalankan alacritty pada direktori tertentu: +- Menjalankan Alacritty pada direktori tertentu: `alacritty --working-directory {{alamat/ke/direktori}}` -- Menjalankan perintah di jendela alacritty baru: +- Menjalankan perintah di jendela Alacritty baru: `alacritty -e {{perintah}}` @@ -19,6 +19,6 @@ `alacritty --config-file {{alamat/ke/konfigurasi.yml}}` -- Menjalankan dengan mengaktifkan pemuatan ulang konfigurasi secara langsung/otomatis(dapat juga diaktifkan secara default di `alacritty.yml`): +- Menjalankan dengan mengaktifkan pemuatan ulang konfigurasi secara langsung/otomatis (dapat juga diaktifkan secara default di `alacritty.yml`): `alacritty --live-config-reload --config-file {{alamat/ke/konfigurasi.yml}}` diff --git a/pages.id/common/laravel-zero.md b/pages.id/common/laravel-zero.md index d3bbf0812..09ee61edd 100644 --- a/pages.id/common/laravel-zero.md +++ b/pages.id/common/laravel-zero.md @@ -1,6 +1,6 @@ # laravel-zero -> Pemasang Laravel Zero framework berbasis command line. +> Pemasang Laravel Zero framework berbasis command-line. > Informasi lebih lanjut: . - Buat aplikasi Laravel Zero baru: diff --git a/pages.id/common/laravel.md b/pages.id/common/laravel.md index f60cd0569..0fb85370d 100644 --- a/pages.id/common/laravel.md +++ b/pages.id/common/laravel.md @@ -1,6 +1,6 @@ # laravel -> Pemasang Laravel framework berbasis command line. +> Pemasang Laravel framework berbasis command-line. > Informasi lebih lanjut: . - Buat aplikasi Laravel baru: diff --git a/pages.it/common/calibre-server.md b/pages.it/common/calibre-server.md index df0cb09c9..8a8858c83 100644 --- a/pages.it/common/calibre-server.md +++ b/pages.it/common/calibre-server.md @@ -1,11 +1,11 @@ # calibre-server -> Un'applicazione server che può essere usata per distribuire ebook in una rete. -> Gli ebook devono prima essere importati nella libreria usando la GUI o calibredb. -> Parte del manager di ebook Calibre. +> Un'applicazione server che può essere usata per distribuire e-book in una rete. +> Gli e-book devono prima essere importati nella libreria usando la GUI o calibredb. +> Parte del manager di e-book Calibre. > Maggiori informazioni: . -- Avvia un server per distribuire ebook. Accesso a http://localhost:8080: +- Avvia un server per distribuire e-book. Accesso a http://localhost:8080: `calibre-server` diff --git a/pages.it/common/calibredb.md b/pages.it/common/calibredb.md index bd5ac6b08..241b16751 100644 --- a/pages.it/common/calibredb.md +++ b/pages.it/common/calibredb.md @@ -1,25 +1,25 @@ # calibredb -> Strumentoi per gestire il tuo database di ebook. -> Parte del manager di ebook Calibre. +> Strumentoi per gestire il tuo database di e-book. +> Parte del manager di e-book Calibre. > Maggiori informazioni: . -- Elenca gli ebook nella libreria con informazioni aggiuntive: +- Elenca gli e-book nella libreria con informazioni aggiuntive: `calibredb list` -- Cerca tra gli ebook mostrando informazioni aggiuntive: +- Cerca tra gli e-book mostrando informazioni aggiuntive: `calibredb list --search {{termine_di_ricerca}}` -- Cerca mostrando solamente gli ID degli ebook: +- Cerca mostrando solamente gli ID degli e-book: `calibredb search {{termine_di_ricerca}}` -- Aggiungi uno o più ebook alla libreria: +- Aggiungi uno o più e-book alla libreria: `calibredb add {{file1 file2 …}}` -- Rimuovi uno o più ebook dalla libreria. Sono necessari gli ID (vedi sopra): +- Rimuovi uno o più e-book dalla libreria. Sono necessari gli ID (vedi sopra): `calibredb remove {{id1 id2 …}}` diff --git a/pages.it/common/cmark.md b/pages.it/common/cmark.md index 95f955ad1..08e9b376b 100644 --- a/pages.it/common/cmark.md +++ b/pages.it/common/cmark.md @@ -15,6 +15,6 @@ `cmark --smart --to html {{file.md}}` -- Converti validando i caratteri UTF8: +- Converti validando i caratteri UTF-8: `cmark --validate-utf8 {{file.md}}` diff --git a/pages.it/common/csc.md b/pages.it/common/csc.md index 84079e2fe..fdc88737d 100644 --- a/pages.it/common/csc.md +++ b/pages.it/common/csc.md @@ -3,7 +3,7 @@ > Compilatore per Microsoft C#. > Maggiori informazioni: . -- Compila uno o più file C# in un eseguibile da command line: +- Compila uno o più file C# in un eseguibile da command-line: `csc {{percorso/al/file_input_a.cs}} {{percorso/al/file_input_b.cs}}` diff --git a/pages.it/common/ebook-convert.md b/pages.it/common/ebook-convert.md index 614dcfeae..765b00372 100644 --- a/pages.it/common/ebook-convert.md +++ b/pages.it/common/ebook-convert.md @@ -1,9 +1,9 @@ # ebook-convert -> Converti ebook in differenti formati, come PDF, EPUB, Mobi. -> Parte dello strumento Calibre per librerie ebook. +> Converti e-book in differenti formati, come PDF, EPUB, Mobi. +> Parte dello strumento Calibre per librerie e-book. > Maggiori informazioni: . -- Converti un ebook in un altro formato: +- Converti un e-book in un altro formato: `ebook-convert {{originale}} {{convertito}}` diff --git a/pages.it/windows/cmd.md b/pages.it/windows/cmd.md index 93d602491..ac2b15609 100644 --- a/pages.it/windows/cmd.md +++ b/pages.it/windows/cmd.md @@ -31,6 +31,6 @@ `cmd /v:{{on|off}}` -- Forza l'encoding delle stringhe in unicode per l'output: +- Forza l'encoding delle stringhe in Unicode per l'output: `cmd /u` diff --git a/pages.ko/common/alacritty.md b/pages.ko/common/alacritty.md index f43feaaa2..5a4d79d76 100644 --- a/pages.ko/common/alacritty.md +++ b/pages.ko/common/alacritty.md @@ -1,9 +1,9 @@ # alacritty > 교차 플랫폼으로, GPU-가속 터미널 에뮬레이터. -> 더 많은 정보: . +> 더 많은 정보: . -- 새 alacritty 창 열기: +- 새 Alacritty 창 열기: `alacritty` @@ -11,14 +11,14 @@ `alacritty --working-directory {{경로/디렉토리명}}` -- 새로운 alacritty 창에서 명령어 실행: +- 새로운 Alacritty 창에서 명령어 실행: `alacritty -e {{명령어}}` -- 대체 구성파일 지정 (기본값 : $XDG_CONFIG_HOME/alacritty/alacritty.yml): +- 대체 구성파일 지정 (기본값 : `$XDG_CONFIG_HOME/alacritty/alacritty.yml`): `alacritty --config-file {{경로/config.yml}}` -- 재배치가 가능한 라이브 구성 설정으로 실행 (기본적으로 alacritty.yml에서도 활성화 가능): +- 재배치가 가능한 라이브 구성 설정으로 실행 (기본적으로 `alacritty.yml` 에서도 활성화 가능): `alacritty --live-config-reload --config-file {{경로/config.yml}}` diff --git a/pages.ko/common/asdf.md b/pages.ko/common/asdf.md index b09686456..44be4b593 100644 --- a/pages.ko/common/asdf.md +++ b/pages.ko/common/asdf.md @@ -1,6 +1,6 @@ # asdf -> 여러 패키지 버전을 관리하기 위한 CLI(Command Line Interface) 입니다. +> 여러 패키지 버전을 관리하기 위한 CLI(Command-line Interface) 입니다. > 더 많은 정보: . - 사용 가능한 모든 플러그인을 나열: diff --git a/pages.ko/common/cmark.md b/pages.ko/common/cmark.md index ca63bdfd7..4f7882335 100644 --- a/pages.ko/common/cmark.md +++ b/pages.ko/common/cmark.md @@ -1,9 +1,9 @@ # cmark -> Commonmark Markdown 텍스트를 다른 텍스트 형식으로 변환합니다. +> CommonMark Markdown 텍스트를 다른 텍스트 형식으로 변환합니다. > 더 많은 정보: . -- Commonmark Markdown 파일을 HTML 파일로 렌더링합니다: +- CommonMark Markdown 파일을 HTML 파일로 렌더링합니다: `cmark --to html {{파일명.md}}` @@ -15,6 +15,6 @@ `cmark --smart --to html {{파일명.md}}` -- utf8 문자들을 검증: +- UTF-8 문자들을 검증: `cmark --validate-utf8 {{파일명.md}}` diff --git a/pages.ko/common/convert.md b/pages.ko/common/convert.md index a5d7a41ec..f48cb3afe 100644 --- a/pages.ko/common/convert.md +++ b/pages.ko/common/convert.md @@ -1,6 +1,6 @@ # convert -> Imagemagick 이미지 변환 도구. +> ImageMagick 이미지 변환 도구. > 더 많은 정보: . - JPG이미지를 PNG이미지로 변환: diff --git a/pages.ko/common/cotton.md b/pages.ko/common/cotton.md index a4236064d..1ad3bb352 100644 --- a/pages.ko/common/cotton.md +++ b/pages.ko/common/cotton.md @@ -3,7 +3,7 @@ > 마크다운 테스트 사양 러너. > 더 많은 정보: . -- 특정 기본 url 사용하기: +- 특정 기본 URL 사용하기: `cotton -u {{기본_url}} {{파일}}.md` diff --git a/pages.ko/common/tldr.md b/pages.ko/common/tldr.md index a03d9a304..fe6b0dcbb 100644 --- a/pages.ko/common/tldr.md +++ b/pages.ko/common/tldr.md @@ -7,7 +7,7 @@ `tldr {{명령어}}` -- linux에서 tar에 대한 tldr 문서 표시하기: +- Linux에서 tar에 대한 tldr 문서 표시하기: `tldr -p {{linux}} {{tar}}` diff --git a/pages.pl/common/aws.md b/pages.pl/common/aws.md index 783289766..2d22c85fa 100644 --- a/pages.pl/common/aws.md +++ b/pages.pl/common/aws.md @@ -4,11 +4,11 @@ > Wizard, SSO, Resource Autocompletion, i opcje YAML są tylko v2. > Więcej informacji: . -- Konfiguruj AWS Command Line: +- Konfiguruj AWS Command-line: `aws configure wizard` -- Konfiguruj AWS Command Line używając SSO: +- Konfiguruj AWS Command-line używając SSO: `aws configure sso` diff --git a/pages.pt_BR/common/convert.md b/pages.pt_BR/common/convert.md index 26f46e8ff..24832ab61 100644 --- a/pages.pt_BR/common/convert.md +++ b/pages.pt_BR/common/convert.md @@ -1,6 +1,6 @@ # convert -> Ferramenta de conversão de imagens da Imagemagick. +> Ferramenta de conversão de imagens da ImageMagick. > Mais informações: . - Converter uma imagem do formato JPG para o formato PNG: diff --git a/pages.pt_BR/common/node.md b/pages.pt_BR/common/node.md index 02c640fbb..dda95f054 100644 --- a/pages.pt_BR/common/node.md +++ b/pages.pt_BR/common/node.md @@ -15,6 +15,6 @@ `node -e "{{código}}"` -- Executar um arquivo Javascript, imprimindo o resultado: +- Executar um arquivo JavaScript, imprimindo o resultado: `node -p "{{script}}"` diff --git a/pages.pt_BR/windows/cmd.md b/pages.pt_BR/windows/cmd.md index dd9820bae..fbc39dbd5 100644 --- a/pages.pt_BR/windows/cmd.md +++ b/pages.pt_BR/windows/cmd.md @@ -31,6 +31,6 @@ `cmd /v:{{on|off}}` -- Forçar que a saída de comandos use o padrão unicode: +- Forçar que a saída de comandos use o padrão Unicode: `cmd /u` diff --git a/pages.ru/common/weasyprint.md b/pages.ru/common/weasyprint.md index 710a547a7..60e7a577b 100644 --- a/pages.ru/common/weasyprint.md +++ b/pages.ru/common/weasyprint.md @@ -19,6 +19,6 @@ `weasyprint {{путь/до/входного.html}} {{путь/до/выходного.png}} --resolution {{300}}` -- Во входном HTML файле указать базовый url для относительных urls: +- Во входном HTML файле указать базовый URL для относительных URLs: `weasyprint {{путь/до/входного.html}} {{путь/до/выходного.png}} --base-url {{url_или_имя-файла}}` diff --git a/pages.zh/common/alacritty.md b/pages.zh/common/alacritty.md index 343482855..9f3e9a0df 100644 --- a/pages.zh/common/alacritty.md +++ b/pages.zh/common/alacritty.md @@ -1,9 +1,9 @@ # alacritty > 跨平台,GPU 加速的终端模拟器. -> 更多信息: . +> 更多信息: . -- 打开一个新的 alacritty 窗口: +- 打开一个新的 Alacritty 窗口: `alacritty` @@ -11,14 +11,14 @@ `alacritty --working-directory {{路径}}` -- 在新的 alacritty 窗口中运行命令: +- 在新的 Alacritty 窗口中运行命令: `alacritty -e {{命令}}` -- 指定备用配置文件 (默认在 $XDG_CONFIG_HOME/alacritty/alacritty.yml): +- 指定备用配置文件 (默认在 `$XDG_CONFIG_HOME/alacritty/alacritty.yml`): `alacritty --config-file {{路径/config.yml}}` -- 在启用实时配置重新加载的情况下运行(默认情况下也可以在 alacritty.yml 中启用): +- 在启用实时配置重新加载的情况下运行(默认情况下也可以在 `alacritty.yml` 中启用): `alacritty --live-config-reload --config-file {{路径/config.yml}}` diff --git a/pages.zh/common/tldr.md b/pages.zh/common/tldr.md index 3587b439d..dce4d9f3a 100644 --- a/pages.zh/common/tldr.md +++ b/pages.zh/common/tldr.md @@ -7,7 +7,7 @@ `tldr {{command}}` -- 展示 linux 下 tar 的 tldr 文档: +- 展示 Linux 下 tar 的 tldr 文档: `tldr -p {{linux}} {{tar}}` diff --git a/pages.zh/common/write.md b/pages.zh/common/write.md index 617ae9d47..5da885848 100644 --- a/pages.zh/common/write.md +++ b/pages.zh/common/write.md @@ -11,6 +11,6 @@ `write {{testuser}} {{tty/5}}` -- 向伪终端 "/dev/pts/5" 上的用户 "jhondoe" 发送信息 : +- 向伪终端 "/dev/pts/5" 上的用户 "johndoe" 发送信息 : -`write {{jhondoe}} {{pts/5}}` +`write {{johndoe}} {{pts/5}}` diff --git a/pages.zh/linux/apk.md b/pages.zh/linux/apk.md index a4d9dfcd9..e33291c90 100644 --- a/pages.zh/linux/apk.md +++ b/pages.zh/linux/apk.md @@ -1,6 +1,6 @@ # apk -> Alpine linux 的包管理工具. +> Alpine Linux 的包管理工具. - 从所有的远程仓库中更新仓库索引: diff --git a/pages.zh/osx/duti.md b/pages.zh/osx/duti.md index 603ddbdba..c6411934c 100644 --- a/pages.zh/osx/duti.md +++ b/pages.zh/osx/duti.md @@ -1,6 +1,6 @@ # duti -> 在 MacOS 上为文档类型和网页设置默认打开的应用程序. +> 在 macOS 上为文档类型和网页设置默认打开的应用程序. - 将 Safari 设置为 HTML 文档的默认打开程序: diff --git a/pages.zh/osx/open.md b/pages.zh/osx/open.md index bed58eda6..e4767bd69 100644 --- a/pages.zh/osx/open.md +++ b/pages.zh/osx/open.md @@ -6,11 +6,11 @@ `open {{filename.extension}}` -- 运行图形化的 MacOS 应用程序: +- 运行图形化的 macOS 应用程序: `open -a {{应用程序名}}` -- 运行指定 包名 的图形化 MacOS 应用程序(请参阅`OSascript`命令,查询如何获取应用程序的 包名): +- 运行指定 包名 的图形化 macOS 应用程序(请参阅`OSascript`命令,查询如何获取应用程序的 包名): `open -b {{com.domain.application 应用程序包名}}` diff --git a/pages.zh/osx/pmset.md b/pages.zh/osx/pmset.md index ad9e6e4ad..ee4a48140 100644 --- a/pages.zh/osx/pmset.md +++ b/pages.zh/osx/pmset.md @@ -1,6 +1,6 @@ # pmset -> 配置 MacOS 电源管理设置,就像在系统首选项 > 节能程序中一样. +> 配置 macOS 电源管理设置,就像在系统首选项 > 节能程序中一样. > 修改设置的命令必须以 `sudo` 开头. - 显示当前电源管理设置: diff --git a/pages.zh/osx/port.md b/pages.zh/osx/port.md index e9c527b7f..0960dda3a 100644 --- a/pages.zh/osx/port.md +++ b/pages.zh/osx/port.md @@ -1,6 +1,6 @@ # port -> MacOS 包管理器软件(类似 brew). +> macOS 包管理器软件(类似 brew). - 搜索包: diff --git a/pages.zh/osx/softwareupdate.md b/pages.zh/osx/softwareupdate.md index 920983585..ae10c15c0 100644 --- a/pages.zh/osx/softwareupdate.md +++ b/pages.zh/osx/softwareupdate.md @@ -1,6 +1,6 @@ # softwareupdate -> 通过命令行更新 MacOS 应用商店中应用程序的工具. +> 通过命令行更新 macOS 应用商店中应用程序的工具. - 列出所有可用的更新: diff --git a/pages.zh/osx/sw_vers.md b/pages.zh/osx/sw_vers.md index a76ee69f6..f1a152b87 100644 --- a/pages.zh/osx/sw_vers.md +++ b/pages.zh/osx/sw_vers.md @@ -1,11 +1,11 @@ # sw_vers -> 打印 MacOS 软件版本信息. +> 打印 macOS 软件版本信息. -- 打印 MacOS 版本: +- 打印 macOS 版本: `sw_vers -productVersion` -- 打印 MacOS 构建版本: +- 打印 macOS 构建版本: `sw_vers -buildVersion` diff --git a/pages.zh/osx/wacaw.md b/pages.zh/osx/wacaw.md index 297a52209..294c4a58e 100644 --- a/pages.zh/osx/wacaw.md +++ b/pages.zh/osx/wacaw.md @@ -1,6 +1,6 @@ # wacaw -> 一个用于 MacOS 的小命令行工具,允许您从连接的摄像头捕获静止图片和视频 +> 一个用于 macOS 的小命令行工具,允许您从连接的摄像头捕获静止图片和视频 - 从网络摄像机拍照: diff --git a/pages.zh/osx/xed.md b/pages.zh/osx/xed.md index ef3e5733a..460e79fbb 100644 --- a/pages.zh/osx/xed.md +++ b/pages.zh/osx/xed.md @@ -2,7 +2,7 @@ > 用 Xcode 打开要编辑的文件. -- 用 XCode 打开文件 : +- 用 Xcode 打开文件 : `xed {{文件名}}` diff --git a/pages/common/alacritty.md b/pages/common/alacritty.md index 788b16a5c..652c52ee2 100644 --- a/pages/common/alacritty.md +++ b/pages/common/alacritty.md @@ -1,9 +1,9 @@ # alacritty > Cross-platform, GPU-accelerated terminal emulator. -> More information: . +> More information: . -- Open a new alacritty window: +- Open a new Alacritty window: `alacritty` @@ -11,14 +11,14 @@ `alacritty --working-directory {{path/to/directory}}` -- Run a command in a new alacritty window: +- Run a command in a new Alacritty window: `alacritty -e {{command}}` -- Specify alternative configuration file (defaults to $XDG_CONFIG_HOME/alacritty/alacritty.yml): +- Specify alternative configuration file (defaults to `$XDG_CONFIG_HOME/alacritty/alacritty.yml`): `alacritty --config-file {{path/to/config.yml}}` -- Run with live config reload enabled (can also be enabled by default in alacritty.yml): +- Run with live config reload enabled (can also be enabled by default in `alacritty.yml`): `alacritty --live-config-reload --config-file {{path/to/config.yml}}` diff --git a/pages/common/ansible-playbook.md b/pages/common/ansible-playbook.md index f8bdfb49b..51e1605d8 100644 --- a/pages/common/ansible-playbook.md +++ b/pages/common/ansible-playbook.md @@ -11,7 +11,7 @@ `ansible-playbook {{playbook}} -i {{inventory_file}}` -- Run tasks in playbook with extra variables defined via the command line: +- Run tasks in playbook with extra variables defined via the command-line: `ansible-playbook {{playbook}} -e "{{variable1}}={{value1}} {{variable2}}={{value2}}"` diff --git a/pages/common/arduino-builder.md b/pages/common/arduino-builder.md index 5a0e16435..78a52bd26 100644 --- a/pages/common/arduino-builder.md +++ b/pages/common/arduino-builder.md @@ -1,6 +1,6 @@ # arduino-builder -> A command line tool for compiling arduino sketches. +> A command-line tool for compiling arduino sketches. > DEPRECATION WARNING: This tool is being phased out in favor of `arduino`. > More information: . diff --git a/pages/common/asdf.md b/pages/common/asdf.md index 3c23716a1..1e0263f15 100644 --- a/pages/common/asdf.md +++ b/pages/common/asdf.md @@ -1,6 +1,6 @@ # asdf -> Command line interface for managing versions of different packages. +> Command-line interface for managing versions of different packages. > More information: . - List all available plugins: diff --git a/pages/common/aws-google-auth.md b/pages/common/aws-google-auth.md index 0ba1471de..1456940b3 100644 --- a/pages/common/aws-google-auth.md +++ b/pages/common/aws-google-auth.md @@ -1,6 +1,6 @@ # aws-google-auth -> Command line tool to acquire AWS temporary (STS) credentials using Google Apps as a federated (Single Sign-On) provider. +> Command-line tool to acquire AWS temporary (STS) credentials using Google Apps as a federated (Single Sign-On) provider. > More information: . - Log in with Google SSO using the IDP and SP identifiers and set the credentials duration to one hour: diff --git a/pages/common/aws.md b/pages/common/aws.md index b0b2decc3..6f8b5cfa5 100644 --- a/pages/common/aws.md +++ b/pages/common/aws.md @@ -4,11 +4,11 @@ > Wizard, SSO, Resource Autocompletion, and YAML options are v2 only. > More information: . -- Configure the AWS Command Line: +- Configure the AWS Command-line: `aws configure wizard` -- Configure the AWS Command Line using SSO: +- Configure the AWS Command-line using SSO: `aws configure sso` diff --git a/pages/common/awslogs.md b/pages/common/awslogs.md index 183547cd1..0f77f809f 100644 --- a/pages/common/awslogs.md +++ b/pages/common/awslogs.md @@ -1,6 +1,6 @@ # awslogs -> Queries groups, streams and events from Amazon Cloudwatch logs. +> Queries groups, streams and events from Amazon CloudWatch logs. > More information: . - List log groups: @@ -15,7 +15,7 @@ `awslogs get {{/var/log/syslog}} --start='{{2h ago}}' --end='{{1h ago}}'` -- Get logs that match a specific Cloudwatch Logs Filter pattern: +- Get logs that match a specific CloudWatch Logs Filter pattern: `awslogs get {{/aws/lambda/my_lambda_group}} --filter-pattern='{{ERROR}}'` diff --git a/pages/common/balena.md b/pages/common/balena.md index 1c0e1f1ff..786888b7a 100644 --- a/pages/common/balena.md +++ b/pages/common/balena.md @@ -1,6 +1,6 @@ # balena -> Interact with the balenaCloud, openBalena and the balena API from the command line. +> Interact with the balenaCloud, openBalena and the balena API from the command-line. > More information: . - Log in to the balenaCloud account: diff --git a/pages/common/bash.md b/pages/common/bash.md index 2e6d7657d..22863c555 100644 --- a/pages/common/bash.md +++ b/pages/common/bash.md @@ -1,6 +1,6 @@ # bash -> Bourne-Again SHell, an `sh`-compatible command line interpreter. +> Bourne-Again SHell, an `sh`-compatible command-line interpreter. > See also `histexpand` for history expansion. > More information: . diff --git a/pages/common/blackfire.md b/pages/common/blackfire.md index 6ad612cc2..c4e6860c1 100644 --- a/pages/common/blackfire.md +++ b/pages/common/blackfire.md @@ -1,6 +1,6 @@ # blackfire -> A command line profiling tool for PHP. +> A command-line profiling tool for PHP. > More information: . - Initialise and configure the Blackfire client: diff --git a/pages/common/bosh.md b/pages/common/bosh.md index 23d706e71..135b48b77 100644 --- a/pages/common/bosh.md +++ b/pages/common/bosh.md @@ -1,6 +1,6 @@ # bosh -> Command line tool to deploy and manage the bosh director. +> Command-line tool to deploy and manage the bosh director. > More information: . - Create local alias for director: diff --git a/pages/common/buzzphrase.md b/pages/common/buzzphrase.md index fe570b62c..dc96c3074 100644 --- a/pages/common/buzzphrase.md +++ b/pages/common/buzzphrase.md @@ -1,6 +1,6 @@ # buzzphrase -> Node.js command line tool to output a random buzzphrase. +> Node.js command-line tool to output a random buzzphrase. > More information: . - Generate a string of three random phrases containing an adjective, a past tense verb and a plural noun: diff --git a/pages/common/cabal.md b/pages/common/cabal.md index cdce2c214..8c018aea8 100644 --- a/pages/common/cabal.md +++ b/pages/common/cabal.md @@ -1,6 +1,6 @@ # cabal -> Command line interface to the Haskell package infrastructure (Cabal). +> Command-line interface to the Haskell package infrastructure (Cabal). > Manage Haskell projects and Cabal packages from the Hackage package repository. > More information: . diff --git a/pages/common/cake.md b/pages/common/cake.md index e135c9938..eb6edda90 100644 --- a/pages/common/cake.md +++ b/pages/common/cake.md @@ -1,6 +1,6 @@ # cake -> The command line processor for the CakePHP framework. +> The command-line processor for the CakePHP framework. > More information: . - Display basic information about the current app and available commands: diff --git a/pages/common/calibre-server.md b/pages/common/calibre-server.md index 6fa458927..f0f0b9415 100644 --- a/pages/common/calibre-server.md +++ b/pages/common/calibre-server.md @@ -1,11 +1,10 @@ # calibre-server -> A server application that can be used to distribute ebooks over a network. -> Ebooks must be imported into the library using the GUI or calibredb before. -> Part of the Calibre ebook library. +> A server application that can be used to distribute e-books over a network. +> Note: e-books must already be imported into the library using the GUI or the `calibredb` CLI. > More information: . -- Start a server to distribute ebooks. Access at http://localhost:8080: +- Start a server to distribute e-books. Access at http://localhost:8080: `calibre-server` diff --git a/pages/common/calibredb.md b/pages/common/calibredb.md index 5528a6554..91c000fb5 100644 --- a/pages/common/calibredb.md +++ b/pages/common/calibredb.md @@ -1,29 +1,29 @@ # calibredb -> Tool to manipulate the your ebook database. -> Part of the Calibre ebook library. +> Tool to manipulate the your e-book database. +> Part of the Calibre e-book library. > More information: . -- List ebooks in the library with additional information: +- List e-books in the library with additional information: `calibredb list` -- Search for ebooks displaying additional information: +- Search for e-books displaying additional information: `calibredb list --search {{search_term}}` -- Search for just ids of ebooks: +- Search for just ids of e-books: `calibredb search {{search_term}}` -- Add one or more ebooks to the library: +- Add one or more e-books to the library: `calibredb add {{file1 file2 …}}` -- Recursively add all ebooks under a directory to the library: +- Recursively add all e-books under a directory to the library: `calibredb add -r {{path/to/directory}}` -- Remove one or more ebooks from the library. You need ebook-ids (see above): +- Remove one or more e-books from the library. You need the e-book IDs (see above): `calibredb remove {{id1 id2 …}}` diff --git a/pages/common/cf.md b/pages/common/cf.md index e2395732a..0fa9a542e 100644 --- a/pages/common/cf.md +++ b/pages/common/cf.md @@ -1,6 +1,6 @@ # cf -> Command line tool to manage apps and services on Cloud Foundry. +> Command-line tool to manage apps and services on Cloud Foundry. > More information: . - Push an app using the default settings: diff --git a/pages/common/clamscan.md b/pages/common/clamscan.md index e33daa463..d84061fa9 100644 --- a/pages/common/clamscan.md +++ b/pages/common/clamscan.md @@ -1,6 +1,6 @@ # clamscan -> A command line virus scanner. +> A command-line virus scanner. > More information: . - Scan a file for vulnerabilities: diff --git a/pages/common/clockwork-cli.md b/pages/common/clockwork-cli.md index a2099da70..81f56852d 100644 --- a/pages/common/clockwork-cli.md +++ b/pages/common/clockwork-cli.md @@ -1,6 +1,6 @@ # clockwork-cli -> A command line interface for the Clockwork PHP debugging framework. +> A command-line interface for the Clockwork PHP debugging framework. > More information: . - Monitor Clockwork logs for the current project: diff --git a/pages/common/cloudflared.md b/pages/common/cloudflared.md index a5c5d1e7e..61ea49397 100644 --- a/pages/common/cloudflared.md +++ b/pages/common/cloudflared.md @@ -1,6 +1,6 @@ # cloudflared -> Command line tool to create a persistent connection to the Cloudflare network. +> Command-line tool to create a persistent connection to the Cloudflare network. > More information: . - Authenticate and associate the connection to a domain in the Cloudflare account: diff --git a/pages/common/cmark.md b/pages/common/cmark.md index aa2875707..239445c1b 100644 --- a/pages/common/cmark.md +++ b/pages/common/cmark.md @@ -3,7 +3,7 @@ > Converts CommonMark Markdown formatted text to other formats. > More information: . -- Render a Commonmark Markdown file to HTML: +- Render a CommonMark Markdown file to HTML: `cmark --to html {{filename.md}}` @@ -15,6 +15,6 @@ `cmark --smart --to html {{filename.md}}` -- Validate utf8 characters: +- Validate UTF-8 characters: `cmark --validate-utf8 {{filename.md}}` diff --git a/pages/common/cmatrix.md b/pages/common/cmatrix.md index bce9bd371..029798a33 100644 --- a/pages/common/cmatrix.md +++ b/pages/common/cmatrix.md @@ -15,6 +15,6 @@ `cmatrix -r` -- Set screen update delay to 2 centiseconds: +- Set screen update delay to 2 centiseconds (20 milliseconds): `cmatrix -u {{2}}` diff --git a/pages/common/conan.md b/pages/common/conan.md index 7c2ece0db..5b07bbff2 100644 --- a/pages/common/conan.md +++ b/pages/common/conan.md @@ -1,6 +1,6 @@ # conan -> The open source, decentralized and multi-platform package manager to create and share all your native binaries. +> The open source, decentralized and cross-platform package manager to create and share all your native binaries. > More information: . - Install packages based on `conanfile.txt`: diff --git a/pages/common/convert.md b/pages/common/convert.md index 0590f11fc..780cb77d0 100644 --- a/pages/common/convert.md +++ b/pages/common/convert.md @@ -1,6 +1,6 @@ # convert -> Imagemagick image conversion tool. +> ImageMagick image conversion tool. > More information: . - Convert an image from JPG to PNG: diff --git a/pages/common/cotton.md b/pages/common/cotton.md index 16c383101..f1270d73d 100644 --- a/pages/common/cotton.md +++ b/pages/common/cotton.md @@ -3,7 +3,7 @@ > Markdown test specification runner. > More information: . -- Use a specific base url: +- Use a specific base URL: `cotton -u {{base_url}} {{file}}.md` diff --git a/pages/common/couchdb.md b/pages/common/couchdb.md index 474859c5f..74db89707 100644 --- a/pages/common/couchdb.md +++ b/pages/common/couchdb.md @@ -1,6 +1,6 @@ # couchdb -> Command line interface for Apache CouchDB database server. +> Command-line interface for Apache CouchDB database server. > More information: . - Start couchdb: diff --git a/pages/common/deluge.md b/pages/common/deluge.md index 10a1cc94b..a105a2c00 100644 --- a/pages/common/deluge.md +++ b/pages/common/deluge.md @@ -1,6 +1,6 @@ # deluge -> A command line BitTorrent client. +> A command-line BitTorrent client. > More information: . - Download a torrent: diff --git a/pages/common/dotnet.md b/pages/common/dotnet.md index d2f1bf5f4..7753e4f9c 100644 --- a/pages/common/dotnet.md +++ b/pages/common/dotnet.md @@ -1,6 +1,6 @@ # dotnet -> Cross platform .NET command line tools for .NET Core. +> Cross platform .NET command-line tools for .NET Core. > More information: . - Initialize a new .NET project: diff --git a/pages/common/ebook-convert.md b/pages/common/ebook-convert.md index 7e0900f96..84205a217 100644 --- a/pages/common/ebook-convert.md +++ b/pages/common/ebook-convert.md @@ -1,13 +1,13 @@ # ebook-convert -> Can be used to convert ebooks between common formats, e.g., pdf, epub and mobi. -> Part of the Calibre ebook library tool. +> Can be used to convert e-books between common formats, e.g., pdf, epub and mobi. +> Part of the Calibre e-book library tool. > More information: . -- Convert an ebook into another format: +- Convert an e-book into another format: `ebook-convert {{source}} {{destination}}` -- Convert Markdown or HTML to ebook with TOC, title and author: +- Convert Markdown or HTML to e-book with TOC, title and author: `ebook-convert {{source}} {{destination}} --level1-toc="//h:h1" --level2-toc="//h:h2" --level3-toc="//h:h3" --title={{title}} --authors={{author}}` diff --git a/pages/common/electron-packager.md b/pages/common/electron-packager.md index 8d5442534..00a4d7f05 100644 --- a/pages/common/electron-packager.md +++ b/pages/common/electron-packager.md @@ -1,6 +1,6 @@ # electron-packager -> A tool used to build Electron app executables for Windows, Linux and MacOS. +> A tool used to build Electron app executables for Windows, Linux and macOS. > Requires a valid package.json in the application directory. > More information: . @@ -16,6 +16,6 @@ `electron-packager "{{path/to/app}}" "{{app_name}}" --platform="{{linux}}" --arch="{{x64}}"` -- Package an application for ARM MacOS: +- Package an application for ARM macOS: `electron-packager "{{path/to/app}}" "{{app_name}}" --platform="{{darwin}}" --arch="{{arm64}}"` diff --git a/pages/common/elm.md b/pages/common/elm.md index 40f6dc6f2..aee99740a 100644 --- a/pages/common/elm.md +++ b/pages/common/elm.md @@ -15,7 +15,7 @@ `elm make {{source}}` -- Compile an Elm file, output the result to a Javascript file: +- Compile an Elm file, output the result to a JavaScript file: `elm make {{source}} --output={{destination}}.js` diff --git a/pages/common/emacsclient.md b/pages/common/emacsclient.md index c6e7c9ba6..bc2976e8c 100644 --- a/pages/common/emacsclient.md +++ b/pages/common/emacsclient.md @@ -19,6 +19,6 @@ `emacsclient -c {{filename}}` -- Eval command in a new emacs frame: +- Evaluate command in a new emacs frame: `emacsclient -c -e '({{command}})'` diff --git a/pages/common/ember.md b/pages/common/ember.md index 93dc7fef0..802feec97 100644 --- a/pages/common/ember.md +++ b/pages/common/ember.md @@ -1,6 +1,6 @@ # ember -> The Ember.js command line utility. +> The Ember.js command-line utility. > Used for creating and maintaining Ember.js applications. > More information: . diff --git a/pages/common/emulator.md b/pages/common/emulator.md index 6c8407427..c06a730f1 100644 --- a/pages/common/emulator.md +++ b/pages/common/emulator.md @@ -1,6 +1,6 @@ # emulator -> Manager Android emulators from the command line. +> Manager Android emulators from the command-line. > More information: . - Display the help: diff --git a/pages/common/etcd.md b/pages/common/etcd.md index 29fe2a77e..de374af3b 100644 --- a/pages/common/etcd.md +++ b/pages/common/etcd.md @@ -7,7 +7,7 @@ `etcd` -- Start a single-node etcd cluster, listening for client requests on a custom url: +- Start a single-node etcd cluster, listening for client requests on a custom URL: `etcd --advertise-client-urls {{http://127.0.0.1:1234}} --listen-client-urls {{http://127.0.0.1:1234}}` diff --git a/pages/common/etcdctl.md b/pages/common/etcdctl.md index 5021ee6fb..ef8997b6b 100644 --- a/pages/common/etcdctl.md +++ b/pages/common/etcdctl.md @@ -1,7 +1,6 @@ # etcdctl -> CLI interface for interacting with `etcd`, a highly-available key-value pair store. -> Etcd stores data in hierarchically organized directories, as in a standard filesystem. +> CLI interface for interacting with etcd, a highly-available key-value pair store. > More information: . - Display the value associated with a specified key: diff --git a/pages/common/expose.md b/pages/common/expose.md index 4b7677939..f5189e869 100644 --- a/pages/common/expose.md +++ b/pages/common/expose.md @@ -15,7 +15,7 @@ `expose --subdomain={{subdomain}}` -- Share a local url: +- Share a local URL: `expose share {{url}}` diff --git a/pages/common/fdroid.md b/pages/common/fdroid.md index 5a1cc107a..61fc41dbd 100644 --- a/pages/common/fdroid.md +++ b/pages/common/fdroid.md @@ -1,7 +1,7 @@ # fdroid > F-Droid build tool. -> F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. +> F-Droid is an installable catalog of FOSS (Free and Open Source Software) applications for the Android platform. > More information: . - Build a specific app: diff --git a/pages/common/ffsend.md b/pages/common/ffsend.md index aba71dc1e..0047f4fed 100644 --- a/pages/common/ffsend.md +++ b/pages/common/ffsend.md @@ -1,6 +1,6 @@ # ffsend -> Easily and securely share files from command line. +> Easily and securely share files from command-line. > More information: . - Upload a file: diff --git a/pages/common/fin.md b/pages/common/fin.md index 7be5682c9..51e9fb02c 100644 --- a/pages/common/fin.md +++ b/pages/common/fin.md @@ -1,6 +1,6 @@ # fin -> Docksal command line utility. +> Docksal command-line utility. > More information: . - Start the project in the current directory: diff --git a/pages/common/finger.md b/pages/common/finger.md index 85ba05e35..12279498e 100644 --- a/pages/common/finger.md +++ b/pages/common/finger.md @@ -15,7 +15,7 @@ `finger -s` -- Produce multi-line output format displaying same information as `-s` as well as user's home directory, home phone number, login shell, mail status, etc.: +- Produce multiline output format displaying same information as `-s` as well as user's home directory, home phone number, login shell, mail status, etc.: `finger -l` diff --git a/pages/common/firebase.md b/pages/common/firebase.md index d5b4d32f5..9b2a43def 100644 --- a/pages/common/firebase.md +++ b/pages/common/firebase.md @@ -1,6 +1,6 @@ # firebase -> Test, manage, and deploy Firebase projects from the command line. +> Test, manage, and deploy Firebase projects from the command-line. > More information: . - Log in to : diff --git a/pages/common/fly.md b/pages/common/fly.md index 95db7f88e..d8df5d3ba 100644 --- a/pages/common/fly.md +++ b/pages/common/fly.md @@ -1,6 +1,6 @@ # fly -> Command line tool for concourse-ci. +> Command-line tool for concourse-ci. > More information: . - Authenticate with and save concourse target: diff --git a/pages/common/fzf.md b/pages/common/fzf.md index 483437807..715e18e72 100644 --- a/pages/common/fzf.md +++ b/pages/common/fzf.md @@ -1,6 +1,6 @@ # fzf -> Command line fuzzy finder. +> Command-line fuzzy finder. > More information: . - Start finder on all files from arbitrary locations: diff --git a/pages/common/gcalcli.md b/pages/common/gcalcli.md index ba789f747..f8add913d 100644 --- a/pages/common/gcalcli.md +++ b/pages/common/gcalcli.md @@ -1,6 +1,6 @@ # gcalcli -> Command line tool to interact with Google Calendar. +> Command-line tool to interact with Google Calendar. > Requests Google API authorization upon first launch. > More information: . diff --git a/pages/common/gdrive.md b/pages/common/gdrive.md index 6c18b1a02..104397ecc 100644 --- a/pages/common/gdrive.md +++ b/pages/common/gdrive.md @@ -1,6 +1,6 @@ # gdrive -> Command line tool to interact with Google Drive. +> Command-line tool to interact with Google Drive. > Folder/file id can be obtained from the Google Drive folder or id url. > More information: . diff --git a/pages/common/geth.md b/pages/common/geth.md index 92e68020a..11b5c81e6 100644 --- a/pages/common/geth.md +++ b/pages/common/geth.md @@ -1,6 +1,6 @@ # geth -> The go-ethereum command line interface. +> The go-ethereum command-line interface. > More information: . - Connect to the main Ethereum network and automatically download the full node: diff --git a/pages/common/gh-alias.md b/pages/common/gh-alias.md index a13e7d30d..74b30a172 100644 --- a/pages/common/gh-alias.md +++ b/pages/common/gh-alias.md @@ -1,6 +1,6 @@ # gh alias -> Manage GitHub CLI command aliases from the command line. +> Manage GitHub CLI command aliases from the command-line. > More information: . - Display the subcommand help: diff --git a/pages/common/gh-auth.md b/pages/common/gh-auth.md index 72e64222a..aadb28c31 100644 --- a/pages/common/gh-auth.md +++ b/pages/common/gh-auth.md @@ -1,6 +1,6 @@ # gh auth -> Authenticate with a GitHub host from the command line. +> Authenticate with a GitHub host from the command-line. > More information: . - Log in with interactive prompt: diff --git a/pages/common/gh-gist.md b/pages/common/gh-gist.md index 66841b989..f284b10d9 100644 --- a/pages/common/gh-gist.md +++ b/pages/common/gh-gist.md @@ -1,6 +1,6 @@ # gh gist -> Work with GitHub Gists on the command line. +> Work with GitHub Gists on the command-line. > More information: . - Create a new Gist from a space-separated list of files: diff --git a/pages/common/gh-issue.md b/pages/common/gh-issue.md index df0388423..bb4de1603 100644 --- a/pages/common/gh-issue.md +++ b/pages/common/gh-issue.md @@ -1,6 +1,6 @@ # gh issue -> Manage GitHub issues from the command line. +> Manage GitHub issues from the command-line. > More information: . - Print out the issue: diff --git a/pages/common/gh-pr.md b/pages/common/gh-pr.md index c2a242f62..5d68e783b 100644 --- a/pages/common/gh-pr.md +++ b/pages/common/gh-pr.md @@ -1,6 +1,6 @@ # gh pr -> Manage GitHub pull requests from the command line. +> Manage GitHub pull requests from the command-line. > More information: . - Create a pull request: diff --git a/pages/common/gh-release.md b/pages/common/gh-release.md index c876a88bd..67de599b8 100644 --- a/pages/common/gh-release.md +++ b/pages/common/gh-release.md @@ -1,6 +1,6 @@ # gh release -> Manage GitHub releases from the command line. +> Manage GitHub releases from the command-line. > More information: . - List releases in a GitHub repository, limited to 30 items: diff --git a/pages/common/gh-repo.md b/pages/common/gh-repo.md index e3cc3b547..3ee1bd031 100644 --- a/pages/common/gh-repo.md +++ b/pages/common/gh-repo.md @@ -1,6 +1,6 @@ # gh repo -> Work with GitHub repositories on the command line. +> Work with GitHub repositories on the command-line. > More information: . - Create a new repository (if the repository name is not set, the default name will be the name of the current directory): diff --git a/pages/common/gh-secret.md b/pages/common/gh-secret.md index 9e9cacdd5..f888aa051 100644 --- a/pages/common/gh-secret.md +++ b/pages/common/gh-secret.md @@ -1,6 +1,6 @@ # gh secret -> Manage GitHub secrets from the command line. +> Manage GitHub secrets from the command-line. > More information: . - List secret keys for the current repository: diff --git a/pages/common/gh-ssh-key.md b/pages/common/gh-ssh-key.md index 268ffd608..da134d1ef 100644 --- a/pages/common/gh-ssh-key.md +++ b/pages/common/gh-ssh-key.md @@ -1,6 +1,6 @@ # gh ssh-key -> Manage GitHub SSH keys from the command line. +> Manage GitHub SSH keys from the command-line. > More information: . - Display help: diff --git a/pages/common/gh.md b/pages/common/gh.md index 22b5cbc39..09b7d314c 100644 --- a/pages/common/gh.md +++ b/pages/common/gh.md @@ -1,6 +1,6 @@ # gh -> Work seamlessly with GitHub from the command line. +> Work seamlessly with GitHub from the command-line. > More information: . - Clone a GitHub repository locally: diff --git a/pages/common/git-ls-remote.md b/pages/common/git-ls-remote.md index dfadfc47b..fae8d3c9c 100644 --- a/pages/common/git-ls-remote.md +++ b/pages/common/git-ls-remote.md @@ -16,7 +16,7 @@ `git ls-remote --tags` -- Show all references from a remote repository based on name or url: +- Show all references from a remote repository based on name or URL: `git ls-remote {{repository_url}}` diff --git a/pages/common/git-show-branch.md b/pages/common/git-show-branch.md index 706c81ca3..3404d6051 100644 --- a/pages/common/git-show-branch.md +++ b/pages/common/git-show-branch.md @@ -31,6 +31,6 @@ `git show-branch --sha1-name --current {{current|branch_name|ref}}` -- Keep going a given number of commits past the common ancester: +- Keep going a given number of commits past the common ancestor: `git show-branch --more {{5}} {{commit|branch_name|ref}} {{commit|branch_name|ref}} {{...}}` diff --git a/pages/common/github-label-sync.md b/pages/common/github-label-sync.md index 3203f8d8e..429927d7c 100644 --- a/pages/common/github-label-sync.md +++ b/pages/common/github-label-sync.md @@ -1,6 +1,6 @@ # github-label-sync -> A command line interface for synchronising GitHub labels. +> A command-line interface for synchronising GitHub labels. > More information: . - Synchronise labels using a local `labels.json` file: diff --git a/pages/common/gitmoji.md b/pages/common/gitmoji.md index 1050fc46f..90b397c65 100644 --- a/pages/common/gitmoji.md +++ b/pages/common/gitmoji.md @@ -1,6 +1,6 @@ # gitmoji -> An interactive command line tool for using emojis on commits. +> An interactive command-line tool for using emojis on commits. > More information: . - Start the commit wizard: diff --git a/pages/common/glab.md b/pages/common/glab.md index 4e4957a2f..f8bd91262 100644 --- a/pages/common/glab.md +++ b/pages/common/glab.md @@ -1,6 +1,6 @@ # glab -> GitLab CLI tool to help working with GitLab from the command line. +> GitLab CLI tool to help working with GitLab from the command-line. > More information: . - Create a merge request: diff --git a/pages/common/googler.md b/pages/common/googler.md index edb408e0b..38b13d572 100644 --- a/pages/common/googler.md +++ b/pages/common/googler.md @@ -1,6 +1,6 @@ # googler -> Search Google from command line. +> Search Google from command-line. > More information: . - Search Google for a keyword: diff --git a/pages/common/grex.md b/pages/common/grex.md index 8bfbe4128..2b616fd02 100644 --- a/pages/common/grex.md +++ b/pages/common/grex.md @@ -1,6 +1,6 @@ # grex -> Simple command line tool to generate regular expressions. +> Simple command-line tool to generate regular expressions. > More information: . - Generate a simple regular expression: @@ -15,7 +15,7 @@ `grex -d {{space_separated_strings}}` -- Replace unicode word character with '\w': +- Replace Unicode word character with '\w': `grex -w {{space_separated_strings}}` diff --git a/pages/common/hangups.md b/pages/common/hangups.md index 360d506bc..27f44b0a3 100644 --- a/pages/common/hangups.md +++ b/pages/common/hangups.md @@ -1,13 +1,13 @@ # hangups -> Third party command line client for Google Hangouts. +> Third party command-line client for Google Hangouts. > More information: . - Start hangups: `hangups` -- View troubeshooting information and help: +- View troubleshooting information and help: `hangups -h` diff --git a/pages/common/heroku.md b/pages/common/heroku.md index d891ae2bd..9620f8daf 100644 --- a/pages/common/heroku.md +++ b/pages/common/heroku.md @@ -1,6 +1,6 @@ # heroku -> Create and manage Heroku apps from the command line. +> Create and manage Heroku apps from the command-line. > More information: . - Log in to your heroku account: diff --git a/pages/common/hg.md b/pages/common/hg.md index 6aae7c592..9cd3ab307 100644 --- a/pages/common/hg.md +++ b/pages/common/hg.md @@ -1,6 +1,6 @@ # hg -> A command line interface for Mercurial, a distributed source control management system. +> A command-line interface for Mercurial, a distributed source control management system. > See `hg-add`, `hg-commit` and other pages for additional information. > More information: . diff --git a/pages/common/history.md b/pages/common/history.md index 9739dcd6f..0c674f4be 100644 --- a/pages/common/history.md +++ b/pages/common/history.md @@ -1,6 +1,6 @@ # history -> Command Line history. +> Command-line history. > More information: . - Display the commands history list with line numbers: diff --git a/pages/common/hsd-cli.md b/pages/common/hsd-cli.md index 9cb73abce..61dd3282c 100644 --- a/pages/common/hsd-cli.md +++ b/pages/common/hsd-cli.md @@ -1,6 +1,6 @@ # hsd-cli -> The command line REST tool for the Handshake blockchain. +> The command-line REST tool for the Handshake blockchain. > More information: . - Retrieve information about the current server: diff --git a/pages/common/hsw-cli.md b/pages/common/hsw-cli.md index 7898f022e..7f2647f0e 100644 --- a/pages/common/hsw-cli.md +++ b/pages/common/hsw-cli.md @@ -1,6 +1,6 @@ # hsw-cli -> The command line REST tool for the Handshake wallet. +> The command-line REST tool for the Handshake wallet. > More information: . - Unlock the current wallet (timeout in seconds): diff --git a/pages/common/html5validator.md b/pages/common/html5validator.md index 5e718fb1b..f30fc0f1d 100644 --- a/pages/common/html5validator.md +++ b/pages/common/html5validator.md @@ -1,6 +1,6 @@ # html5validator -> A command line tool for testing HTML5 validity. +> A command-line tool for testing HTML5 validity. > More information: . - Validate a specific file: diff --git a/pages/common/httpflow.md b/pages/common/httpflow.md index e21945106..e55a82131 100644 --- a/pages/common/httpflow.md +++ b/pages/common/httpflow.md @@ -1,6 +1,6 @@ # httpflow -> A command line utility to capture and dump HTTP streams. +> A command-line utility to capture and dump HTTP streams. > More information: . - Capture traffic on all interfaces: @@ -11,7 +11,7 @@ `httpflow {{host httpbin.org or host baidu.com}}` -- Use a regular expression to filter requests by urls: +- Use a regular expression to filter requests by URLs: `httpflow -u '{{regular_expression}}'` diff --git a/pages/common/httping.md b/pages/common/httping.md index 90b73b67c..c6f8c3f38 100644 --- a/pages/common/httping.md +++ b/pages/common/httping.md @@ -3,7 +3,7 @@ > Measure the latency and throughput of a web server. > More information: . -- Ping the specified url: +- Ping the specified URL: `httping -g {{url}}` diff --git a/pages/common/ibmcloud.md b/pages/common/ibmcloud.md index a1e1e5cdb..76865dac0 100644 --- a/pages/common/ibmcloud.md +++ b/pages/common/ibmcloud.md @@ -1,6 +1,6 @@ # ibmcloud -> A command line tool for managing IBM Cloud apps and services. +> A command-line tool for managing IBM Cloud apps and services. > More information: . - Update `ibmcloud` to the latest version: diff --git a/pages/common/identify.md b/pages/common/identify.md index 6bb2a12ae..e018794f3 100644 --- a/pages/common/identify.md +++ b/pages/common/identify.md @@ -1,6 +1,6 @@ # identify -> Command line utility of Image Magick project to describe the format and characteristics of one or more image files. +> Command-line utility of Image Magick project to describe the format and characteristics of one or more image files. > More information: . - Collect dimensions of all jpeg files under current directory: diff --git a/pages/common/indent.md b/pages/common/indent.md index 2d8703721..38f0c0af9 100644 --- a/pages/common/indent.md +++ b/pages/common/indent.md @@ -11,6 +11,6 @@ `indent --gnu-style {{path/to/source.c}} -o {{path/to/indented_source.c}}` -- Format C/C++ source according to the style of Kernigan & Ritchie (K&R), no tabs, 3 spaces per indent, and wrap lines at 120 characters: +- Format C/C++ source according to the style of Kernighan & Ritchie (K&R), no tabs, 3 spaces per indent, and wrap lines at 120 characters: `indent --k-and-r-style --indent-level3 --no-tabs --line-length120 {{path/to/source.c}} -o {{path/to/indented_source.c}}` diff --git a/pages/common/jenv.md b/pages/common/jenv.md index 8b1db0649..8191cb9d6 100644 --- a/pages/common/jenv.md +++ b/pages/common/jenv.md @@ -1,6 +1,6 @@ # jenv -> Command line tool to manage the "JAVA_HOME" environment variable. +> Command-line tool to manage the "JAVA_HOME" environment variable. > More information: . - Add a java version to jEnv: diff --git a/pages/common/jrnl.md b/pages/common/jrnl.md index 07bb4d5c0..889b822ef 100644 --- a/pages/common/jrnl.md +++ b/pages/common/jrnl.md @@ -1,6 +1,6 @@ # jrnl -> A simple journal application for your command line. +> A simple journal application for your command-line. > More information: . - Insert a new entry with your editor: diff --git a/pages/common/jwt.md b/pages/common/jwt.md index ac5cbc900..bb4b03906 100644 --- a/pages/common/jwt.md +++ b/pages/common/jwt.md @@ -1,6 +1,6 @@ # jwt -> A command line tool to work with JSON Web Tokens (JWTs). +> A command-line tool to work with JSON Web Tokens (JWTs). > Encryption algorithms available are HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384. > More information: . diff --git a/pages/common/k6.md b/pages/common/k6.md index 6a5900731..62208e63c 100644 --- a/pages/common/k6.md +++ b/pages/common/k6.md @@ -23,7 +23,7 @@ `k6 run --discard-response-bodies {{script.js}}` -- Run load test locally using the base javascript compatibility mode (significantly faster): +- Run load test locally using the base JavaScript compatibility mode (significantly faster): `k6 run --compatibility-mode=base {{script.js}}` diff --git a/pages/common/k8s-unused-secret-detector.md b/pages/common/k8s-unused-secret-detector.md index b0cb7e353..cc2658dae 100644 --- a/pages/common/k8s-unused-secret-detector.md +++ b/pages/common/k8s-unused-secret-detector.md @@ -1,6 +1,6 @@ # k8s-unused-secret-detector -> Command line interface tool for detecting unused Kubernetes secrets. +> Command-line interface tool for detecting unused Kubernetes secrets. > More information: . - Detect unused secrets: diff --git a/pages/common/k8sec.md b/pages/common/k8sec.md index f99175705..7e56edada 100644 --- a/pages/common/k8sec.md +++ b/pages/common/k8sec.md @@ -1,6 +1,6 @@ # k8sec -> Command line interface tool to manage Kubernetes secrets. +> Command-line interface tool to manage Kubernetes secrets. > More information: . - List all secrets: diff --git a/pages/common/khal.md b/pages/common/khal.md index 050b5adcb..74074aeaf 100644 --- a/pages/common/khal.md +++ b/pages/common/khal.md @@ -1,6 +1,6 @@ # khal -> A text-based calendar and scheduling application for the command line. +> A text-based calendar and scheduling application for the command-line. > More information: . - Start khal on interactive mode: diff --git a/pages/common/kops.md b/pages/common/kops.md index ca766fbf6..d04a39cf4 100644 --- a/pages/common/kops.md +++ b/pages/common/kops.md @@ -1,6 +1,6 @@ # kops -> Create, destroy, upgrade and maintain Kubernetes clusters from the command line. +> Create, destroy, upgrade and maintain Kubernetes clusters from the command-line. > More information: . - Create a cluster from the configuration specification: diff --git a/pages/common/ksh.md b/pages/common/ksh.md index 6b28d4a70..2a3f2164b 100644 --- a/pages/common/ksh.md +++ b/pages/common/ksh.md @@ -1,6 +1,6 @@ # ksh -> Korn Shell, a Bash-compatible command line interpreter. +> Korn Shell, a Bash-compatible command-line interpreter. > See also `histexpand` for history expansion. > More information: . diff --git a/pages/common/kube-fzf.md b/pages/common/kube-fzf.md index d18346636..97f7c4601 100644 --- a/pages/common/kube-fzf.md +++ b/pages/common/kube-fzf.md @@ -1,6 +1,6 @@ # kube-fzf -> Shell commands for command line fuzzy searching of Kubernetes Pods. +> Shell commands for command-line fuzzy searching of Kubernetes Pods. > See also `kubectl` for related commands. > More information: . diff --git a/pages/common/kubeadm.md b/pages/common/kubeadm.md index a8daa00db..5020a24c4 100644 --- a/pages/common/kubeadm.md +++ b/pages/common/kubeadm.md @@ -1,6 +1,6 @@ # kubeadm -> Command line interface for creating and managing Kubernetes clusters. +> Command-line interface for creating and managing Kubernetes clusters. > More information: . - Create a Kubernetes master node: diff --git a/pages/common/kubectl.md b/pages/common/kubectl.md index 2f5aa6846..a2c9a4893 100644 --- a/pages/common/kubectl.md +++ b/pages/common/kubectl.md @@ -1,6 +1,6 @@ # kubectl -> Command line interface for running commands against Kubernetes clusters. +> Command-line interface for running commands against Kubernetes clusters. > See also `kubectl describe` and other pages for additional information. > More information: . diff --git a/pages/common/kustomize.md b/pages/common/kustomize.md index 2818f4903..be2444379 100644 --- a/pages/common/kustomize.md +++ b/pages/common/kustomize.md @@ -15,6 +15,6 @@ `kustomize edit set image {{busybox=alpine:3.6}}` -- Search for kubernetes resources in the current directory to be added to the kustomization file: +- Search for Kubernetes resources in the current directory to be added to the kustomization file: `kustomize create --autodetect` diff --git a/pages/common/laravel-zero.md b/pages/common/laravel-zero.md index 38da76dd0..969948722 100644 --- a/pages/common/laravel-zero.md +++ b/pages/common/laravel-zero.md @@ -1,6 +1,6 @@ # laravel-zero -> A command line installer for the Laravel Zero framework. +> A command-line installer for the Laravel Zero framework. > More information: . - Create a new Laravel Zero application: diff --git a/pages/common/laravel.md b/pages/common/laravel.md index 6629c26c9..4701be09b 100644 --- a/pages/common/laravel.md +++ b/pages/common/laravel.md @@ -1,6 +1,6 @@ # laravel -> A command line installer for the Laravel framework. +> A command-line installer for the Laravel framework. > More information: . - Create a new Laravel application: diff --git a/pages/common/latexmk.md b/pages/common/latexmk.md index c99e00b02..3943ac2b4 100644 --- a/pages/common/latexmk.md +++ b/pages/common/latexmk.md @@ -4,11 +4,11 @@ > Automatically does multiple runs when needed. > More information: . -- Compile a dvi (DeVice Independent file) document from every source: +- Compile a DVI (Device Independent file) document from every source: `latexmk` -- Compile a dvi document from a specific source file: +- Compile a DVI document from a specific source file: `latexmk {{source.tex}}` diff --git a/pages/common/lein.md b/pages/common/lein.md index b5b0ad786..c37af77c5 100644 --- a/pages/common/lein.md +++ b/pages/common/lein.md @@ -1,6 +1,6 @@ # lein -> Manage clojure projects with declarative configuration. +> Manage Clojure projects with declarative configuration. > More information: . - Generate scaffolding for a new project based on a template: diff --git a/pages/common/linkchecker.md b/pages/common/linkchecker.md index fbc924b6a..4170cd244 100644 --- a/pages/common/linkchecker.md +++ b/pages/common/linkchecker.md @@ -1,6 +1,6 @@ # linkchecker -> Command line client to check HTML documents and websites for broken links. +> Command-line client to check HTML documents and websites for broken links. > More information: . - Find broken links on https://example.com/: diff --git a/pages/common/lmms.md b/pages/common/lmms.md index 14026b3d3..e67319055 100644 --- a/pages/common/lmms.md +++ b/pages/common/lmms.md @@ -1,6 +1,6 @@ # lmms -> Free, open source, multiplatform digital audio workstation. +> Free, open source, cross-platform digital audio workstation. > Render a `.mmp` or `.mmpz` project file, dump a `.mmpz` as XML, or start the GUI. > More information: . diff --git a/pages/common/logstash.md b/pages/common/logstash.md index ebd210af5..f199c88f6 100644 --- a/pages/common/logstash.md +++ b/pages/common/logstash.md @@ -1,7 +1,7 @@ # logstash -> An ETL (extract, transform and load) tool. -> Commonly used to load data from various sources, like databases and log files, into elasticsearch. +> An Elasticsearch ETL (extract, transform and load) tool. +> Commonly used to load data from various sources (such as databases and log files) into Elasticsearch. > More information: . - Check validity of a logstash configuration: diff --git a/pages/common/lpass.md b/pages/common/lpass.md index 5a23e6a2a..3c163160c 100644 --- a/pages/common/lpass.md +++ b/pages/common/lpass.md @@ -1,6 +1,6 @@ # lpass -> Command line interface for the LastPass password manager. +> Command-line interface for the LastPass password manager. > More information: . - Log in to your LastPass account, by entering your master password when prompted: diff --git a/pages/common/lumen.md b/pages/common/lumen.md index 5a5186bb5..004bdf762 100644 --- a/pages/common/lumen.md +++ b/pages/common/lumen.md @@ -1,6 +1,6 @@ # lumen -> A command line installer for the Lumen micro-framework. +> A command-line installer for the Lumen micro-framework. > More information: . - Create a new Lumen application: diff --git a/pages/common/mail.md b/pages/common/mail.md index 3ec70d3b4..9f6ba102a 100644 --- a/pages/common/mail.md +++ b/pages/common/mail.md @@ -3,7 +3,7 @@ > The command operates on the user's mailbox if no argument is given. > To send an email the message body is built from standard input. -- Send a typed email message. The command line below continues after pressing Enter key. Input CC email-id (optional) press Enter key. Input message text (can be multi-line). Press Ctrl-D key to complete the message text: +- Send a typed email message. The command-line below continues after pressing Enter key. Input CC email-id (optional) press Enter key. Input message text (can be multiline). Press Ctrl-D key to complete the message text: `mail --subject="{{subject line}}" {{to_user@example.com}}` diff --git a/pages/common/meshlabserver.md b/pages/common/meshlabserver.md index 4307b2253..e67b09d63 100644 --- a/pages/common/meshlabserver.md +++ b/pages/common/meshlabserver.md @@ -1,6 +1,6 @@ # meshlabserver -> Command line interface for the MeshLab 3D mesh processing software. +> Command-line interface for the MeshLab 3D mesh processing software. - Convert an STL file to an OBJ file: diff --git a/pages/common/meson.md b/pages/common/meson.md index 09bf62ae4..a0ec09a9a 100644 --- a/pages/common/meson.md +++ b/pages/common/meson.md @@ -7,7 +7,7 @@ `meson init --language={{c}} --name={{myproject}} --version={{0.1}}` -- Configure builddir with default values: +- Configure the `builddir` with default values: `meson setup {{build_dir}}` diff --git a/pages/common/meteor.md b/pages/common/meteor.md index 15727ce0c..833de3e91 100644 --- a/pages/common/meteor.md +++ b/pages/common/meteor.md @@ -1,6 +1,6 @@ # meteor -> Full-stack javascript platform for building web applications. +> Full-stack JavaScript platform for building web applications. > More information: . - Run a meteor project from its root directory in development mode: diff --git a/pages/common/minifab.md b/pages/common/minifab.md index 25b114d5e..d605a724a 100644 --- a/pages/common/minifab.md +++ b/pages/common/minifab.md @@ -7,7 +7,7 @@ `minifab up -i {{minifab_version}}` -- Bring down the Hyperldger Fabric network: +- Bring down the Hyperledger Fabric network: `minifab down` diff --git a/pages/common/minikube.md b/pages/common/minikube.md index 57a160d44..04e5ef899 100644 --- a/pages/common/minikube.md +++ b/pages/common/minikube.md @@ -11,11 +11,11 @@ `minikube ip` -- Access a service named my_service exposed via a node port and get the url: +- Access a service named my_service exposed via a node port and get the URL: `minikube service {{my_service}} --url` -- Open kubernetes dashboard in a browser: +- Open the Kubernetes dashboard in a browser: `minikube dashboard` diff --git a/pages/common/mixxx.md b/pages/common/mixxx.md index 97759d477..96d05d61f 100644 --- a/pages/common/mixxx.md +++ b/pages/common/mixxx.md @@ -23,6 +23,6 @@ `mixxx --controllerDebug --resourcePath {{path/to/mapping-directory}}` -- Show command line help: +- Show command-line help: `mixxx --help` diff --git a/pages/common/mongo.md b/pages/common/mongo.md index d98548ec2..9ac28189f 100644 --- a/pages/common/mongo.md +++ b/pages/common/mongo.md @@ -15,6 +15,6 @@ `mongo --username {{username}} {{database}} --password` -- Evaluate a javascript expression on the database: +- Evaluate a JavaScript expression on the database: `mongo --eval '{{JSON.stringify(db.foo.findOne())}}' {{database}}` diff --git a/pages/common/monodevelop.md b/pages/common/monodevelop.md index 97ef9d523..869f882bd 100644 --- a/pages/common/monodevelop.md +++ b/pages/common/monodevelop.md @@ -3,7 +3,7 @@ > Cross platform IDE for C#, F# and more. > More information: . -- Start Monodevelop: +- Start MonoDevelop: `monodevelop` diff --git a/pages/common/montage.md b/pages/common/montage.md index 2c9064aa1..b6c6bde89 100644 --- a/pages/common/montage.md +++ b/pages/common/montage.md @@ -1,6 +1,6 @@ # montage -> Imagemagick image montage tool. +> ImageMagick image montage tool. > Tiles images into a customisable grid. > More information: . diff --git a/pages/common/mr.md b/pages/common/mr.md index fcd175cf3..3873beffb 100644 --- a/pages/common/mr.md +++ b/pages/common/mr.md @@ -1,6 +1,6 @@ # mr -> Myrepos manages all your version control repositories at once. +> Manage all of your version control repositories at once. > More information: . - Register a repository: diff --git a/pages/common/mycli.md b/pages/common/mycli.md index b5f63943e..2b877ac5e 100644 --- a/pages/common/mycli.md +++ b/pages/common/mycli.md @@ -1,6 +1,6 @@ # mycli -> A command line client for MySQL that can do auto-completion and syntax highlighting. +> A command-line client for MySQL that can do auto-completion and syntax highlighting. > More information: . - Connect to a local database on port 3306, using the current user's username: diff --git a/pages/common/nbtscan.md b/pages/common/nbtscan.md index c9a170ab8..165e1c2a8 100644 --- a/pages/common/nbtscan.md +++ b/pages/common/nbtscan.md @@ -3,7 +3,7 @@ > Scan networks for NetBIOS name information. > More information: . -- Scan a network for NETBIOS names: +- Scan a network for NetBIOS names: `nbtscan {{192.168.0.1/24}}` diff --git a/pages/common/ncmpcpp.md b/pages/common/ncmpcpp.md index 664a2d2f4..f6184f4a3 100644 --- a/pages/common/ncmpcpp.md +++ b/pages/common/ncmpcpp.md @@ -1,6 +1,6 @@ # ncmpcpp -> A command line music player client for the Music Player Daemon. +> A command-line music player client for the Music Player Daemon. > More information: . - Connect to a music player daemon on a given host and port: diff --git a/pages/common/ng.md b/pages/common/ng.md index 5d2374eb4..6771dc5e6 100644 --- a/pages/common/ng.md +++ b/pages/common/ng.md @@ -1,6 +1,6 @@ # ng -> Command Line Interface (CLI) for creating and managing Angular applications. +> Command-line Interface (CLI) for creating and managing Angular applications. > More information: . - Create a new Angular application inside a directory: diff --git a/pages/common/nix-build.md b/pages/common/nix-build.md index 8dff8751f..c65c0fa14 100644 --- a/pages/common/nix-build.md +++ b/pages/common/nix-build.md @@ -7,6 +7,6 @@ `nix-build --attr {{expression_name}}` -- Build a sandboxed Nix expression (on non-nixOS): +- Build a sandboxed Nix expression (on non-NixOS): `nix-build --attr {{expression_name}} --option sandbox true` diff --git a/pages/common/nms.md b/pages/common/nms.md index cad670e92..4a5577d3f 100644 --- a/pages/common/nms.md +++ b/pages/common/nms.md @@ -1,6 +1,6 @@ # nms -> Command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers from stdin. +> Command-line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers from stdin. > More information: . - Decrypt text after a keystroke: diff --git a/pages/common/nodenv.md b/pages/common/nodenv.md index ee3335688..bd49763f9 100644 --- a/pages/common/nodenv.md +++ b/pages/common/nodenv.md @@ -1,6 +1,6 @@ # nodenv -> A tool to manage NodeJS versions. +> A tool to manage Node.js versions. > More information: . - Install a specific version of Node.js: diff --git a/pages/common/nokogiri.md b/pages/common/nokogiri.md index ad7334f42..d9d93d22c 100644 --- a/pages/common/nokogiri.md +++ b/pages/common/nokogiri.md @@ -3,7 +3,7 @@ > An HTML, XML, SAX and Reader parser. > More information: . -- Parse the contents of a url or file: +- Parse the contents of a URL or file: `nokogiri {{url|path/to/file}}` diff --git a/pages/common/odps.md b/pages/common/odps.md index 2e67a936d..daec3fe80 100644 --- a/pages/common/odps.md +++ b/pages/common/odps.md @@ -1,8 +1,8 @@ # odps -> Aliyun ODPS (Open Data Processing Service) command line tool. +> Aliyun ODPS (Open Data Processing Service) command-line tool. -- Start the command line with a custom configuration file: +- Start the command-line with a custom configuration file: `odpscmd --config={{odps_config.ini}}` diff --git a/pages/common/p5.md b/pages/common/p5.md index 2cb1d7cf9..b4423ff67 100644 --- a/pages/common/p5.md +++ b/pages/common/p5.md @@ -1,6 +1,6 @@ # p5 -> P5js template builder and sketch manager. +> Template builder and sketch manager for p5.js. > More information: . - Create a new p5 collection: diff --git a/pages/common/perl.md b/pages/common/perl.md index dc3037ced..e1e625d30 100644 --- a/pages/common/perl.md +++ b/pages/common/perl.md @@ -27,7 +27,7 @@ `perl -p -i'.old' -e 's/{{find}}/{{replace}}/g' {{filename}}` -- Run a multi-line find/replace expression on a file, and save the result in another file: +- Run a multiline find/replace expression on a file, and save the result in another file: `perl -p0e 's/{{foo\nbar}}/{{foobar}}/g' {{input_file}} > {{output_file}}` diff --git a/pages/common/pgrep.md b/pages/common/pgrep.md index 50bbe4396..a721c5087 100644 --- a/pages/common/pgrep.md +++ b/pages/common/pgrep.md @@ -7,7 +7,7 @@ `pgrep {{process_name}}` -- Search for processes including their command line options: +- Search for processes including their command-line options: `pgrep --full "{{process_name}} {{parameter}}"` diff --git a/pages/common/php-artisan.md b/pages/common/php-artisan.md index d9f069b12..ae12f56e1 100644 --- a/pages/common/php-artisan.md +++ b/pages/common/php-artisan.md @@ -1,13 +1,13 @@ # php artisan -> Laravel's Artisan command line interface. +> Laravel's Artisan command-line interface. > More information: . - Start PHP's built-in web server for the current Laravel application: `php artisan serve` -- Start an interactive PHP command line interface: +- Start an interactive PHP command-line interface: `php artisan tinker` diff --git a/pages/common/php-yii.md b/pages/common/php-yii.md index 0b033103a..aa446524f 100644 --- a/pages/common/php-yii.md +++ b/pages/common/php-yii.md @@ -1,6 +1,6 @@ # php yii -> Yii Framework's command line interface. +> Yii Framework's command-line interface. > More information: . - Display a list of all available commands: diff --git a/pages/common/php.md b/pages/common/php.md index 60e7fb329..048aeb710 100644 --- a/pages/common/php.md +++ b/pages/common/php.md @@ -1,6 +1,6 @@ # php -> PHP command line interface. +> PHP command-line interface. > More information: . - Parse and execute a php script: diff --git a/pages/common/piactl.md b/pages/common/piactl.md index 951ca9107..1795dfa83 100644 --- a/pages/common/piactl.md +++ b/pages/common/piactl.md @@ -1,6 +1,6 @@ # piactl -> The command line tool for Private Internet Access, a commercial VPN provider. +> The command-line tool for Private Internet Access, a commercial VPN provider. > More information: . - Log in to Private Internet Access: diff --git a/pages/common/pio-account.md b/pages/common/pio-account.md index 26b23b06a..72b3b136c 100644 --- a/pages/common/pio-account.md +++ b/pages/common/pio-account.md @@ -1,6 +1,6 @@ # pio account -> Manage your PlatformIO account in the command line. +> Manage your PlatformIO account in the command-line. > More information: . - Register a new PlatformIO account: diff --git a/pages/common/pio-device.md b/pages/common/pio-device.md index eae76c849..6c25f6573 100644 --- a/pages/common/pio-device.md +++ b/pages/common/pio-device.md @@ -23,7 +23,7 @@ `pio device monitor --baud {{57600}}` -- Start an interactive device monitor and set a specific EOL character (defults to `CRLF`): +- Start an interactive device monitor and set a specific EOL character (defaults to `CRLF`): `pio device monitor --eol {{CRLF|CR|LF}}` diff --git a/pages/common/pio-project.md b/pages/common/pio-project.md index 879a1f40a..071af7f40 100644 --- a/pages/common/pio-project.md +++ b/pages/common/pio-project.md @@ -7,7 +7,7 @@ `pio project init` -- Initialize a new PlatformIO project in a specific direcdory: +- Initialize a new PlatformIO project in a specific directory: `pio project init --project-dir {{path/to/project_directory}}` diff --git a/pages/common/play.md b/pages/common/play.md index 886337f18..6b81692bb 100644 --- a/pages/common/play.md +++ b/pages/common/play.md @@ -1,7 +1,7 @@ # play > Audio player of SoX - Sound eXchange. -> Plays any audio from the command line, with audio formats identified by the extension. +> Plays any audio from the command-line, with audio formats identified by the extension. > More information: . - Play the given audio file: diff --git a/pages/common/podman.md b/pages/common/podman.md index 8e3e74343..fc9052985 100644 --- a/pages/common/podman.md +++ b/pages/common/podman.md @@ -1,7 +1,7 @@ # podman > Simple management tool for pods, containers and images. -> Podman provides a Docker-CLI comparable command line. Simply put: `alias docker=podman`. +> Podman provides a Docker-CLI comparable command-line. Simply put: `alias docker=podman`. > More information: . - Print out information about containers: diff --git a/pages/common/printf.md b/pages/common/printf.md index 9fc0e1c35..c22e650a2 100644 --- a/pages/common/printf.md +++ b/pages/common/printf.md @@ -11,7 +11,7 @@ `printf "{{\e[1;34m%.3d\e[0m\n}}" {{42}}` -- Print a float number with the unicode Euro sign: +- Print a float number with the Unicode Euro sign: `printf "{{\u20AC %.2f\n}}" {{123.4}}` diff --git a/pages/common/pup.md b/pages/common/pup.md index 36be34318..551de57f0 100644 --- a/pages/common/pup.md +++ b/pages/common/pup.md @@ -1,6 +1,6 @@ # pup -> Command line HTML parsing tool. +> Command-line HTML parsing tool. > More information: . - Transform a raw HTML file into a cleaned, indented, and colored format: diff --git a/pages/common/qemu-img.md b/pages/common/qemu-img.md index 653ccc70d..6eebca697 100644 --- a/pages/common/qemu-img.md +++ b/pages/common/qemu-img.md @@ -18,6 +18,6 @@ `qemu-img map {{image_name.img}}` -- Convert a VMWare .vmdk disk image to a KVM .qcow2 disk image: +- Convert a VMware .vmdk disk image to a KVM .qcow2 disk image: `qemu-img convert -O qcow2 {{path/to/file/foo.vmdk}} {{path/to/file/foo.qcow2}}` diff --git a/pages/common/rails.md b/pages/common/rails.md index c90d79f4a..2c1ae24aa 100644 --- a/pages/common/rails.md +++ b/pages/common/rails.md @@ -15,7 +15,7 @@ `rails server -p "{{port}}"` -- Open console to interact with application from command line: +- Open console to interact with application from command-line: `rails console` diff --git a/pages/common/rbt.md b/pages/common/rbt.md index 544550a6d..8a617f132 100644 --- a/pages/common/rbt.md +++ b/pages/common/rbt.md @@ -1,6 +1,6 @@ # rbt -> RBTools is a set of command line tools for working with Review Board and RBCommons. +> RBTools is a set of command-line tools for working with Review Board and RBCommons. > More information: . - Post changes to Review Board: diff --git a/pages/common/react-native-start.md b/pages/common/react-native-start.md index 5c77cfad5..a63f009bc 100644 --- a/pages/common/react-native-start.md +++ b/pages/common/react-native-start.md @@ -1,6 +1,6 @@ # react-native start -> Command line tools to start the React Native server. +> Command-line tools to start the React Native server. > More information: . - Start the server that communicates with connected devices: diff --git a/pages/common/rg.md b/pages/common/rg.md index 7548b4d24..108551023 100644 --- a/pages/common/rg.md +++ b/pages/common/rg.md @@ -8,7 +8,7 @@ `rg {{regular_expression}}` -- Search for regular expressions including all .gitignored and hidden files: +- Search for regular expressions recursively in the current directory, including hidden files and files listed in `.gitignore`: `rg --no-ignore --hidden {{regular_expression}}` diff --git a/pages/common/rsstail.md b/pages/common/rsstail.md index f31f3d017..9e47b4f06 100644 --- a/pages/common/rsstail.md +++ b/pages/common/rsstail.md @@ -3,7 +3,7 @@ > `tail` for RSS feeds. > More information: . -- Show the feed of a given url and wait for new entries appearing at the bottom: +- Show the feed of a given URL and wait for new entries appearing at the bottom: `rsstail -u {{url}}` diff --git a/pages/common/ruby.md b/pages/common/ruby.md index e53ca5db4..c1d93d820 100644 --- a/pages/common/ruby.md +++ b/pages/common/ruby.md @@ -11,7 +11,7 @@ `ruby {{script.rb}}` -- Execute a single Ruby command in the command line: +- Execute a single Ruby command in the command-line: `ruby -e {{command}}` diff --git a/pages/common/scala.md b/pages/common/scala.md index 06857215b..c48f76d46 100644 --- a/pages/common/scala.md +++ b/pages/common/scala.md @@ -19,6 +19,6 @@ `scala {{filename.jar}}` -- Execute a single Scala command in the command line: +- Execute a single Scala command in the command-line: `scala -e {{command}}` diff --git a/pages/common/scrapy.md b/pages/common/scrapy.md index cd225b9b9..b2fb0cdf5 100644 --- a/pages/common/scrapy.md +++ b/pages/common/scrapy.md @@ -23,10 +23,10 @@ `scrapy fetch {{url}}` -- Open a webpage in the default browser as scrapy sees it (disable javascript for extra fidelity): +- Open a webpage in the default browser as scrapy sees it (disable JavaScript for extra fidelity): `scrapy view {{url}}` -- Open scrapy shell for url, which allows interaction with the page source in python shell (or ipython if available): +- Open scrapy shell for URL, which allows interaction with the page source in python shell (or ipython if available): `scrapy shell {{url}}` diff --git a/pages/common/sendmail.md b/pages/common/sendmail.md index aa35dd506..8c5b468e0 100644 --- a/pages/common/sendmail.md +++ b/pages/common/sendmail.md @@ -1,6 +1,6 @@ # sendmail -> Send email from the command line. +> Send email from the command-line. - Send a message with the content of `message.txt` to the mail directory of local user `username`: diff --git a/pages/common/siege.md b/pages/common/siege.md index de884ee53..3b3a0e8f7 100644 --- a/pages/common/siege.md +++ b/pages/common/siege.md @@ -3,19 +3,19 @@ > HTTP loadtesting and benchmarking tool. > More information: . -- Test a url with default settings: +- Test a URL with default settings: `siege {{https://example.com}}` -- Test a list of urls: +- Test a list of URLs: `siege --file {{path/to/url_list.txt}}` -- Test list of urls in a random order (Simulates internet traffic): +- Test list of URLs in a random order (Simulates internet traffic): `siege --internet --file {{path/to/url_list.txt}}` -- Benchmark a list of urls (Dont wait between requests): +- Benchmark a list of URLs (without waiting between requests): `siege --benchmark --file {{path/to/url_list.txt}}` diff --git a/pages/common/sonar-scanner.md b/pages/common/sonar-scanner.md index 819138fc9..e0891e796 100644 --- a/pages/common/sonar-scanner.md +++ b/pages/common/sonar-scanner.md @@ -1,6 +1,6 @@ # sonar-scanner -> SonarScanner is a generic scanner for SonarQube for projects do not use any specific build tool like maven, gradle , etc. +> SonarScanner is a generic scanner for SonarQube projects that do not use build tools such as Maven, Gradle, or Ant. > More information: . - Scan a project with configuration file in your project's root directory named `sonar-project.properties`: @@ -15,6 +15,6 @@ `sonar-scanner -h` -- Print debudgging information: +- Print debugging information: `sonar-scanner -X` diff --git a/pages/common/spark.md b/pages/common/spark.md index bcd0002d9..7f74b3d33 100644 --- a/pages/common/spark.md +++ b/pages/common/spark.md @@ -1,6 +1,6 @@ # spark -> The Laravel Spark command line tool. +> The Laravel Spark command-line tool. > More information: . - Register your API token: diff --git a/pages/common/speedtest-cli.md b/pages/common/speedtest-cli.md index 25b37bb4b..b12fb525e 100644 --- a/pages/common/speedtest-cli.md +++ b/pages/common/speedtest-cli.md @@ -1,6 +1,6 @@ # speedtest-cli -> Unofficial command line interface for testing internet bandwidth using https://speedtest.net. +> Unofficial command-line interface for testing internet bandwidth using https://speedtest.net. > See also `speedtest` for the official CLI. > More information: . diff --git a/pages/common/speedtest.md b/pages/common/speedtest.md index bab03f9b4..f03a29c6c 100644 --- a/pages/common/speedtest.md +++ b/pages/common/speedtest.md @@ -1,6 +1,6 @@ # speedtest -> Official command line interface for testing internet bandwidth using https://speedtest.net. +> Official command-line interface for testing internet bandwidth using https://speedtest.net. > Note: some platforms link `speedtest` to `speedtest-cli`. If some of the examples in this page don't work, see `speedtest-cli`. > More information: . diff --git a/pages/common/sqsc.md b/pages/common/sqsc.md index 9dea79d48..4b8f77ee9 100644 --- a/pages/common/sqsc.md +++ b/pages/common/sqsc.md @@ -1,6 +1,6 @@ # sqsc -> A command line AWS Simple Queue Service client. +> A command-line AWS Simple Queue Service client. > More information: . - List all queues: diff --git a/pages/common/subfinder.md b/pages/common/subfinder.md index 4d472ab76..3808c20de 100644 --- a/pages/common/subfinder.md +++ b/pages/common/subfinder.md @@ -12,7 +12,7 @@ `subfinder --silent -d {{example.com}}` -- Use bruteforcing to find subdomains: +- Use a brute-force attack to find subdomains: `subfinder -d {{example.com}} -b` diff --git a/pages/common/surge.md b/pages/common/surge.md index f4c6afda4..b86cc2379 100644 --- a/pages/common/surge.md +++ b/pages/common/surge.md @@ -1,6 +1,6 @@ # surge -> Simple command line web publishing. +> Simple command-line web publishing. > More information: . - Upload a new site to surge.sh: diff --git a/pages/common/svn.md b/pages/common/svn.md index b7f90a7e4..a68f8a693 100644 --- a/pages/common/svn.md +++ b/pages/common/svn.md @@ -1,6 +1,6 @@ # svn -> Subversion command line client tool. +> Subversion command-line client tool. > More information: . - Check out a working copy from a repository: diff --git a/pages/common/swig.md b/pages/common/swig.md index 8b8287c27..9e09ad2cc 100644 --- a/pages/common/swig.md +++ b/pages/common/swig.md @@ -1,6 +1,6 @@ # swig -> Generate bindings between C / C++ code and various high level languages such as Javascript, Python, C#, and more. +> Generate bindings between C / C++ code and various high level languages such as JavaScript, Python, C#, and more. > It uses special .i or .swg files to generate the bindings (C/C++ with SWIG directives, then outputs a C/C++ file that contains all of the wrapper code needed to build an extension module. - Generate a binding between C++ and Python: diff --git a/pages/common/tea.md b/pages/common/tea.md index 010fb01c1..49e04c89d 100644 --- a/pages/common/tea.md +++ b/pages/common/tea.md @@ -1,6 +1,6 @@ # tea -> A command line tool to interact with Gitea servers. +> A command-line tool to interact with Gitea servers. > More information: . - Log into a Gitea server: diff --git a/pages/common/trash-cli.md b/pages/common/trash-cli.md index a767a76a6..2eabc3b7e 100644 --- a/pages/common/trash-cli.md +++ b/pages/common/trash-cli.md @@ -1,6 +1,6 @@ # trash-cli -> A command line interface to the trashcan APIs. +> A command-line interface to the trashcan APIs. > More information: . - Trash files and directories: diff --git a/pages/common/travis.md b/pages/common/travis.md index 413391921..1266633f5 100644 --- a/pages/common/travis.md +++ b/pages/common/travis.md @@ -1,6 +1,6 @@ # travis -> Command line client to interface with Travis CI. +> Command-line client to interface with Travis CI. > More information: . - Display the client version: diff --git a/pages/common/truncate.md b/pages/common/truncate.md index 0fd2bf9a9..af7d816b6 100644 --- a/pages/common/truncate.md +++ b/pages/common/truncate.md @@ -3,7 +3,7 @@ > Shrink or extend the size of a file to the specified size. > More information: . -- Set a size of 10 GB to an exsting file, or create a new file with the specified size: +- Set a size of 10 GB to an existing file, or create a new file with the specified size: `truncate -s {{10G}} {{filename}}` diff --git a/pages/common/tsc.md b/pages/common/tsc.md index b8a855f11..47e3197a0 100644 --- a/pages/common/tsc.md +++ b/pages/common/tsc.md @@ -19,7 +19,7 @@ `tsc --build {{tsconfig.json}}` -- Run the compiler using command line options and arguments fetched from a text file: +- Run the compiler using command-line options and arguments fetched from a text file: `tsc @{{args.txt}}` diff --git a/pages/common/unzip.md b/pages/common/unzip.md index 50dd30996..a7c46220b 100644 --- a/pages/common/unzip.md +++ b/pages/common/unzip.md @@ -18,6 +18,6 @@ `unzip -c {{file.zip}}` -- Extract a zip file created in windows, containing files with non-ascii (chinese) filenames: +- Extract a zip file created on Windows, containing files with non-ASCII (e.g. Chinese or Japanese characters) filenames: `unzip -O {{gbk}} {{file.zip}}` diff --git a/pages/common/vegeta.md b/pages/common/vegeta.md index edc05f131..6392ae0c7 100644 --- a/pages/common/vegeta.md +++ b/pages/common/vegeta.md @@ -1,6 +1,6 @@ # vegeta -> A command line utility and a library for HTTP load testing. +> A command-line utility and a library for HTTP load testing. > See also `ab`. > More information: . diff --git a/pages/common/vela.md b/pages/common/vela.md index 8801cce46..d721bf440 100644 --- a/pages/common/vela.md +++ b/pages/common/vela.md @@ -1,6 +1,6 @@ # vela -> Command line tools for the Vela pipeline. +> Command-line tools for the Vela pipeline. > More information: . - Trigger a pipeline to run from a Git branch, commit or tag: diff --git a/pages/common/weasyprint.md b/pages/common/weasyprint.md index a81391d0c..4b1991db7 100644 --- a/pages/common/weasyprint.md +++ b/pages/common/weasyprint.md @@ -19,6 +19,6 @@ `weasyprint {{path/to/input.html}} {{path/to/output}}.png --resolution {{300}}` -- Specify a base url for relative urls in the input HTML file: +- Specify a base URL for relative URLs in the input HTML file: `weasyprint {{path/to/input.html}} {{path/to/output}}.png --base-url {{url_or_filename}}` diff --git a/pages/common/web-ext.md b/pages/common/web-ext.md index 2fb74316c..0756b8f17 100644 --- a/pages/common/web-ext.md +++ b/pages/common/web-ext.md @@ -1,6 +1,6 @@ # web-ext -> A command line tool for managing web extension development. +> A command-line tool for managing web extension development. > More information: . - Run the web extension in the current directory in Firefox: diff --git a/pages/common/webtorrent.md b/pages/common/webtorrent.md index e76189929..f2cdf9c59 100644 --- a/pages/common/webtorrent.md +++ b/pages/common/webtorrent.md @@ -1,6 +1,6 @@ # webtorrent -> The command line interface for WebTorrent. +> The command-line interface for WebTorrent. > Supports magnets, urls, info hashes and .torrent files. > More information: . @@ -32,6 +32,6 @@ `webtorrent create {{path/to/file}}` -- Display information for a magnet uri or `.torrent` file: +- Display information for a magnet URI or `.torrent` file: `webtorrent info {{path/to/file_or_magnet}}` diff --git a/pages/common/whois.md b/pages/common/whois.md index c860b9795..6438a8831 100644 --- a/pages/common/whois.md +++ b/pages/common/whois.md @@ -1,6 +1,6 @@ # whois -> Commandline client for the WHOIS (RFC 3912) protocol. +> Command-line client for the WHOIS (RFC 3912) protocol. > More information: . - Get information about a domain name: diff --git a/pages/common/wpscan.md b/pages/common/wpscan.md index eeb4e11a9..afb8a0b11 100644 --- a/pages/common/wpscan.md +++ b/pages/common/wpscan.md @@ -1,36 +1,36 @@ # wpscan -> Wordpress vulnerability scanner. +> WordPress vulnerability scanner. > More information: . - Update the vulnerability database: `wpscan --update` -- Scan a Wordpress website: +- Scan a WordPress website: `wpscan --url {{url}}` -- Scan a Wordpress website, using random user agents and passive detection: +- Scan a WordPress website, using random user agents and passive detection: `wpscan --url {{url}} --stealthy` -- Scan a Wordpress website, checking for vulnerable plugins and specifying the path to the `wp-content` directory: +- Scan a WordPress website, checking for vulnerable plugins and specifying the path to the `wp-content` directory: `wpscan --url {{url}} --enumerate {{vp}} --wp-content-dir {{remote/path/to/wp-content}}` -- Scan a Wordpress website through a proxy: +- Scan a WordPress website through a proxy: `wpscan --url {{url}} --proxy {{protocol://ip:port}} --proxy-auth {{username:password}}` -- Perform user identifiers enumeration on a Wordpress website: +- Perform user identifiers enumeration on a WordPress website: `wpscan --url {{url}} --enumerate {{u}}` -- Execute a password guessing attack on a Wordpress website: +- Execute a password guessing attack on a WordPress website: `wpscan --url {{url}} --usernames {{username|path/to/usernames.txt}} --passwords {{path/to/passwords.txt}} threads {{20}}` -- Scan a Wordpress website, collecting vulnerability data from the WPVulnDB (https://wpvulndb.com/): +- Scan a WordPress website, collecting vulnerability data from the WPVulnDB (https://wpvulndb.com/): `wpscan --url {{url}} --api-token {{token}}` diff --git a/pages/common/wrangler.md b/pages/common/wrangler.md index 11f1d88b4..5c1b40541 100644 --- a/pages/common/wrangler.md +++ b/pages/common/wrangler.md @@ -1,6 +1,6 @@ # wrangler -> Cloudflare Workers command line tool. +> Cloudflare Workers command-line tool. > More information: . - Initialize a project with a skeleton configuration: diff --git a/pages/common/write.md b/pages/common/write.md index eae6722bc..f6a5a8ba7 100644 --- a/pages/common/write.md +++ b/pages/common/write.md @@ -11,6 +11,6 @@ `write {{testuser}} {{tty/5}}` -- Send message to "jhondoe" on pseudo terminal `/dev/pts/5`: +- Send message to "johndoe" on pseudo terminal `/dev/pts/5`: -`write {{jhondoe}} {{pts/5}}` +`write {{johndoe}} {{pts/5}}` diff --git a/pages/common/xsv.md b/pages/common/xsv.md index fb4586d9b..941291fb1 100644 --- a/pages/common/xsv.md +++ b/pages/common/xsv.md @@ -1,6 +1,6 @@ # xsv -> A CSV command line toolkit written in Rust. +> A CSV command-line toolkit written in Rust. > More information: . - Inspect the headers of a file: diff --git a/pages/common/zsh.md b/pages/common/zsh.md index 443108a38..0f35e90ca 100644 --- a/pages/common/zsh.md +++ b/pages/common/zsh.md @@ -1,6 +1,6 @@ # zsh -> Z SHell, a Bash-compatible command line interpreter. +> Z SHell, a Bash-compatible command-line interpreter. > See also `histexpand` for history expansion. > More information: . diff --git a/pages/linux/apt-file.md b/pages/linux/apt-file.md index e26a283b9..89dfba7f9 100644 --- a/pages/linux/apt-file.md +++ b/pages/linux/apt-file.md @@ -15,6 +15,6 @@ `apt-file {{show|list}} {{package_name}}` -- Search for packages that match the regular expresssion given in `pattern`: +- Search for packages that match the regular expression given in `pattern`: `apt-file {{search|find}} --regexp {{regular_expression}}` diff --git a/pages/linux/auracle.md b/pages/linux/auracle.md index 406ff0bfd..f60157bef 100644 --- a/pages/linux/auracle.md +++ b/pages/linux/auracle.md @@ -1,6 +1,6 @@ # auracle -> Command line tool used to interact with Arch Linux's User Repository, commonly referred to as the AUR. +> Command-line tool used to interact with Arch Linux's User Repository, commonly referred to as the AUR. > More information: . - Display AUR packages that match a regular expression: diff --git a/pages/linux/calcurse.md b/pages/linux/calcurse.md index a47ed4d1a..6f6534735 100644 --- a/pages/linux/calcurse.md +++ b/pages/linux/calcurse.md @@ -1,6 +1,6 @@ # calcurse -> A text-based calendar and scheduling application for the command line. +> A text-based calendar and scheduling application for the command-line. > More information: . - Start calcurse on interactive mode: diff --git a/pages/linux/cmus.md b/pages/linux/cmus.md index cbeabeb5f..8178f72ac 100644 --- a/pages/linux/cmus.md +++ b/pages/linux/cmus.md @@ -1,6 +1,6 @@ # cmus -> Commandline Music Player. +> Command-line Music Player. > Use arrow keys to navigate, `` to select, and numbers 1-8 switch between different views. - Open cmus into the specified directory (this will become your new working directory): diff --git a/pages/linux/ctr.md b/pages/linux/ctr.md index b643e39be..8de3654bb 100644 --- a/pages/linux/ctr.md +++ b/pages/linux/ctr.md @@ -1,6 +1,6 @@ # ctr -> Manage Containerd containers and images. +> Manage `containerd` containers and images. > More information: . - List all containers (running and stopped): diff --git a/pages/linux/dnsrecon.md b/pages/linux/dnsrecon.md index b3f897a6f..7c0e498c6 100644 --- a/pages/linux/dnsrecon.md +++ b/pages/linux/dnsrecon.md @@ -11,7 +11,7 @@ `dnsrecon --domain {{example.com}} --name_server {{nameserver.example.com}} --type axfr` -- Scan a domain, using a dictionary of subdomains and hostnames for bruteforcing: +- Scan a domain, using a brute-force attack and a dictionary of subdomains and hostnames: `dnsrecon --domain {{example.com}} --dictionary {{path/to/dictionary.txt}} --type brt` diff --git a/pages/linux/efibootmgr.md b/pages/linux/efibootmgr.md index 2f6fb9776..93ec139f8 100644 --- a/pages/linux/efibootmgr.md +++ b/pages/linux/efibootmgr.md @@ -1,6 +1,6 @@ # efibootmgr -> Manipulate the UEFI Boot Manager (the Bootoptions). +> Manipulate the UEFI Boot Manager. > More information: . - List the current settings / bootnums: diff --git a/pages/linux/ethtool.md b/pages/linux/ethtool.md index 2396728b8..45ae0f39e 100644 --- a/pages/linux/ethtool.md +++ b/pages/linux/ethtool.md @@ -19,6 +19,6 @@ `ethtool --identify {{eth0}} {{10}}` -- Set the link speed, duplex mode, and parameter autonegotiation for a given interface: +- Set the link speed, duplex mode, and parameter auto-negotiation for a given interface: `ethtool -s {{eth0}} speed {{10|100|1000}} duplex {{half|full}} autoneg {{on|off}}` diff --git a/pages/linux/firewall-cmd.md b/pages/linux/firewall-cmd.md index 61275c034..a60d445c1 100644 --- a/pages/linux/firewall-cmd.md +++ b/pages/linux/firewall-cmd.md @@ -1,6 +1,6 @@ # firewall-cmd -> The firewalld command line client. +> The firewalld command-line client. - View the available firewall zones: diff --git a/pages/linux/gs.md b/pages/linux/gs.md index ed5d9de94..9bd14957d 100644 --- a/pages/linux/gs.md +++ b/pages/linux/gs.md @@ -6,7 +6,7 @@ `gs -dQUIET -dBATCH {{file.pdf}}` -- Reduce PDF file size to 150 dpi images for reading on a ebook device: +- Reduce PDF file size to 150 dpi images for reading on a e-book device: `gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -sOutputFile={{output.pdf}} {{input.pdf}}` diff --git a/pages/linux/http-prompt.md b/pages/linux/http-prompt.md index d08a1b0d0..c56f562f8 100644 --- a/pages/linux/http-prompt.md +++ b/pages/linux/http-prompt.md @@ -2,11 +2,11 @@ > An interactive command-line HTTP client featuring autocomplete and syntax highlighting. -- Launch a session targeting the default url of http://localhost:8000 or the previous session: +- Launch a session targeting the default URL of http://localhost:8000 or the previous session: `http-prompt` -- Launch a session with a given url: +- Launch a session with a given URL: `http-prompt {{http://example.com}}` diff --git a/pages/linux/httpie.md b/pages/linux/httpie.md index e5791c8cd..5e47073e8 100644 --- a/pages/linux/httpie.md +++ b/pages/linux/httpie.md @@ -1,6 +1,6 @@ # httpie -> A user friendly command line HTTP tool. +> A user friendly command-line HTTP tool. - Send a GET request (default method with no request data): diff --git a/pages/linux/imgp.md b/pages/linux/imgp.md index 5bf3d6050..18fb12579 100644 --- a/pages/linux/imgp.md +++ b/pages/linux/imgp.md @@ -1,6 +1,6 @@ # imgp -> Command line image resizer and rotator for JPEG and PNG images. +> Command-line image resizer and rotator for JPEG and PNG images. - Convert single images and/or whole directories containing valid image formats: diff --git a/pages/linux/iwctl.md b/pages/linux/iwctl.md index 56ee47407..c14f6924b 100644 --- a/pages/linux/iwctl.md +++ b/pages/linux/iwctl.md @@ -1,6 +1,6 @@ # iwctl -> A command line tool for controlling the iwd network supplicant. +> A command-line tool for controlling the iwd network supplicant. > More information: . - Start the interactive mode, in this mode you can enter the commands directly, with autocompletion: diff --git a/pages/linux/makepkg.md b/pages/linux/makepkg.md index c81d7d534..a6c4c1db2 100644 --- a/pages/linux/makepkg.md +++ b/pages/linux/makepkg.md @@ -1,10 +1,10 @@ # makepkg > Creates a package installable with the `pacman` package manager. -> Runs the commands from a PKGBUILD file to build the package. +> Runs the commands from a `PKGBUILD` file to build the package. > More information: . -- Make a package (run in the same directory as a PKGBUILD): +- Make a package (run in the same directory as a `PKGBUILD`): `makepkg` diff --git a/pages/linux/mocp.md b/pages/linux/mocp.md index 7fdb3bce8..a1c0e68f4 100644 --- a/pages/linux/mocp.md +++ b/pages/linux/mocp.md @@ -31,6 +31,6 @@ `mocp --{{play|stop}}` -- Stop the MOC server while it's in the backgroud: +- Stop the MOC server while it's in the background: `mocp --exit` diff --git a/pages/linux/nmcli.md b/pages/linux/nmcli.md index 26d6d8805..72953fe65 100644 --- a/pages/linux/nmcli.md +++ b/pages/linux/nmcli.md @@ -1,6 +1,6 @@ # nmcli -> A command line tool for controlling NetworkManager. +> A command-line tool for controlling NetworkManager. > More information: . - Check the nmcli version: diff --git a/pages/linux/pamac.md b/pages/linux/pamac.md index f00ced88d..3fe3f3844 100644 --- a/pages/linux/pamac.md +++ b/pages/linux/pamac.md @@ -1,6 +1,6 @@ # pamac -> A command line utility for the GUI package manager pamac. +> A command-line utility for the GUI package manager pamac. > If you can't see the AUR packages, enable it in `/etc/pamac.conf` or in the GUI. > More information: . diff --git a/pages/linux/partx.md b/pages/linux/partx.md index 1bbd2a9d2..f42adc475 100644 --- a/pages/linux/partx.md +++ b/pages/linux/partx.md @@ -7,7 +7,7 @@ `sudo partx --list {{path/to/device_or_disk_image}}` -- Add all the paritions found in a given block device to the kernel: +- Add all the partitions found in a given block device to the kernel: `sudo partx --add --verbose {{path/to/device_or_disk_image}}` diff --git a/pages/linux/pi.md b/pages/linux/pi.md index 62c6c2d9e..5107d0eb5 100644 --- a/pages/linux/pi.md +++ b/pages/linux/pi.md @@ -1,6 +1,6 @@ # pi -> Compute decimal Archimedes' constant Pi on the command line. +> Compute decimal Archimedes' constant Pi on the command-line. > More information: . - Display 100 decimal digits of Archimedes' constant Pi: diff --git a/pages/linux/protontricks.md b/pages/linux/protontricks.md index d2bb59468..92b1bbcad 100644 --- a/pages/linux/protontricks.md +++ b/pages/linux/protontricks.md @@ -1,6 +1,6 @@ # protontricks -> A simple wrapper that does winetricks things for Proton enabled games, requires Winetricks. +> A simple wrapper that does Winetricks things for Proton enabled games, requires Winetricks. > More information: . - Show the protontricks help message: @@ -11,7 +11,7 @@ `protontricks --gui` -- Run winetricks for a specific game: +- Run Winetricks for a specific game: `protontricks {{appid}} {{winetricks_args}}` diff --git a/pages/linux/rspamc.md b/pages/linux/rspamc.md index 32d7284c7..6d98dcb66 100644 --- a/pages/linux/rspamc.md +++ b/pages/linux/rspamc.md @@ -1,6 +1,6 @@ # rspamc -> Command line client for rspamd servers. +> Command-line client for rspamd servers. - Train the bayesian filter to recognise an email as spam: diff --git a/pages/linux/rtorrent.md b/pages/linux/rtorrent.md index 14cf9d7e8..13ceb1055 100644 --- a/pages/linux/rtorrent.md +++ b/pages/linux/rtorrent.md @@ -1,6 +1,6 @@ # rtorrent -> Download torrents over the command line. +> Download torrents over the command-line. - Add a torrent file or magnet to be downloaded: diff --git a/pages/linux/sensible-browser.md b/pages/linux/sensible-browser.md index ccb8b2cac..9c386ba94 100644 --- a/pages/linux/sensible-browser.md +++ b/pages/linux/sensible-browser.md @@ -6,6 +6,6 @@ `sensible-browser` -- Open a url in the default browser: +- Open a URL in the default browser: `sensible-browser {{url}}` diff --git a/pages/linux/tshark.md b/pages/linux/tshark.md index 26ccdc93c..0b5bde233 100644 --- a/pages/linux/tshark.md +++ b/pages/linux/tshark.md @@ -1,6 +1,6 @@ # tshark -> Packet analysis tool, CLI version of wireshark. +> Packet analysis tool, CLI version of Wireshark. - Monitor everything on localhost: diff --git a/pages/linux/uvcdynctrl.md b/pages/linux/uvcdynctrl.md index b1c70d014..dbe06bb24 100644 --- a/pages/linux/uvcdynctrl.md +++ b/pages/linux/uvcdynctrl.md @@ -1,6 +1,6 @@ # uvcdynctrl -> A libwebcam command line tool to manage dynamic controls in uvcvideo. +> A libwebcam command-line tool to manage dynamic controls in uvcvideo. - List all available cameras: diff --git a/pages/linux/virt-manager.md b/pages/linux/virt-manager.md index b10365710..fa88980d7 100644 --- a/pages/linux/virt-manager.md +++ b/pages/linux/virt-manager.md @@ -11,7 +11,7 @@ `virt-manager --connect {{hypervisor_uri}}` -- Don't fork virt-manager process into backgroun on startup: +- Don't fork virt-manager process into background on startup: `virt-manager --no-fork` diff --git a/pages/linux/vmware-checkvm.md b/pages/linux/vmware-checkvm.md index 681fcbd44..3e4e5c050 100644 --- a/pages/linux/vmware-checkvm.md +++ b/pages/linux/vmware-checkvm.md @@ -1,11 +1,11 @@ # vmware-checkvm -> Checks to see if the current host is a VMWare VM or not. +> Checks to see if the current host is a VMware VM or not. -- Return the current VMWare software version (exit status determines whether the system is a VM or not): +- Return the current VMware software version (exit status determines whether the system is a VM or not): `vmware-checkvm` -- Return the VMWare hardware version: +- Return the VMware hardware version: `vmware-checkvm -h` diff --git a/pages/linux/winetricks.md b/pages/linux/winetricks.md index 55ef8930a..182f6788b 100644 --- a/pages/linux/winetricks.md +++ b/pages/linux/winetricks.md @@ -7,7 +7,7 @@ `winetricks` -- Specify a custom Wine directory to run winetricks in: +- Specify a custom Wine directory to run Winetricks in: `WINEPREFIX={{path/to/wine_directory}} winetricks` diff --git a/pages/linux/xdotool.md b/pages/linux/xdotool.md index dcb350a8d..07507c4e4 100644 --- a/pages/linux/xdotool.md +++ b/pages/linux/xdotool.md @@ -1,6 +1,6 @@ # xdotool -> Command line automation for X11. +> Command-line automation for X11. - Retrieve the X-Windows window ID of the running Firefox window(s): diff --git a/pages/linux/xsetwacom.md b/pages/linux/xsetwacom.md index 9af3f6fb1..4cab54942 100644 --- a/pages/linux/xsetwacom.md +++ b/pages/linux/xsetwacom.md @@ -1,6 +1,6 @@ # xsetwacom -> Command line tool to change settings for Wacom pen tablets at runtime. +> Command-line tool to change settings for Wacom pen tablets at runtime. - List all the available wacom devices. The device name is in the first column: diff --git a/pages/linux/zenity.md b/pages/linux/zenity.md index fe81f8db0..a2ef6ae97 100644 --- a/pages/linux/zenity.md +++ b/pages/linux/zenity.md @@ -1,6 +1,6 @@ # zenity -> Display dialogs from the command line/shell scripts. +> Display dialogs from the command-line/shell scripts. > Return user-inserted values or 1 if error. - Display the default question dialog: diff --git a/pages/osx/bless.md b/pages/osx/bless.md index bd048c5cf..3fe915ddd 100644 --- a/pages/osx/bless.md +++ b/pages/osx/bless.md @@ -1,6 +1,6 @@ # bless -> Set volume bootability and startup disk options. +> Set volume boot capability and startup disk options. > More information: . - Bless a volume with only Mac OS X or Darwin, and create the BootX and `boot.efi` files as needed: diff --git a/pages/osx/csshx.md b/pages/osx/csshx.md index d269301ea..712dbb00c 100644 --- a/pages/osx/csshx.md +++ b/pages/osx/csshx.md @@ -1,6 +1,6 @@ # csshX -> Cluster SSH tool for MacOS. +> Cluster SSH tool for macOS. > More information: . - Connect to multiple hosts: diff --git a/pages/osx/imgcat.md b/pages/osx/imgcat.md index 0b97ee824..f8ca8d71e 100644 --- a/pages/osx/imgcat.md +++ b/pages/osx/imgcat.md @@ -1,8 +1,8 @@ # imgcat -> A utility to display images directly on the command line. +> A utility to display images directly on the command-line. > Requires a compatible terminal such as iTerm2. -- Display an image on the command line: +- Display an image on the command-line: `imgcat {{filename}}` diff --git a/pages/osx/indent.md b/pages/osx/indent.md index cf9d91a34..14e368923 100644 --- a/pages/osx/indent.md +++ b/pages/osx/indent.md @@ -7,6 +7,6 @@ `indent {{path/to/source.c}} {{path/to/indented_source.c}} -nbad -nbap -bc -br -c33 -cd33 -cdb -ce -ci4 -cli0 -di16 -fc1 -fcb -i4 -ip -l75 -lp -npcs -nprs -psl -sc -nsob -ts8` -- Format C/C++ source according to the style of Kernigan & Ritchie (K&R): +- Format C/C++ source according to the style of Kernighan & Ritchie (K&R): `indent {{path/to/source.c}} {{path/to/indented_source.c}} -nbad -bap -nbc -br -c33 -cd33 -ncdb -ce -ci4 -cli0 -cs -d0 -di1 -nfc1 -nfcb -i4 -nip -l75 -lp -npcs -nprs -npsl -nsc -nsob` diff --git a/pages/osx/mas.md b/pages/osx/mas.md index a567e25f9..dccbf773b 100644 --- a/pages/osx/mas.md +++ b/pages/osx/mas.md @@ -1,6 +1,6 @@ # mas -> Command line interface for the Mac App Store. +> Command-line interface for the Mac App Store. > More information: . - Sign into the Mac App Store for the first time: diff --git a/pages/osx/osascript.md b/pages/osx/osascript.md index 68ec3f1b3..bd370e4f6 100644 --- a/pages/osx/osascript.md +++ b/pages/osx/osascript.md @@ -1,6 +1,6 @@ # osascript -> Run AppleScript or JavaScript for Automation (JXA) from the command line. +> Run AppleScript or JavaScript for Automation (JXA) from the command-line. - Run an AppleScript command: diff --git a/pages/osx/qlmanage.md b/pages/osx/qlmanage.md index 92da5d901..6c7940937 100644 --- a/pages/osx/qlmanage.md +++ b/pages/osx/qlmanage.md @@ -10,6 +10,6 @@ `qlmanage {{*.jpg}} -t -s {{300}} {{path/to/directory}}` -- Reset Quicklook: +- Reset QuickLook: `qlmanage -r` diff --git a/pages/osx/softwareupdate.md b/pages/osx/softwareupdate.md index 7cc3f0b01..42b0fd991 100644 --- a/pages/osx/softwareupdate.md +++ b/pages/osx/softwareupdate.md @@ -1,6 +1,6 @@ # softwareupdate -> A tool for updating MacOS App Store apps via the command line. +> A tool for updating macOS App Store apps via the command-line. - List all available updates: diff --git a/pages/osx/xed.md b/pages/osx/xed.md index 754739233..157b4140b 100644 --- a/pages/osx/xed.md +++ b/pages/osx/xed.md @@ -1,15 +1,15 @@ # xed -> Opens files for editing in XCode. +> Opens files for editing in Xcode. -- Open file in XCode: +- Open file in Xcode: `xed {{file1}}` -- Open file(s) in XCode, create if it doesn't exist: +- Open file(s) in Xcode, create if it doesn't exist: `xed -c {{filename1}}` -- Open a file in XCode and jump to line number 75: +- Open a file in Xcode and jump to line number 75: `xed -l 75 {{filename}}` diff --git a/pages/windows/choco-new.md b/pages/windows/choco-new.md index 499a8850c..cdb676a91 100644 --- a/pages/windows/choco-new.md +++ b/pages/windows/choco-new.md @@ -19,6 +19,6 @@ `choco new {{package_name}} --output-directory {{path/to/directory}}` -- Create a new package with specific 32-bit and 64-bit installer urls: +- Create a new package with specific 32-bit and 64-bit installer URLs: `choco new {{package_name}} url="{{url}}" url64="{{url}}"` diff --git a/pages/windows/choco.md b/pages/windows/choco.md index c080a28cd..707b40b19 100644 --- a/pages/windows/choco.md +++ b/pages/windows/choco.md @@ -1,6 +1,6 @@ # choco -> A command line interface for the Chocolatey package manager. +> A command-line interface for the Chocolatey package manager. > See `choco install`, `choco upgrade` and other pages for additional information. > More information: . diff --git a/pages/windows/clip.md b/pages/windows/clip.md index efb2b04ca..515114bac 100644 --- a/pages/windows/clip.md +++ b/pages/windows/clip.md @@ -3,7 +3,7 @@ > Copy input content to the Windows clipboard. > More information: . -- Pipe command line output to the Windows clipboard: +- Pipe command-line output to the Windows clipboard: `{{dir}} | clip` diff --git a/pages/windows/cmd.md b/pages/windows/cmd.md index ecb63d9af..c46ddc9b5 100644 --- a/pages/windows/cmd.md +++ b/pages/windows/cmd.md @@ -31,6 +31,6 @@ `cmd /v:{{on|off}}` -- Force output to use unicode encoding: +- Force output to use Unicode encoding: `cmd /u` diff --git a/pages/windows/cmstp.md b/pages/windows/cmstp.md index 65825ab7f..6f535e66c 100644 --- a/pages/windows/cmstp.md +++ b/pages/windows/cmstp.md @@ -1,6 +1,6 @@ # cmstp -> A command line tool for managing connection service profiles. +> A command-line tool for managing connection service profiles. > More information: . - Install a specific profile: diff --git a/pages/windows/doskey.md b/pages/windows/doskey.md index 320cdc1e8..391d68c80 100644 --- a/pages/windows/doskey.md +++ b/pages/windows/doskey.md @@ -1,6 +1,6 @@ # doskey -> Manage macros, windows commands and command lines. +> Manage macros, windows commands and command-lines. > More information: . - List available macros: diff --git a/pages/windows/fondue.md b/pages/windows/fondue.md index 655c16509..f3689a6f6 100644 --- a/pages/windows/fondue.md +++ b/pages/windows/fondue.md @@ -1,6 +1,6 @@ # fondue -> A command line installer for optional Windows features. +> A command-line installer for optional Windows features. > More information: . - Enable a specific Windows feature: diff --git a/pages/windows/octo.md b/pages/windows/octo.md index 8434e086d..ae4bb4afa 100644 --- a/pages/windows/octo.md +++ b/pages/windows/octo.md @@ -1,6 +1,6 @@ # octo -> Command line tools for Octopus Deploy. +> Command-line tools for Octopus Deploy. > More information: . - Create a package: diff --git a/pages/windows/pwlauncher.md b/pages/windows/pwlauncher.md index b308bdfe8..bd7dee9a9 100644 --- a/pages/windows/pwlauncher.md +++ b/pages/windows/pwlauncher.md @@ -1,6 +1,6 @@ # pwlauncher -> A command line tool for managing the Windows To Go startup options. +> A command-line tool for managing the Windows To Go startup options. > More information: . - Display the current Windows To Go status: diff --git a/pages/windows/reg.md b/pages/windows/reg.md index b5b0745ce..eca5a1626 100644 --- a/pages/windows/reg.md +++ b/pages/windows/reg.md @@ -1,6 +1,6 @@ # reg -> A command line interface for managing keys and their values in the Windows registry. +> A command-line interface for managing keys and their values in the Windows registry. > See `reg-query`, `reg-add` and other pages for additional information. > More information: . diff --git a/pages/windows/virtualboxvm.md b/pages/windows/virtualboxvm.md index 5c436a59b..463da18a0 100644 --- a/pages/windows/virtualboxvm.md +++ b/pages/windows/virtualboxvm.md @@ -15,7 +15,7 @@ `virtualboxvm --startvm {{name|uuid}} --dvd {{path/to/image_file}}` -- Display a command line window with debug information: +- Display a command-line window with debug information: `virtualboxvm --startvm {{name|uuid}} --debug-command-line` diff --git a/pages/windows/wsl.md b/pages/windows/wsl.md index aab0688da..841e18570 100644 --- a/pages/windows/wsl.md +++ b/pages/windows/wsl.md @@ -1,6 +1,6 @@ # wsl -> Manage the Windows Subsystem for Linux from the command line. +> Manage the Windows Subsystem for Linux from the command-line. > More information: . - Start a Linux shell (in the default distribution):