diff --git a/pages/common/aapt.md b/pages/common/aapt.md index 81617e4818..f58fb7e993 100644 --- a/pages/common/aapt.md +++ b/pages/common/aapt.md @@ -1,7 +1,6 @@ # aapt -> Android Asset Packaging Tool. -> Compile and package an Android app's resources. +> Android Asset Packaging Tool: compile and package an Android app's resources. > More information: . - List files contained in an APK archive: diff --git a/pages/common/adb-install.md b/pages/common/adb-install.md index 5b943989bf..ea24b190bb 100644 --- a/pages/common/adb-install.md +++ b/pages/common/adb-install.md @@ -1,6 +1,6 @@ # adb install -> Android Debug Bridge Install: Push packages to an Android emulator instance or connected Android devices. +> Android Debug Bridge Install: push packages to an Android emulator instance or connected Android devices. > More information: . - Push an Android application to an emulator/device: diff --git a/pages/common/adb-shell.md b/pages/common/adb-shell.md index 7e422d1cd7..df39df4ebf 100644 --- a/pages/common/adb-shell.md +++ b/pages/common/adb-shell.md @@ -1,6 +1,6 @@ # adb shell -> Android Debug Bridge Shell: Run remote shell commands on an Android emulator instance or connected Android devices. +> Android Debug Bridge Shell: run remote shell commands on an Android emulator instance or connected Android devices. > More information: . - Start a remote interactive shell on the emulator or device: diff --git a/pages/common/alex.md b/pages/common/alex.md index 9727a2887e..c681fbd9a9 100644 --- a/pages/common/alex.md +++ b/pages/common/alex.md @@ -1,6 +1,6 @@ # alex -> A tool that catches insensitive, inconsiderate writing. +> Catch insensitive, inconsiderate writing. > It helps you find gender favouring, polarising, race related, religion inconsiderate, or other unequal phrasing in text. > More information: . diff --git a/pages/common/androguard.md b/pages/common/androguard.md index f910081d41..ce49a6d4cb 100644 --- a/pages/common/androguard.md +++ b/pages/common/androguard.md @@ -1,6 +1,6 @@ # androguard -> Reverse engineering tool for Android applications. Written in Python. +> Reverse engineer Android applications. Written in Python. > More information: . - Display Android app manifest: diff --git a/pages/common/ant.md b/pages/common/ant.md index 347c1a90e1..57b6dead06 100644 --- a/pages/common/ant.md +++ b/pages/common/ant.md @@ -1,7 +1,6 @@ # ant -> Apache Ant. -> Tool for building and managing Java-based projects. +> Apache Ant: build and manage Java-based projects. > More information: . - Build a project with default build file `build.xml`: diff --git a/pages/common/arc.md b/pages/common/arc.md index 5a86732b39..df3265fc31 100644 --- a/pages/common/arc.md +++ b/pages/common/arc.md @@ -1,6 +1,6 @@ # arc -> Arcanist: A CLI for Phabricator. +> Arcanist: a CLI for Phabricator. > More information: . - Send the changes to Differential for review: diff --git a/pages/common/arduino-builder.md b/pages/common/arduino-builder.md index 1dbe062630..8b7695adfc 100644 --- a/pages/common/arduino-builder.md +++ b/pages/common/arduino-builder.md @@ -1,7 +1,7 @@ # arduino-builder > Compile arduino sketches. -> DEPRECATION WARNING: This tool is being phased out in favor of `arduino`. +> DEPRECATION WARNING: this tool is being phased out in favor of `arduino`. > More information: . - Compile a sketch: diff --git a/pages/common/asciidoctor.md b/pages/common/asciidoctor.md index b071f9d7b4..c5e9393728 100644 --- a/pages/common/asciidoctor.md +++ b/pages/common/asciidoctor.md @@ -1,6 +1,6 @@ # asciidoctor -> A processor that converts AsciiDoc files to a publishable format. +> Convert AsciiDoc files to a publishable format. > More information: . - Convert a specific `.adoc` file to HTML (the default output format): diff --git a/pages/common/astronomer.md b/pages/common/astronomer.md index 40d65ec94d..0eb2cebc6c 100644 --- a/pages/common/astronomer.md +++ b/pages/common/astronomer.md @@ -1,6 +1,6 @@ # astronomer -> Tool that detects illegitimate stars from bot accounts on GitHub projects. +> Detect illegitimate stars from bot accounts on GitHub projects. > More information: . - Scan a repository: diff --git a/pages/common/autoflake.md b/pages/common/autoflake.md index 67fa136813..499a48c26a 100644 --- a/pages/common/autoflake.md +++ b/pages/common/autoflake.md @@ -1,6 +1,6 @@ # autoflake -> A tool to remove unused imports and variables from Python code. +> Remove unused imports and variables from Python code. > More information: . - Remove unused variables from a single file and display the diff: diff --git a/pages/common/banner.md b/pages/common/banner.md index 2925e0754e..d13aba000c 100644 --- a/pages/common/banner.md +++ b/pages/common/banner.md @@ -1,6 +1,6 @@ # banner -> Print the given argument as a large ASCII art. +> Print the argument as a large ASCII art. > More information: . - Print the text message as a large banner (quotes are optional): diff --git a/pages/common/bg.md b/pages/common/bg.md index 89ab751e9e..251681221b 100644 --- a/pages/common/bg.md +++ b/pages/common/bg.md @@ -1,6 +1,6 @@ # bg -> Resumes jobs that have been suspended (e.g. using `Ctrl + Z`), and keeps them running in the background. +> Resume suspended jobs (e.g. using `Ctrl + Z`), and keeps them running in the background. > More information: . - Resume the most recently suspended job and run it in the background: diff --git a/pages/common/birdc.md b/pages/common/birdc.md index 121f2373f7..bc0d213484 100644 --- a/pages/common/birdc.md +++ b/pages/common/birdc.md @@ -1,18 +1,18 @@ # birdc -> Bird remote control. -> Command tool to retrieve information like routes from bird and perform configurations during runtime. +> BIRD remote control. +> Retrieve information like routes from bird and perform configurations during runtime. > More information: . - Open the remote control console: `birdc` -- Reload the configuration without restarting Bird: +- Reload the configuration without restarting BIRD: `birdc configure` -- Show the current status of Bird: +- Show the current status of BIRD: `birdc show status` diff --git a/pages/common/bosh.md b/pages/common/bosh.md index ddafbce51f..2b6a9e29ef 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. +> Deploy and manage the BOSH director. > More information: . - Create local alias for director: diff --git a/pages/common/bq.md b/pages/common/bq.md index 46885c362b..053ddc80f4 100644 --- a/pages/common/bq.md +++ b/pages/common/bq.md @@ -1,6 +1,6 @@ # bq -> A Python-based tool for BigQuery. +> A Python-based tool for BigQuery, Google Cloud's fully managed and completely serverless enterprise data warehouse. > More information: . - Run query against a BigQuery table using standard SQL, add `--dry_run` flag to estimate the number of bytes read by the query: diff --git a/pages/common/browser-sync.md b/pages/common/browser-sync.md index 2958be27bf..3f470f4416 100644 --- a/pages/common/browser-sync.md +++ b/pages/common/browser-sync.md @@ -1,6 +1,6 @@ # browser-sync -> Starts local web server that updates browser on file changes. +> A local web server that updates browser on file changes. > More information: . - Start a server from a specific directory: diff --git a/pages/common/bshell.md b/pages/common/bshell.md index 55bb8d8e79..55d1f91821 100644 --- a/pages/common/bshell.md +++ b/pages/common/bshell.md @@ -1,6 +1,6 @@ # bshell -> A GUI tool for browsing for SSH/VNC servers on the local network. +> A GUI for browsing for SSH/VNC servers on the local network. > See also: `bssh` and `bvnc`. > More information: . diff --git a/pages/common/bundletool-dump.md b/pages/common/bundletool-dump.md index 66c0f2d0f5..ec0d05c3f0 100644 --- a/pages/common/bundletool-dump.md +++ b/pages/common/bundletool-dump.md @@ -1,6 +1,6 @@ # bundletool dump -> Command-line tool to manipulate Android Application Bundles. +> Manipulate Android Application Bundles. > More information: . - Display the `AndroidManifest.xml` of the base module: diff --git a/pages/common/bundletool-validate.md b/pages/common/bundletool-validate.md index ae5eedb49a..ae05d0d18b 100644 --- a/pages/common/bundletool-validate.md +++ b/pages/common/bundletool-validate.md @@ -1,6 +1,6 @@ # bundletool validate -> Command-line tool to manipulate Android Application Bundles. +> Manipulate Android Application Bundles. > More information: . - Verify a bundle and display detailed information about it: diff --git a/pages/common/bundletool.md b/pages/common/bundletool.md index 52f3e97848..3143b31c2b 100644 --- a/pages/common/bundletool.md +++ b/pages/common/bundletool.md @@ -1,6 +1,6 @@ # bundletool -> Command-line tool to manipulate Android Application Bundles. +> Manipulate Android Application Bundles. > Some subcommands such as `bundletool validate` have their own usage documentation. > More information: . diff --git a/pages/common/buzzphrase.md b/pages/common/buzzphrase.md index 1f91551b10..1ccca4654b 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. +> Output a random buzzphrase. Written in Node.js. > 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/calibre-server.md b/pages/common/calibre-server.md index ec59a6bb60..0dd9962607 100644 --- a/pages/common/calibre-server.md +++ b/pages/common/calibre-server.md @@ -1,6 +1,6 @@ # calibre-server -> A server application that can be used to distribute e-books over a network. +> A server application 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: . diff --git a/pages/common/calibredb.md b/pages/common/calibredb.md index 91c000fb5b..88cb2d8653 100644 --- a/pages/common/calibredb.md +++ b/pages/common/calibredb.md @@ -1,6 +1,6 @@ # calibredb -> Tool to manipulate the your e-book database. +> Manipulate an e-book database. > Part of the Calibre e-book library. > More information: . diff --git a/pages/common/cargo-locate-project.md b/pages/common/cargo-locate-project.md index edd359be70..1daf1a3fa3 100644 --- a/pages/common/cargo-locate-project.md +++ b/pages/common/cargo-locate-project.md @@ -1,17 +1,21 @@ # cargo locate-project -> Print the full path to the `Cargo.toml` manifest of the current project. +> Print the full path to the `Cargo.toml` manifest of a project. > If the project is part of a workspace, the manifest of the project is shown, rather than that of the workspace. > More information: . -- Print the JSON object to `stdout` with full path to the `Cargo.toml` manifest: +- Display the JSON object with full path to the `Cargo.toml` manifest: `cargo locate-project` -- Print the project path in the specified format: +- Display the project path in the specified format: `cargo locate-project --message-format {{plain|json}}` -- Print the `Cargo.toml` manifest located at the root of the workspace as opposed to the current workspace member: +- Display the `Cargo.toml` manifest located at the root of the workspace as opposed to the current workspace member: `cargo locate-project --workspace` + +- Display the `Cargo.toml` manifest of a specific directory: + +`cargo locate-project --manifest-path {{path/to/Cargo.toml}}` diff --git a/pages/common/cf.md b/pages/common/cf.md index dff760d4c0..71de36eb46 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. +> Manage apps and services on Cloud Foundry. > More information: . - Log in to the Cloud Foundry API: diff --git a/pages/common/cksum.md b/pages/common/cksum.md index a7239a96b9..41dbaf4d57 100644 --- a/pages/common/cksum.md +++ b/pages/common/cksum.md @@ -1,6 +1,6 @@ # cksum -> Calculates CRC checksums and byte counts of a file. +> Calculate CRC checksums and byte counts of a file. > Note: on old UNIX systems the CRC implementation may differ. > More information: . diff --git a/pages/common/clang-format.md b/pages/common/clang-format.md index 7607d8680d..d542af5ebc 100644 --- a/pages/common/clang-format.md +++ b/pages/common/clang-format.md @@ -1,6 +1,6 @@ # clang-format -> Tool to auto-format C/C++/Java/JavaScript/Objective-C/Protobuf/C# code. +> Auto-format C/C++/Java/JavaScript/Objective-C/Protobuf/C# code. > More information: . - Format a file and print the result to `stdout`: diff --git a/pages/common/clj.md b/pages/common/clj.md index c6ac277a6f..a160990f37 100644 --- a/pages/common/clj.md +++ b/pages/common/clj.md @@ -1,6 +1,6 @@ # clj -> Clojure tool to start a REPL or invoke a specific function with data. +> Clojure tool to start a REPL or invoke a function with data. > All options can be defined in a `deps.edn` file. > More information: . diff --git a/pages/common/cloudflared.md b/pages/common/cloudflared.md index 62dd5406e4..22a8c0b70b 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. +> 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/colorls.md b/pages/common/colorls.md index bef74bd040..30f1845d81 100644 --- a/pages/common/colorls.md +++ b/pages/common/colorls.md @@ -1,6 +1,6 @@ # colorls -> A Ruby gem that beautifies the terminal's `ls` command, with color and font-awesome icons. +> Beautify `ls` command output, with color and font-awesome icons. Available as a Ruby gem. > More information: . - List files one per line: diff --git a/pages/common/crystal.md b/pages/common/crystal.md index 05446d02fd..2ae31abff2 100644 --- a/pages/common/crystal.md +++ b/pages/common/crystal.md @@ -1,6 +1,6 @@ # crystal -> Tool for managing Crystal source code. +> Manage Crystal source code. > More information: . - Run a Crystal file: diff --git a/pages/common/cupsenable.md b/pages/common/cupsenable.md index 3db7ecf8a7..7ebb916c10 100644 --- a/pages/common/cupsenable.md +++ b/pages/common/cupsenable.md @@ -1,7 +1,7 @@ # cupsenable > Start printers and classes. -> NOTE: destination is referred as a printer or a class of printers. +> Note: destination is referred as a printer or a class of printers. > See also: `cupsdisable`, `cupsaccept`, `cupsreject`, `lpstat`. > More information: . diff --git a/pages/common/dart.md b/pages/common/dart.md index 2ee8be21e3..7d596055e1 100644 --- a/pages/common/dart.md +++ b/pages/common/dart.md @@ -1,6 +1,6 @@ # dart -> The tool for managing Dart projects. +> Manage Dart projects. > More information: . - Initialize a new Dart project in a directory of the same name: diff --git a/pages/common/dexter.md b/pages/common/dexter.md index 082358758f..e16cf16ec6 100644 --- a/pages/common/dexter.md +++ b/pages/common/dexter.md @@ -1,6 +1,6 @@ # dexter -> Tool for authenticating the kubectl users with OpenId Connect. +> Authenticate the `kubectl` users with OpenId Connect. > More information: . - Create and authenticate a user with Google OIDC: diff --git a/pages/common/diff-pdf.md b/pages/common/diff-pdf.md index 63e026f238..735ff96bec 100644 --- a/pages/common/diff-pdf.md +++ b/pages/common/diff-pdf.md @@ -1,6 +1,6 @@ # diff-pdf -> Tool for comparing two PDFs. +> Compare two PDFs. > More information: . - Compare PDFs, indicating changes using return codes (`0` = no difference, `1` = PDFs differ): diff --git a/pages/common/dirname.md b/pages/common/dirname.md index 206ed9f56f..e6994984de 100644 --- a/pages/common/dirname.md +++ b/pages/common/dirname.md @@ -1,6 +1,6 @@ # dirname -> Calculates the parent directory of a given file or directory path. +> Calculates the parent directory of a file or directory path. > More information: . - Calculate the parent directory of a given path: diff --git a/pages/common/dive.md b/pages/common/dive.md index 9f54b97338..3414564a9c 100644 --- a/pages/common/dive.md +++ b/pages/common/dive.md @@ -1,6 +1,6 @@ # dive -> A tool for exploring a Docker image, layer contents, and discovering ways to shrink it. +> Explore a Docker image, layer contents, and discover ways to shrink it. > More information: . - Analyze a Docker image: diff --git a/pages/common/doctl-apps.md b/pages/common/doctl-apps.md index b1b298ed98..4331e248e9 100644 --- a/pages/common/doctl-apps.md +++ b/pages/common/doctl-apps.md @@ -1,6 +1,6 @@ # doctl apps -> Used to manage digitalocean apps. +> Manage DigitalOcean apps. > More information: . - Create an app: diff --git a/pages/common/doctl-databases-db.md b/pages/common/doctl-databases-db.md index c0332654e4..f3ae93f9e9 100644 --- a/pages/common/doctl-databases-db.md +++ b/pages/common/doctl-databases-db.md @@ -1,6 +1,6 @@ # doctl databases db -> Manage specific databases that are served by a database cluster. +> Manage databases that are served by a database cluster. > More information: . - Run a `doctl databases db` command with an access token: diff --git a/pages/common/dolt-checkout.md b/pages/common/dolt-checkout.md index 1491be1d93..ab7dd67072 100644 --- a/pages/common/dolt-checkout.md +++ b/pages/common/dolt-checkout.md @@ -1,6 +1,6 @@ # dolt checkout -> Checkout the work tree or tables to a specific branch or commit. +> Checkout the work tree or tables to a branch or commit. > More information: . - Switch to a branch: diff --git a/pages/common/dua.md b/pages/common/dua.md index ea52c65fb0..f1c378046a 100644 --- a/pages/common/dua.md +++ b/pages/common/dua.md @@ -1,6 +1,6 @@ # dua -> Dua (Disk Usage Analyzer) is a tool to conveniently learn about the usage of disk space of a given directory. +> Dua (Disk Usage Analyzer): get the disk space usage of a directory. > More information: . - Analyze specific directory: diff --git a/pages/common/electron-packager.md b/pages/common/electron-packager.md index 00a4d7f058..47bf879829 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. +> Build Electron app executables for Windows, Linux and macOS. > Requires a valid package.json in the application directory. > More information: . diff --git a/pages/common/ember.md b/pages/common/ember.md index 802feec97a..a8df8e8ec8 100644 --- a/pages/common/ember.md +++ b/pages/common/ember.md @@ -1,7 +1,6 @@ # ember -> The Ember.js command-line utility. -> Used for creating and maintaining Ember.js applications. +> Ember CLI: create and manage Ember.js applications. > More information: . - Create a new Ember application: diff --git a/pages/common/exenv.md b/pages/common/exenv.md index 10a03975fb..6446c09f57 100644 --- a/pages/common/exenv.md +++ b/pages/common/exenv.md @@ -1,6 +1,6 @@ # exenv -> A tool to easily install Elixir versions and manage application environments. +> Easily install Elixir versions and manage application environments. > More information: . - Display a list of installed versions: diff --git a/pages/common/fdupes.md b/pages/common/fdupes.md index bb78e5e96b..9f7bb804f6 100644 --- a/pages/common/fdupes.md +++ b/pages/common/fdupes.md @@ -1,6 +1,6 @@ # fdupes -> Finds duplicate files in a given set of directories. +> Finds duplicate files in a set of directories. > More information: . - Search a single directory: diff --git a/pages/common/find.md b/pages/common/find.md index 357210fba0..330a63c994 100644 --- a/pages/common/find.md +++ b/pages/common/find.md @@ -1,6 +1,6 @@ # find -> Find files or directories under the given directory tree, recursively. +> Find files or directories under a directory tree, recursively. > More information: . - Find files by extension: diff --git a/pages/common/fio.md b/pages/common/fio.md index 2be5dd9235..fd063de038 100644 --- a/pages/common/fio.md +++ b/pages/common/fio.md @@ -1,7 +1,6 @@ # fio -> Flexible I/O tester. -> Tool that will spawn a number of threads or processes doing a particular type of I/O action. +> Flexible I/O tester: do an I/O action spawning multiple threads or processes. > More information: . - Test random reads: diff --git a/pages/common/flake8.md b/pages/common/flake8.md index 3cdcf5dde4..e189976544 100644 --- a/pages/common/flake8.md +++ b/pages/common/flake8.md @@ -1,6 +1,6 @@ # flake8 -> Tool to check the style and quality of Python code. +> Check the style and quality of Python code. > More information: . - Lint a file or directory recursively: diff --git a/pages/common/fmt.md b/pages/common/fmt.md index ecc1596914..8b30b6411b 100644 --- a/pages/common/fmt.md +++ b/pages/common/fmt.md @@ -1,6 +1,6 @@ # fmt -> Reformat a text file by joining its paragraphs and limiting the line width to given number of characters (75 by default). +> Reformat a text file by joining its paragraphs and limiting the line width to a number of characters (75 by default). > More information: . - Reformat a file: diff --git a/pages/common/func.md b/pages/common/func.md index abdb677e20..4ef006fe62 100644 --- a/pages/common/func.md +++ b/pages/common/func.md @@ -1,6 +1,6 @@ # func -> Azure Functions Core Tools: Develop and test Azure Functions locally. +> Azure Functions Core Tools: develop and test Azure Functions locally. > Local functions can connect to live Azure services, and can deploy a function app to an Azure subscription. > More information: . diff --git a/pages/common/gcalcli.md b/pages/common/gcalcli.md index f8add913d4..a9bc20f4d1 100644 --- a/pages/common/gcalcli.md +++ b/pages/common/gcalcli.md @@ -1,6 +1,6 @@ # gcalcli -> Command-line tool to interact with Google Calendar. +> Interact with Google Calendar. > Requests Google API authorization upon first launch. > More information: . diff --git a/pages/common/gcloud-components-install.md b/pages/common/gcloud-components-install.md index 7ee66b5c3d..ed92480baf 100644 --- a/pages/common/gcloud-components-install.md +++ b/pages/common/gcloud-components-install.md @@ -1,6 +1,6 @@ # gcloud components install -> Install specific components of the Google Cloud CLI, along with their dependencies. +> Install components of the Google Cloud CLI, along with their dependencies. > Installs components at the current version of the Google Cloud CLI without upgrading the existing installation. > More information: . diff --git a/pages/common/gdaldem.md b/pages/common/gdaldem.md index e5d347dc5d..6317726d65 100644 --- a/pages/common/gdaldem.md +++ b/pages/common/gdaldem.md @@ -1,6 +1,6 @@ # gdaldem -> Tool to analyze and visualize digital elevation models (DEM). +> Analyze and visualize digital elevation models (DEM). > More information: . - Compute the hillshade of a DEM: diff --git a/pages/common/gdrive.md b/pages/common/gdrive.md index 274975f7c8..50b7b60974 100644 --- a/pages/common/gdrive.md +++ b/pages/common/gdrive.md @@ -1,6 +1,6 @@ # gdrive -> Command-line tool to interact with Google Drive. +> 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/git-check-ref-format.md b/pages/common/git-check-ref-format.md index 8466be9be8..aa2a85e2f8 100644 --- a/pages/common/git-check-ref-format.md +++ b/pages/common/git-check-ref-format.md @@ -1,9 +1,9 @@ # git check-ref-format -> Check if a given refname is acceptable, and exit with a non-zero status if it is not. +> Check if a reference name is acceptable, and exit with a non-zero status if it is not. > More information: . -- Check the format of the specified refname: +- Check the format of the specified reference name: `git check-ref-format {{refs/head/refname}}` diff --git a/pages/common/git-commits-since.md b/pages/common/git-commits-since.md index 29c83f2043..252b77a544 100644 --- a/pages/common/git-commits-since.md +++ b/pages/common/git-commits-since.md @@ -1,6 +1,6 @@ # git commits-since -> Display commits since a specific time or date. +> Display commits since a time or date. > Part of `git-extras`. > More information: . diff --git a/pages/common/git-contrib.md b/pages/common/git-contrib.md index 468579fbe6..895eebee59 100644 --- a/pages/common/git-contrib.md +++ b/pages/common/git-contrib.md @@ -1,6 +1,6 @@ # git contrib -> Display commits from a specific author. +> Display commits from a author. > Part of `git-extras`. > More information: . diff --git a/pages/common/git-delete-submodule.md b/pages/common/git-delete-submodule.md index 756cfaf344..26115c5bd3 100644 --- a/pages/common/git-delete-submodule.md +++ b/pages/common/git-delete-submodule.md @@ -1,6 +1,6 @@ # git delete-submodule -> Delete a specific submodule from a `git` repository. +> Delete a submodule from a `git` repository. > Part of `git-extras`. > More information: . diff --git a/pages/common/git-diff-index.md b/pages/common/git-diff-index.md index 95ca71b7f9..d3ec78c16d 100644 --- a/pages/common/git-diff-index.md +++ b/pages/common/git-diff-index.md @@ -1,6 +1,6 @@ # git diff-index -> Compare the working directory with a specific commit or tree object. +> Compare the working directory with a commit or tree object. > More information: . - Compare the working directory with a specific commit: diff --git a/pages/common/git-fork.md b/pages/common/git-fork.md index cfcb261159..d9b15f57c7 100644 --- a/pages/common/git-fork.md +++ b/pages/common/git-fork.md @@ -1,6 +1,6 @@ # git fork -> Fork the given GitHub repo. Like `git clone` but forks first. +> Fork a GitHub repo. Like `git clone` but forks first. > Part of `git-extras`. > More information: . diff --git a/pages/common/git-graft.md b/pages/common/git-graft.md index 25d76e39f2..f9fa71f9b1 100644 --- a/pages/common/git-graft.md +++ b/pages/common/git-graft.md @@ -1,6 +1,6 @@ # git graft -> Merge commits from a specific branch into another branch and delete the source branch. +> Merge commits from a branch into another branch and delete the source branch. > Part of `git-extras`. > More information: . diff --git a/pages/common/git-obliterate.md b/pages/common/git-obliterate.md index 5a232aa65f..0d783a98d1 100644 --- a/pages/common/git-obliterate.md +++ b/pages/common/git-obliterate.md @@ -1,6 +1,6 @@ # git obliterate -> Delete specific files and erase their history from a Git repository. +> Delete files and erase their history from a Git repository. > Part of `git-extras`. > More information: . diff --git a/pages/common/git-reset-file.md b/pages/common/git-reset-file.md index 42ab6948fa..7cb4d0fe3d 100644 --- a/pages/common/git-reset-file.md +++ b/pages/common/git-reset-file.md @@ -1,6 +1,6 @@ # git reset-file -> Revert a file to HEAD or a specific commit. +> Revert a file to HEAD or a commit. > Part of `git-extras`. > More information: . diff --git a/pages/common/git-rev-parse.md b/pages/common/git-rev-parse.md index 6956fb98ef..46c2ee6a69 100644 --- a/pages/common/git-rev-parse.md +++ b/pages/common/git-rev-parse.md @@ -1,6 +1,6 @@ # git rev-parse -> Display metadata related to specific revisions. +> Display metadata related to revisions. > More information: . - Get the commit hash of a branch: diff --git a/pages/common/git-setup.md b/pages/common/git-setup.md index 361d967046..6ebf7e5bfd 100644 --- a/pages/common/git-setup.md +++ b/pages/common/git-setup.md @@ -1,6 +1,6 @@ # git setup -> Create a Git repository in a specific directory and commit all files. +> Create a Git repository in a directory and commit all files. > Part of `git-extras`. > More information: . diff --git a/pages/common/git-subtree.md b/pages/common/git-subtree.md index c2e225fc01..b4fbe56949 100644 --- a/pages/common/git-subtree.md +++ b/pages/common/git-subtree.md @@ -1,6 +1,6 @@ # git subtree -> Tool to manage project dependencies as subprojects. +> Manage project dependencies as subprojects. > More information: . - Add a Git repository as a subtree: diff --git a/pages/common/git-tag.md b/pages/common/git-tag.md index 0149359cdf..74397937f2 100644 --- a/pages/common/git-tag.md +++ b/pages/common/git-tag.md @@ -1,7 +1,7 @@ # git tag > Create, list, delete or verify tags. -> A tag is a static reference to a specific commit. +> A tag is a static reference to a commit. > More information: . - List all tags: diff --git a/pages/common/gitmoji.md b/pages/common/gitmoji.md index bae72a7452..c4a2982ba5 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. +> Interactively insert emojis on commits. > More information: . - Start the commit wizard: diff --git a/pages/common/go-tool.md b/pages/common/go-tool.md index 587197d3aa..954a7674ed 100644 --- a/pages/common/go-tool.md +++ b/pages/common/go-tool.md @@ -1,6 +1,6 @@ # go tool -> Run a specific Go tool or command. +> Run a Go tool or command. > Execute a Go command as a stand-alone binary, typically for debugging. > More information: . diff --git a/pages/common/go.md b/pages/common/go.md index 38cea6c817..63c3ed1e3b 100644 --- a/pages/common/go.md +++ b/pages/common/go.md @@ -1,6 +1,6 @@ # go -> Tool for managing go source code. +> Manage Go source code. > Some subcommands such as `go build` have their own usage documentation. > More information: . diff --git a/pages/common/gofmt.md b/pages/common/gofmt.md index 05d3bc86a7..2242782208 100644 --- a/pages/common/gofmt.md +++ b/pages/common/gofmt.md @@ -1,6 +1,6 @@ # gofmt -> Tool for formatting Go source code. +> Format Go source code. > More information: . - Format a file and display the result to the console: diff --git a/pages/common/gotelemetry.md b/pages/common/gotelemetry.md index e56dad48e2..e92e7a35a1 100644 --- a/pages/common/gotelemetry.md +++ b/pages/common/gotelemetry.md @@ -1,6 +1,6 @@ # gotelemetry -> A tool for managing Go telemetry data and settings. +> Manage Go telemetry data and settings. > More information: . - Enable telemetry uploading: diff --git a/pages/common/gox.md b/pages/common/gox.md index a003a79dae..4027256b06 100644 --- a/pages/common/gox.md +++ b/pages/common/gox.md @@ -1,6 +1,6 @@ # gox -> A tool for cross-compiling Go programs. +> Cross-compile Go programs. > More information: . - Compile Go program in the current directory for all operating systems and architecture combinations: diff --git a/pages/common/gum.md b/pages/common/gum.md index baf2a66e24..1d38b6bf3d 100644 --- a/pages/common/gum.md +++ b/pages/common/gum.md @@ -1,6 +1,6 @@ # gum -> A tool for making glamorous shell scripts. +> Make glamorous shell scripts. > More information: . - Interactively pick a specific option to print to `stdout`: diff --git a/pages/common/gunzip.md b/pages/common/gunzip.md index e5f9c40068..7d8304fb03 100644 --- a/pages/common/gunzip.md +++ b/pages/common/gunzip.md @@ -1,6 +1,6 @@ # gunzip -> Extract file(s) from a `gzip` (`.gz`) archive. +> Extract files from a `gzip` (`.gz`) archive. > More information: . - Extract a file from an archive, replacing the original file if it exists: diff --git a/pages/common/hub-fork.md b/pages/common/hub-fork.md index 28f8aa83d7..ef7b7f925b 100644 --- a/pages/common/hub-fork.md +++ b/pages/common/hub-fork.md @@ -1,6 +1,6 @@ # hub fork -> Fork the given GitHub repo. Like `git fork` from `git-extras`. +> Fork a GitHub repo. Like `git fork` from `git-extras`. > More information: . - Fork a GitHub repository by its slug: diff --git a/pages/common/id3tag.md b/pages/common/id3tag.md index 1f4ee28359..83b2fe4287 100644 --- a/pages/common/id3tag.md +++ b/pages/common/id3tag.md @@ -1,6 +1,6 @@ # id3tag -> Tool for reading, writing, and manipulating ID3v1 and ID3v2 tags of MP3 files. +> Read, write, and manipulate ID3v1 and ID3v2 tags of MP3 files. > More information: . - Set artist and song title tag of an MP3 file: diff --git a/pages/common/jupytext.md b/pages/common/jupytext.md index 6c9419249e..4189276dc3 100644 --- a/pages/common/jupytext.md +++ b/pages/common/jupytext.md @@ -1,6 +1,6 @@ # jupytext -> Tool to convert Jupyter notebooks to plain text documents, and back again. +> Convert Jupyter notebooks to plain text documents, and back again. > More information: . - Turn a notebook into a paired `.ipynb`/`.py` notebook: diff --git a/pages/common/kind.md b/pages/common/kind.md index d0c9e04f36..b73e4d9450 100644 --- a/pages/common/kind.md +++ b/pages/common/kind.md @@ -1,6 +1,6 @@ # kind -> Tool for running local Kubernetes clusters using Docker container "nodes". +> Run local Kubernetes clusters using Docker container "nodes". > Designed for testing Kubernetes itself, but may be used for local development or continuous integration. > More information: . diff --git a/pages/common/kompose.md b/pages/common/kompose.md index 8e9997db90..fd54ba9710 100644 --- a/pages/common/kompose.md +++ b/pages/common/kompose.md @@ -1,6 +1,6 @@ # kompose -> A tool to convert docker-compose applications to Kubernetes. +> Convert docker-compose applications to Kubernetes. > More information: . - Deploy a dockerized application to Kubernetes: diff --git a/pages/common/kosmorro.md b/pages/common/kosmorro.md index 745056046a..95c82a0ad1 100644 --- a/pages/common/kosmorro.md +++ b/pages/common/kosmorro.md @@ -1,6 +1,6 @@ # kosmorro -> Compute the ephemerides and the events for a given date, at a given position on Earth. +> Compute the ephemerides and the events for a date at a position on Earth. > More information: . - Get ephemerides for Paris, France: diff --git a/pages/common/lb.md b/pages/common/lb.md index 5ea58f43ad..7f3879bb83 100644 --- a/pages/common/lb.md +++ b/pages/common/lb.md @@ -1,6 +1,6 @@ # lb -> A tool for managing a blog contained in the current directory. +> Manage a blog contained in the current directory. > Drafts and posts to operate on are selected interactively when running the commands. > More information: . diff --git a/pages/common/lerna.md b/pages/common/lerna.md index c640cfc8b1..f511b49956 100644 --- a/pages/common/lerna.md +++ b/pages/common/lerna.md @@ -1,6 +1,6 @@ # lerna -> A tool for managing JavaScript projects with multiple packages. +> Manage JavaScript projects with multiple packages. > More information: . - Initialize project files (`lerna.json`, `package.json`, `.git`, etc.): diff --git a/pages/common/loc.md b/pages/common/loc.md index ddecac5a3d..4231c95d26 100644 --- a/pages/common/loc.md +++ b/pages/common/loc.md @@ -1,6 +1,6 @@ # loc -> Tool written in Rust that counts lines of code. +> Count lines of code. Written in Rust. > More information: . - Print lines of code in the current directory: diff --git a/pages/common/minikube.md b/pages/common/minikube.md index 0dbd9db364..ed24fbb36f 100644 --- a/pages/common/minikube.md +++ b/pages/common/minikube.md @@ -1,6 +1,6 @@ # minikube -> Tool to run Kubernetes locally. +> Run Kubernetes locally. > More information: . - Start the cluster: diff --git a/pages/common/mkcert.md b/pages/common/mkcert.md index a5a5bc8566..437346093c 100644 --- a/pages/common/mkcert.md +++ b/pages/common/mkcert.md @@ -1,6 +1,6 @@ # mkcert -> Tool for making locally-trusted development certificates. +> Make locally-trusted development certificates. > More information: . - Install the local CA in the system trust store: diff --git a/pages/common/mocha.md b/pages/common/mocha.md index d66483a2de..210e545ef9 100644 --- a/pages/common/mocha.md +++ b/pages/common/mocha.md @@ -1,6 +1,6 @@ # mocha -> Execute Mocha JavaScript test runner. +> A feature-rich JavaScript test framework. > More information: . - Run tests with default configuration or as configured in `mocha.opts`: diff --git a/pages/common/mp4box.md b/pages/common/mp4box.md index a18a166eb7..c410b2618f 100644 --- a/pages/common/mp4box.md +++ b/pages/common/mp4box.md @@ -1,6 +1,6 @@ # mp4box -> MPEG-4 Systems Toolbox - Muxes streams into MP4 container. +> MPEG-4 Systems Toolbox: muxe streams into MP4 container. > More information: . - Display information about an existing MP4 file: diff --git a/pages/common/mvn.md b/pages/common/mvn.md index 2233985c0d..6eed97fd82 100644 --- a/pages/common/mvn.md +++ b/pages/common/mvn.md @@ -1,7 +1,6 @@ # mvn -> Apache Maven. -> Tool for building and managing Java-based projects. +> Apache Maven: build and manage Java-based projects. > More information: . - Compile a project: diff --git a/pages/common/n.md b/pages/common/n.md index 03b6507601..09e3aecb12 100644 --- a/pages/common/n.md +++ b/pages/common/n.md @@ -1,6 +1,6 @@ # n -> Tool to manage multiple node versions. +> Manage multiple node versions. > More information: . - Install a given version of node. If the version is already installed, it will be activated: diff --git a/pages/common/nextflow.md b/pages/common/nextflow.md index c595842622..61dc323724 100644 --- a/pages/common/nextflow.md +++ b/pages/common/nextflow.md @@ -1,6 +1,6 @@ # nextflow -> Tool for running computational pipelines. Mostly used for bioinformatics workflows. +> Run computational pipelines. Mostly used for bioinformatics workflows. > More information: . - Run a pipeline, use cached results from previous runs: diff --git a/pages/common/nix.md b/pages/common/nix.md index 9c630be948..b16e33f896 100644 --- a/pages/common/nix.md +++ b/pages/common/nix.md @@ -2,7 +2,7 @@ > A powerful package manager that makes package management reliable, reproducible, and declarative. > `nix` is experimental and requires enabling experimental features. For a classic, stable interface, see `tldr nix classic`. -> Some `nix` subcommands such as `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends`, etc. have their own usage documentation. +> Some subcommands such as `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends`, etc. have their own usage documentation. > More information: . - Enable the `nix` command: diff --git a/pages/common/nload.md b/pages/common/nload.md index af6dd3cffa..df24e24520 100644 --- a/pages/common/nload.md +++ b/pages/common/nload.md @@ -1,6 +1,6 @@ # nload -> A tool for visualizing network usage in the terminal. +> Visualize network usage in the terminal. > More information: . - View all network traffic (use the arrow keys to switch interfaces): diff --git a/pages/common/nodenv.md b/pages/common/nodenv.md index bd49763f95..38dfa4fa42 100644 --- a/pages/common/nodenv.md +++ b/pages/common/nodenv.md @@ -1,6 +1,6 @@ # nodenv -> A tool to manage Node.js versions. +> Manage Node.js versions. > More information: . - Install a specific version of Node.js: diff --git a/pages/common/nslookup.md b/pages/common/nslookup.md index 1b402ee9db..a9348abfcd 100644 --- a/pages/common/nslookup.md +++ b/pages/common/nslookup.md @@ -1,6 +1,6 @@ # nslookup -> Query name server(s) for various domain records. +> Query name servers for various domain records. > More information: . - Query your system's default name server for an IP address (A record) of the domain: diff --git a/pages/common/opt.md b/pages/common/opt.md index 00fff3a156..b86508ae2a 100644 --- a/pages/common/opt.md +++ b/pages/common/opt.md @@ -1,6 +1,6 @@ # opt -> A tool that takes LLVM source files and runs specified optimizations and/or analyses on them. +> Runs optimizations and analyse LLVM source files. > More information: . - Run an optimization or analysis on a bitcode file: diff --git a/pages/common/parallel-lint.md b/pages/common/parallel-lint.md index b9f695eff5..e0ca05e094 100644 --- a/pages/common/parallel-lint.md +++ b/pages/common/parallel-lint.md @@ -1,6 +1,6 @@ # parallel-lint -> A tool to check the syntax of PHP files in parallel. +> Check the syntax of PHP files in parallel. > More information: . - Lint a specific directory: diff --git a/pages/common/parquet-tools.md b/pages/common/parquet-tools.md index 8f52e63fd2..e6f901b057 100644 --- a/pages/common/parquet-tools.md +++ b/pages/common/parquet-tools.md @@ -1,6 +1,6 @@ # parquet-tools -> A tool to show, inspect and manipulate Parquet file. +> Show, inspect and manipulate Parquet file. > More information: . - Display the content of a Parquet file: diff --git a/pages/common/pass.md b/pages/common/pass.md index 71434071c2..f10152dda4 100644 --- a/pages/common/pass.md +++ b/pages/common/pass.md @@ -1,6 +1,6 @@ # pass -> Tool for storing and reading passwords or other sensitive data. +> Store and read passwords or other sensitive data. > All data is GPG-encrypted, and managed with a Git repository. > More information: . diff --git a/pages/common/phploc.md b/pages/common/phploc.md index f17684fb13..972c8b01cf 100644 --- a/pages/common/phploc.md +++ b/pages/common/phploc.md @@ -1,6 +1,6 @@ # phploc -> A tool for quickly measuring the size and analyzing the structure of a PHP project. +> Quickly measure the size and analyzing the structure of a PHP project. > More information: . - Analyze a directory and print the result: diff --git a/pages/common/phpmd.md b/pages/common/phpmd.md index 08ccc5a858..abdc7cbc16 100644 --- a/pages/common/phpmd.md +++ b/pages/common/phpmd.md @@ -1,6 +1,6 @@ # phpmd -> A PHP mess detector that checks for common potential problems. +> PHP mess detector: check for common potential problems. > More information: . - Display a list of available rulesets and formats: diff --git a/pages/common/pio-project.md b/pages/common/pio-project.md index 071af7f401..7c323add68 100644 --- a/pages/common/pio-project.md +++ b/pages/common/pio-project.md @@ -1,6 +1,6 @@ # pio project -> Tool to manage PlatformIO projects. +> Manage PlatformIO projects. > More information: . - Initialize a new PlatformIO project: diff --git a/pages/common/pixiecore.md b/pages/common/pixiecore.md index f3d5b95d9a..9dc6de57b9 100644 --- a/pages/common/pixiecore.md +++ b/pages/common/pixiecore.md @@ -1,6 +1,6 @@ # pixiecore -> Tool to manage the network booting of machines. +> Manage the network booting of machines. > More information: . - Start a PXE boot server which provides a `netboot.xyz` boot image: diff --git a/pages/common/popeye.md b/pages/common/popeye.md index 5aa2f43ba7..a5854c8a1a 100644 --- a/pages/common/popeye.md +++ b/pages/common/popeye.md @@ -1,6 +1,6 @@ # popeye -> Utility that reports potential issues with Kubernetes deployment manifests. +> Report potential issues with Kubernetes deployment manifests. > More information: . - Scan the current Kubernetes cluster: diff --git a/pages/common/postcss.md b/pages/common/postcss.md index 1e313be504..4f3b6923e2 100644 --- a/pages/common/postcss.md +++ b/pages/common/postcss.md @@ -1,6 +1,6 @@ # postcss -> A tool for transforming styles with JS plugins. +> Transform styles with JS plugins. > More information: . - Parse and transform a CSS file: diff --git a/pages/common/printenv.md b/pages/common/printenv.md index 656ab23c22..25275a699e 100644 --- a/pages/common/printenv.md +++ b/pages/common/printenv.md @@ -1,6 +1,6 @@ # printenv -> Print values of all or specific environment variables. +> Print values of all or environment variables. > More information: . - Display key-value pairs of all environment variables: diff --git a/pages/common/pueue-start.md b/pages/common/pueue-start.md index 5d4cd57b79..48fcba3bb2 100644 --- a/pages/common/pueue-start.md +++ b/pages/common/pueue-start.md @@ -1,6 +1,6 @@ # pueue start -> Resume operation of specific tasks or groups of tasks. +> Resume operation of tasks or groups of tasks. > See also: `pueue pause`. > More information: . diff --git a/pages/common/pycodestyle.md b/pages/common/pycodestyle.md index f8d9e12207..a66ca1760b 100644 --- a/pages/common/pycodestyle.md +++ b/pages/common/pycodestyle.md @@ -1,6 +1,6 @@ # pycodestyle -> A tool to check Python code against PEP 8 style conventions. +> Check Python code against PEP 8 style conventions. > More information: . - Check the style of a single file: diff --git a/pages/common/qemu-img.md b/pages/common/qemu-img.md index 9896b16a91..c55f43a88e 100644 --- a/pages/common/qemu-img.md +++ b/pages/common/qemu-img.md @@ -1,6 +1,6 @@ # qemu-img -> Tool for Quick Emulator Virtual HDD image creation and manipulation. +> Create and manipulate Quick Emulator Virtual HDD images. > More information: . - Create disk image with a specific size (in gigabytes): diff --git a/pages/common/quilt.md b/pages/common/quilt.md index 81c434c82b..63f32593e2 100644 --- a/pages/common/quilt.md +++ b/pages/common/quilt.md @@ -1,6 +1,6 @@ # quilt -> Tool to manage a series of patches. +> Manage a series of patches. > More information: . - Import an existing patch from a file: diff --git a/pages/common/rbenv.md b/pages/common/rbenv.md index f47a93eb5a..67e814ff32 100644 --- a/pages/common/rbenv.md +++ b/pages/common/rbenv.md @@ -1,6 +1,6 @@ # rbenv -> A tool to easily install Ruby versions and manage application environments. +> Easily install Ruby versions and manage application environments. > See also: `asdf`. > More information: . diff --git a/pages/common/redis-benchmark.md b/pages/common/redis-benchmark.md index 7197ecf2de..a22c11144d 100644 --- a/pages/common/redis-benchmark.md +++ b/pages/common/redis-benchmark.md @@ -1,6 +1,6 @@ # redis-benchmark -> A tool to benchmark a Redis server. +> Benchmark a Redis server. > More information: . - Run full benchmark: diff --git a/pages/common/reflex.md b/pages/common/reflex.md index 80fb922006..3cc64f1af1 100644 --- a/pages/common/reflex.md +++ b/pages/common/reflex.md @@ -1,6 +1,6 @@ # reflex -> Tool to watch a directory and rerun a command when certain files change. +> Watch a directory and rerun a command when certain files change. > More information: . - Rebuild with `make` if any file changes: diff --git a/pages/common/resolvconf.md b/pages/common/resolvconf.md index fdae55ba3d..4fc5eec968 100644 --- a/pages/common/resolvconf.md +++ b/pages/common/resolvconf.md @@ -2,7 +2,7 @@ > Manage nameserver information. > Acts as an intermediary between programs that supply nameserver information and applications that use this information. -> This tldr documents Debian's implementation of resolvconf. +> This page documents Debian's implementation of `resolvconf`. > More information: . - Add or override the IFACE.PROG record and run the update scripts if updating is enabled: diff --git a/pages/common/restic.md b/pages/common/restic.md index 1ac5a3dfa7..85e14030a6 100644 --- a/pages/common/restic.md +++ b/pages/common/restic.md @@ -1,6 +1,6 @@ # restic -> A backup program that aims to be fast, secure and efficient. +> A fast, secure and secure backup program. > More information: . - Initialize a backup repository in the specified local directory: diff --git a/pages/common/roave-backward-compatibility-check.md b/pages/common/roave-backward-compatibility-check.md index 5e9f344e61..cee0a8aea1 100644 --- a/pages/common/roave-backward-compatibility-check.md +++ b/pages/common/roave-backward-compatibility-check.md @@ -1,6 +1,6 @@ # roave-backward-compatibility-check -> A tool that can be used to verify backward compatibility breaks between two versions of a PHP library. +> Verify backward compatibility breaks between two versions of a PHP library. > More information: . - Check for breaking changes since the last tag: diff --git a/pages/common/rss2email.md b/pages/common/rss2email.md index 08795a9afa..e366f99120 100644 --- a/pages/common/rss2email.md +++ b/pages/common/rss2email.md @@ -1,6 +1,6 @@ # rss2email -> Tool for delivering news from RSS feeds to an email program. +> Deliver news from RSS feeds to an email program. > More information: . - List all feeds: diff --git a/pages/common/rtmpdump.md b/pages/common/rtmpdump.md index a58648af40..ed65d3cea9 100644 --- a/pages/common/rtmpdump.md +++ b/pages/common/rtmpdump.md @@ -1,6 +1,6 @@ # rtmpdump -> A tool to dump media content streamed over the RTMP protocol. +> Dump media content streamed over the RTMP protocol. > More information: . - Download a file: diff --git a/pages/common/rustfmt.md b/pages/common/rustfmt.md index 693cb7e76b..20db1802ce 100644 --- a/pages/common/rustfmt.md +++ b/pages/common/rustfmt.md @@ -1,6 +1,6 @@ # rustfmt -> Tool for formatting Rust source code. +> Format Rust source code. > More information: . - Format a file, overwriting the original file in-place: diff --git a/pages/common/rustup-man.md b/pages/common/rustup-man.md index 02125a195b..f6fecbb8e5 100644 --- a/pages/common/rustup-man.md +++ b/pages/common/rustup-man.md @@ -1,6 +1,6 @@ # rustup man -> View the man page for a given command managed by `rustup`. +> View the man page for a command managed by `rustup`. > More information: . - View the man page for a given command from the default toolchain: diff --git a/pages/common/rustup-run.md b/pages/common/rustup-run.md index f63fb863c1..15bc69a99f 100644 --- a/pages/common/rustup-run.md +++ b/pages/common/rustup-run.md @@ -1,6 +1,6 @@ # rustup run -> Run a command with an environment configured for a given Rust toolchain. +> Run a command with an environment configured for a Rust toolchain. > Note: all commands managed by `rustup` have a shorthand for this: for example, `cargo +nightly build` is equivalent to `rustup run nightly cargo build`. > More information: . diff --git a/pages/common/rustup-which.md b/pages/common/rustup-which.md index 77ef6c1ce5..80302317b7 100644 --- a/pages/common/rustup-which.md +++ b/pages/common/rustup-which.md @@ -1,6 +1,6 @@ # rustup which -> Display which binary will be run for a given command managed by `rustup`. +> Display which binary will be run for a command managed by `rustup`. > Like `which`, but searches a Rust toolchain instead of `$PATH`. > More information: . diff --git a/pages/common/rvm.md b/pages/common/rvm.md index 10e0677b53..89d405c15b 100644 --- a/pages/common/rvm.md +++ b/pages/common/rvm.md @@ -1,6 +1,6 @@ # rvm -> A tool for easily installing, managing, and working with multiple ruby environments. +> Easily installing, managing, and working with multiple ruby environments. > More information: . - Install one or more versions of Ruby: diff --git a/pages/common/scala-cli.md b/pages/common/scala-cli.md index 5267a59ad0..cadd786268 100644 --- a/pages/common/scala-cli.md +++ b/pages/common/scala-cli.md @@ -1,6 +1,6 @@ # scala-cli -> Tool to interact with the Scala programming language. +> Interact with the Scala programming language. > More information: . - Start a REPL (interactive shell) using a specific Scala and JVM version: diff --git a/pages/common/scc.md b/pages/common/scc.md index d024ccfd04..27d28e66e9 100644 --- a/pages/common/scc.md +++ b/pages/common/scc.md @@ -1,6 +1,6 @@ # scc -> Tool written in Go that counts lines of code. +> Count lines of code. Written in Go. > More information: . - Print lines of code in the current directory: diff --git a/pages/common/sdk.md b/pages/common/sdk.md index 6a26928dac..48a829f3cc 100644 --- a/pages/common/sdk.md +++ b/pages/common/sdk.md @@ -1,6 +1,6 @@ # sdk -> Tool for managing parallel versions of multiple Software Development Kits. +> Manage parallel versions of multiple Software Development Kits. > Supports Java, Groovy, Scala, Kotlin, Gradle, Maven, Vert.x and many others. > More information: . diff --git a/pages/common/sdkmanager.md b/pages/common/sdkmanager.md index e52813511a..1c52bc8052 100644 --- a/pages/common/sdkmanager.md +++ b/pages/common/sdkmanager.md @@ -1,6 +1,6 @@ # sdkmanager -> Tool to install packages for the Android SDK. +> Install packages for the Android SDK. > More information: . - List available packages: diff --git a/pages/common/secrethub.md b/pages/common/secrethub.md index b37448ff91..611cee3329 100644 --- a/pages/common/secrethub.md +++ b/pages/common/secrethub.md @@ -1,6 +1,6 @@ # secrethub -> A tool to keep secrets out of config files. +> Keep secrets out of config files. > More information: . - Print a secret to `stdout`: diff --git a/pages/common/skaffold.md b/pages/common/skaffold.md index 21aaea00b6..b7b35704fb 100644 --- a/pages/common/skaffold.md +++ b/pages/common/skaffold.md @@ -1,6 +1,6 @@ # skaffold -> A tool that facilitates continuous development for Kubernetes applications. +> Facilitate continuous development for Kubernetes applications. > More information: . - Build the artifacts: diff --git a/pages/common/sngrep.md b/pages/common/sngrep.md index b4139e7d2d..db29e9c06b 100644 --- a/pages/common/sngrep.md +++ b/pages/common/sngrep.md @@ -1,6 +1,6 @@ # sngrep -> Tool for displaying SIP calls message flows from terminal. +> Display SIP calls message flows from terminal. > More information: . - Visualize SIP packets from a PCAP file: diff --git a/pages/common/sops.md b/pages/common/sops.md index c3b185b52a..88fe9c3183 100644 --- a/pages/common/sops.md +++ b/pages/common/sops.md @@ -1,7 +1,6 @@ # sops -> SOPS: Secrets OPerationS. -> Tool for managing secrets. +> SOPS (Secrets OPerationS): manage secrets. > More information: . - Encrypt a file: diff --git a/pages/common/ssh-add.md b/pages/common/ssh-add.md index 4a7b96ed60..6c833d2e6e 100644 --- a/pages/common/ssh-add.md +++ b/pages/common/ssh-add.md @@ -1,7 +1,7 @@ # ssh-add -> Manage loaded ssh keys in the ssh-agent. -> Ensure that ssh-agent is up and running for the keys to be loaded in it. +> Manage loaded SSH keys in the `ssh-agent`. +> Ensure that `ssh-agent` is up and running for the keys to be loaded in it. > More information: . - Add the default ssh keys in `~/.ssh` to the ssh-agent: diff --git a/pages/common/stack.md b/pages/common/stack.md index 6474d74274..9e0bfa0802 100644 --- a/pages/common/stack.md +++ b/pages/common/stack.md @@ -1,6 +1,6 @@ # stack -> Tool for managing Haskell projects. +> Manage Haskell projects. > More information: . - Create a new package: diff --git a/pages/common/strip-nondeterminism.md b/pages/common/strip-nondeterminism.md index 945b46ae81..47aa736463 100644 --- a/pages/common/strip-nondeterminism.md +++ b/pages/common/strip-nondeterminism.md @@ -1,6 +1,6 @@ # strip-nondeterminism -> A tool to remove non-deterministic information (e.g. timestamps) from files. +> Remove non-deterministic information (e.g. timestamps) from files. > More information: . - Strip nondeterministic information from a file: diff --git a/pages/common/subfinder.md b/pages/common/subfinder.md index 35e83c5808..8ce40207af 100644 --- a/pages/common/subfinder.md +++ b/pages/common/subfinder.md @@ -1,6 +1,6 @@ # subfinder -> A subdomain discovery tool that discovers valid subdomains for websites. +> Discover valid subdomains for websites. > Designed as a passive framework to be useful for bug bounties and safe for penetration testing. > More information: . diff --git a/pages/common/sup.md b/pages/common/sup.md index 86107f7f34..f6bd3676be 100644 --- a/pages/common/sup.md +++ b/pages/common/sup.md @@ -1,6 +1,6 @@ # sup -> A tool for managing an RSS feed contained in the current directory. +> Manage a RSS feed in the current directory. > See also: `lb`. > More information: . diff --git a/pages/common/surfraw.md b/pages/common/surfraw.md index 7667e8ad3f..f30010bfd8 100644 --- a/pages/common/surfraw.md +++ b/pages/common/surfraw.md @@ -1,7 +1,7 @@ # surfraw > Query a variety of web search engines. -> Consists of a collection of elvi, each of which knows how to search a specific website. +> Consists of a collection of elvi, each of which knows how to search a website. > More information: . - Display the list of supported website search scripts (elvi): diff --git a/pages/common/svgo.md b/pages/common/svgo.md index 5419d4429d..5d85dfb6da 100644 --- a/pages/common/svgo.md +++ b/pages/common/svgo.md @@ -1,6 +1,6 @@ # svgo -> SVG Optimizer: a Node.js-based tool for optimizing Scalable Vector Graphics files. +> SVG Optimizer: optimizing Scalable Vector Graphics files. Based in Node.js. > It applies a series of transformation rules (plugins), which can be toggled individually. > More information: . diff --git a/pages/common/swig.md b/pages/common/swig.md index 772773cce1..3eaa71d5d7 100644 --- a/pages/common/swig.md +++ b/pages/common/swig.md @@ -1,7 +1,7 @@ # swig > 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 the wrapper code needed to build an extension module. +> 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 the wrapper code needed to build an extension module. > More information: . - Generate a binding between C++ and Python: diff --git a/pages/common/truffle.md b/pages/common/truffle.md index d9e5b6aa99..328dc89650 100644 --- a/pages/common/truffle.md +++ b/pages/common/truffle.md @@ -1,6 +1,6 @@ # truffle -> A tool for developing smart contracts for running services on the Ethereum blockchain. +> Develop smart contracts for running services on the Ethereum blockchain. > More information: . - Download a pre-built Truffle project (Truffle Box): diff --git a/pages/common/tye.md b/pages/common/tye.md index 9131768b72..3b3957171b 100644 --- a/pages/common/tye.md +++ b/pages/common/tye.md @@ -1,6 +1,6 @@ # tye -> Developer tool that makes developing, testing, and deploying microservices and distributed applications easier. +> Develop, test, and deploy microservices and distributed applications easily. > More information: . - Scaffold a `tye.yaml` file representing the application: diff --git a/pages/common/uniq.md b/pages/common/uniq.md index 73d0c05536..2214f003c4 100644 --- a/pages/common/uniq.md +++ b/pages/common/uniq.md @@ -1,6 +1,6 @@ # uniq -> Output the unique lines from the given input or file. +> Output the unique lines from a input or file. > Since it does not detect repeated lines unless they are adjacent, we need to sort them first. > More information: . diff --git a/pages/common/wal.md b/pages/common/wal.md index 9c7d525d2a..9b96b26851 100644 --- a/pages/common/wal.md +++ b/pages/common/wal.md @@ -1,6 +1,6 @@ # wal -> A tool to create color schemes based on the dominant colors of a wallpaper. +> Create color schemes based on the dominant colors of a wallpaper. > More information: . - Preview color scheme: diff --git a/pages/common/wuzz.md b/pages/common/wuzz.md index 52b3eb9af3..abe05dc097 100644 --- a/pages/common/wuzz.md +++ b/pages/common/wuzz.md @@ -1,6 +1,6 @@ # wuzz -> Tool to interactively inspect HTTP requests and responses. +> Interactively inspect HTTP requests and responses. > More information: . - Start `wuzz`: diff --git a/pages/common/xml.md b/pages/common/xml.md index abbc8d7364..529587797b 100644 --- a/pages/common/xml.md +++ b/pages/common/xml.md @@ -1,7 +1,7 @@ # xml -> XMLStarlet Toolkit: Query, edit, check, convert and transform XML documents. -> This command also has documentation about its subcommands, e.g. `xml validate`. +> XMLStarlet Toolkit: query, edit, check, convert and transform XML documents. +> Some subcommands such as `xml validate` have their own usage documentation. > More information: . - Display general help, including the list of subcommands: diff --git a/pages/common/xprop.md b/pages/common/xprop.md index 901eced6e5..86bbe076fe 100644 --- a/pages/common/xprop.md +++ b/pages/common/xprop.md @@ -1,6 +1,6 @@ # xprop -> A tool for displaying window and font properties in an X server. +> Display window and font properties in an X server. > More information: . - Display the name of the root window: diff --git a/pages/common/yacc.md b/pages/common/yacc.md index 3573db5bf1..a598cadc42 100644 --- a/pages/common/yacc.md +++ b/pages/common/yacc.md @@ -1,6 +1,6 @@ # yacc -> Generate an LALR parser (in C) with a given formal grammar specification file. +> Generate an LALR parser (in C) with a formal grammar specification file. > See also: `bison`. > More information: . diff --git a/pages/linux/asterisk.md b/pages/linux/asterisk.md index 1362bb3491..709e3922cc 100644 --- a/pages/linux/asterisk.md +++ b/pages/linux/asterisk.md @@ -1,7 +1,6 @@ # asterisk -> Telephone and exchange (phone) server. -> Used for running the server itself, and managing an already running instance. +> Run and manage telephone and exchange (phone) server instances. > More information: . - [R]econnect to a running server, and turn on logging 3 levels of [v]erbosity: diff --git a/pages/linux/aura.md b/pages/linux/aura.md index 1fe182935c..1c9087a620 100644 --- a/pages/linux/aura.md +++ b/pages/linux/aura.md @@ -1,6 +1,6 @@ # aura -> The Aura Package Manager: A secure, multilingual package manager for Arch Linux and the AUR. +> The Aura Package Manager: a secure, multilingual package manager for Arch Linux and the AUR. > More information: . - Search for packages from the official repositories and AUR: diff --git a/pages/linux/bpftool.md b/pages/linux/bpftool.md index 0f438fd04a..a4ee7a4092 100644 --- a/pages/linux/bpftool.md +++ b/pages/linux/bpftool.md @@ -1,6 +1,6 @@ # bpftool -> Tool for inspection and simple manipulation of eBPF programs and maps. +> Inspect and manipulate eBPF programs and maps in a simple way. > Some subcommands such as `bpftool prog` have their own usage documentation. > More information: . diff --git a/pages/linux/btrfs-property.md b/pages/linux/btrfs-property.md index 4af4baaf4f..8864072f47 100644 --- a/pages/linux/btrfs-property.md +++ b/pages/linux/btrfs-property.md @@ -1,6 +1,6 @@ # btrfs property -> Get, set, or list properties for a given btrfs filesystem object (files, directories, subvolumes, filesystems, or devices). +> Get, set, or list properties for a BTRFS filesystem object (files, directories, subvolumes, filesystems, or devices). > More information: . - List available properties (and descriptions) for the given btrfs object: diff --git a/pages/linux/cgclassify.md b/pages/linux/cgclassify.md index adf743911b..66cdfe2b56 100644 --- a/pages/linux/cgclassify.md +++ b/pages/linux/cgclassify.md @@ -1,6 +1,6 @@ # cgclassify -> Move running task(s) to given `cgroups`. +> Move running tasks to `cgroups`. > More information: . - Move the process with a specific PID to the control group student in the CPU hierarchy: diff --git a/pages/linux/checkupdates-aur.md b/pages/linux/checkupdates-aur.md index 1be38a0cbf..937b8aa5cd 100644 --- a/pages/linux/checkupdates-aur.md +++ b/pages/linux/checkupdates-aur.md @@ -1,6 +1,6 @@ # checkupdates-aur -> Tool to check pending updates from the Arch User Repository (AUR). +> Check pending updates from the Arch User Repository (AUR). > More information: . - List pending updates for AUR packages: diff --git a/pages/linux/checkupdates.md b/pages/linux/checkupdates.md index a9a2f4dec4..464139480e 100644 --- a/pages/linux/checkupdates.md +++ b/pages/linux/checkupdates.md @@ -1,6 +1,6 @@ # checkupdates -> Tool to check pending updates in Arch Linux. +> Check pending updates in Arch Linux. > More information: . - List pending updates: diff --git a/pages/linux/createrepo.md b/pages/linux/createrepo.md index 3a6b370485..8b53691d1f 100644 --- a/pages/linux/createrepo.md +++ b/pages/linux/createrepo.md @@ -1,6 +1,6 @@ # createrepo -> Initializes an RPM repository in the given directory, including all XML and SQLite files. +> Initializes an RPM repository in a directory, including all XML and SQLite files. > More information: . - Initialize a basic repository in a directory: diff --git a/pages/linux/datamash.md b/pages/linux/datamash.md index bbc79541a0..9e07a5fcc2 100644 --- a/pages/linux/datamash.md +++ b/pages/linux/datamash.md @@ -1,6 +1,6 @@ # datamash -> Tool to perform basic numeric, textual and statistical operations on input textual data files. +> Perform basic numeric, textual and statistical operations on input textual data files. > More information: . - Get max, min, mean and median of a single column of numbers: diff --git a/pages/linux/debchange.md b/pages/linux/debchange.md index 2fc2d134f9..b4b9d9af07 100644 --- a/pages/linux/debchange.md +++ b/pages/linux/debchange.md @@ -1,6 +1,6 @@ # debchange -> Tool for maintenance of the debian/changelog file in a Debian source package. +> Mantain the debian/changelog file of a Debian source package. > More information: . - Add a new version for a non-maintainer upload to the changelog: diff --git a/pages/linux/debuild.md b/pages/linux/debuild.md index 882aff344f..bed6295714 100644 --- a/pages/linux/debuild.md +++ b/pages/linux/debuild.md @@ -1,6 +1,6 @@ # debuild -> Tool to build a Debian package from source. +> Build a Debian package from source. > More information: . - Build the package in the current directory: diff --git a/pages/linux/einfo.md b/pages/linux/einfo.md index 037261245c..068b0d1496 100644 --- a/pages/linux/einfo.md +++ b/pages/linux/einfo.md @@ -1,6 +1,6 @@ # einfo -> Provides the number of records indexed in each field of a given database, the date of the last update of the database, and the available links from the database to other Entrez databases. +> Provides the number of records indexed in each database field, the last update date of the database, and the available links from the database to other Entrez databases. > More information: . - Print all database names: diff --git a/pages/linux/enum4linux.md b/pages/linux/enum4linux.md index 5d22de64de..461e0f5c90 100644 --- a/pages/linux/enum4linux.md +++ b/pages/linux/enum4linux.md @@ -1,6 +1,6 @@ # enum4linux -> Tool for enumerating Windows and Samba information from remote systems. +> Enumerate Windows and Samba information from remote systems. > More information: . - Try to enumerate using all methods: diff --git a/pages/linux/faketime.md b/pages/linux/faketime.md index 3c7119d7c8..dab425b8f5 100644 --- a/pages/linux/faketime.md +++ b/pages/linux/faketime.md @@ -1,6 +1,6 @@ # faketime -> Fake the system time for a given command. +> Fake the system time for a command. > More information: . - Fake the time to this evening, before printing the result of `date`: diff --git a/pages/linux/grub-file.md b/pages/linux/grub-file.md index bae6e74407..1f8ad1623b 100644 --- a/pages/linux/grub-file.md +++ b/pages/linux/grub-file.md @@ -1,6 +1,6 @@ # grub-file -> Check if a file is of a specific bootable image type. +> Check if a file is of a bootable image type. > More information: . - Check if a file is an ARM EFI image: diff --git a/pages/linux/hlint.md b/pages/linux/hlint.md index 8ad39ef440..0d8abbedee 100644 --- a/pages/linux/hlint.md +++ b/pages/linux/hlint.md @@ -1,6 +1,6 @@ # hlint -> Tool for suggesting improvements to Haskell code. +> Suggest improvements to Haskell code. > More information: . - Display suggestions for a given file: diff --git a/pages/linux/hwclock.md b/pages/linux/hwclock.md index 2fd66c8f85..c69da41058 100644 --- a/pages/linux/hwclock.md +++ b/pages/linux/hwclock.md @@ -1,6 +1,6 @@ # hwclock -> Used for reading or changing the hardware clock. Usually requires root. +> Read or change the hardware clock. Usually requires root. > More information: . - Display the current time as reported by the hardware clock: diff --git a/pages/linux/ifup.md b/pages/linux/ifup.md index da34e85573..66315dce37 100644 --- a/pages/linux/ifup.md +++ b/pages/linux/ifup.md @@ -1,6 +1,6 @@ # ifup -> Tool used to enable network interfaces. +> Enable network interfaces. > More information: . - Enable interface eth0: diff --git a/pages/linux/kpackagetool5.md b/pages/linux/kpackagetool5.md index 329d089029..5d12c7272d 100644 --- a/pages/linux/kpackagetool5.md +++ b/pages/linux/kpackagetool5.md @@ -1,6 +1,6 @@ # kpackagetool5 -> KPackage Manager: Install, list, remove Plasma packages. +> KPackage Manager: install, list, remove Plasma packages. > More information: . - List all known package types that can be installed: diff --git a/pages/linux/lastlog.md b/pages/linux/lastlog.md index fbbed54d6d..893b2ef87b 100644 --- a/pages/linux/lastlog.md +++ b/pages/linux/lastlog.md @@ -1,6 +1,6 @@ # lastlog -> Show the most recent login of all users or of a given user. +> Show the most recent login of all users or of a user. > More information: . - Display the most recent login of all users: diff --git a/pages/linux/libtoolize.md b/pages/linux/libtoolize.md index cdb8975762..d563d7bfbe 100644 --- a/pages/linux/libtoolize.md +++ b/pages/linux/libtoolize.md @@ -1,6 +1,6 @@ # libtoolize -> A tool used in the autotools build system to prepare a package for using `libtool`. +> An `autotools` tool to prepare a package for using `libtool`. > It performs various tasks, including generating necessary files and directories to integrate `libtool` seamlessly into a project. > More information: . diff --git a/pages/linux/mkfs.btrfs.md b/pages/linux/mkfs.btrfs.md index 6efdf3d41a..6baa440d48 100644 --- a/pages/linux/mkfs.btrfs.md +++ b/pages/linux/mkfs.btrfs.md @@ -1,7 +1,7 @@ # mkfs.btrfs -> Create a btrfs filesystem. -> Defaults to `raid1`, which specifies 2 copies of a given data block spread across 2 different devices. +> Create a BTRFS filesystem. +> Defaults to `raid1`, which specifies 2 copies of a data block spread across 2 different devices. > More information: . - Create a btrfs filesystem on a single device: diff --git a/pages/linux/mkosi.md b/pages/linux/mkosi.md index 608b3bbc17..70ab805e7e 100644 --- a/pages/linux/mkosi.md +++ b/pages/linux/mkosi.md @@ -1,6 +1,6 @@ # mkosi -> Tool for building modern, legacy-free Linux images. +> Build modern, legacy-free Linux images. > Part of `systemd`. > More information: . diff --git a/pages/linux/mons.md b/pages/linux/mons.md index 5033039287..d1e2d6c57c 100644 --- a/pages/linux/mons.md +++ b/pages/linux/mons.md @@ -1,6 +1,6 @@ # mons -> A tool to quickly manage two displays. +> Quickly manage two displays. > More information: . - Enable only the primary monitor: diff --git a/pages/linux/pkgfile.md b/pages/linux/pkgfile.md index 4c12deff16..6e7e5cf7f4 100644 --- a/pages/linux/pkgfile.md +++ b/pages/linux/pkgfile.md @@ -1,7 +1,7 @@ # pkgfile -> Tool for searching files from packages in the official repositories on arch-based systems. -> See also `pacman files`, describing the usage of `pacman --files`. +> Search files from packages in the official repositories on Arch-based systems. +> See also: `pacman files`, describing the usage of `pacman --files`. > More information: . - Synchronize the pkgfile database: diff --git a/pages/linux/pw-loopback.md b/pages/linux/pw-loopback.md index c165929831..eb3feddac9 100644 --- a/pages/linux/pw-loopback.md +++ b/pages/linux/pw-loopback.md @@ -1,6 +1,6 @@ # pw-loopback -> Tool for creating loopback devices in pipewire. +> Create loopback devices in PipeWire. > More information: . - Create a loopback device with the default loopback behavior: diff --git a/pages/linux/qm-guest-exec-status.md b/pages/linux/qm-guest-exec-status.md index 80bba340ae..275166395f 100644 --- a/pages/linux/qm-guest-exec-status.md +++ b/pages/linux/qm-guest-exec-status.md @@ -1,6 +1,6 @@ # qm guest exec-status -> Print the status of the given pid started by the guest-agent on QEMU/KVM Virtual Machine Manager. +> Print the status of a pid started by the guest-agent on QEMU/KVM Virtual Machine Manager. > More information: . - Print the status of a specific PID: diff --git a/pages/linux/qm-guest-passwd.md b/pages/linux/qm-guest-passwd.md index c863c699af..7879934cbc 100644 --- a/pages/linux/qm-guest-passwd.md +++ b/pages/linux/qm-guest-passwd.md @@ -1,6 +1,6 @@ # qm guest passwd -> Set the password for a specific user on QEMU/KVM Virtual Machine Manager. +> Set the password for a user on QEMU/KVM Virtual Machine Manager. > More information: . - Set a password for a specific user in a virtual machine interactively: diff --git a/pages/linux/qm-help.md b/pages/linux/qm-help.md index 715efd3d4e..1d12b92978 100644 --- a/pages/linux/qm-help.md +++ b/pages/linux/qm-help.md @@ -1,6 +1,6 @@ # qm help -> Display help for a specific command. +> Display help for a command. > More information: . - Display help for a specific command: diff --git a/pages/linux/register_new_matrix_user.md b/pages/linux/register_new_matrix_user.md index a3fc593395..06fe6af7ab 100644 --- a/pages/linux/register_new_matrix_user.md +++ b/pages/linux/register_new_matrix_user.md @@ -1,6 +1,6 @@ # register_new_matrix_user -> Used to register new users with a given home server when registration has been disabled. +> Register new users in a home server when registration has been disabled. > More information: . - Create a user interactively: diff --git a/pages/linux/rpi-eeprom-update.md b/pages/linux/rpi-eeprom-update.md index c8cacec6a7..3762378eb6 100644 --- a/pages/linux/rpi-eeprom-update.md +++ b/pages/linux/rpi-eeprom-update.md @@ -1,6 +1,6 @@ # rpi-eeprom-update -> Tool to update EEPROM and view other EEPROM information. +> Update EEPROM and view other EEPROM information. > More information: . - Print information about the current raspberry pi EEPROM installed: diff --git a/pages/linux/runlim.md b/pages/linux/runlim.md index 6d4f13587b..98cc99bff0 100644 --- a/pages/linux/runlim.md +++ b/pages/linux/runlim.md @@ -1,6 +1,6 @@ # runlim -> A tool for sampling and limiting time and memory usage of a program and its child processes using the proc file system on Linux. +> Sample and limit time and memory usage of a program and its child processes using the proc file system on Linux. > More information: . - Print the time and memory usage of a command: diff --git a/pages/linux/runuser.md b/pages/linux/runuser.md index 64c9ea4a30..414238b1f0 100644 --- a/pages/linux/runuser.md +++ b/pages/linux/runuser.md @@ -1,6 +1,6 @@ # runuser -> Run commands as a specific user and group without asking for password (needs root privileges). +> Run commands as a user and group without asking for password (needs root privileges). > More information: . - Run command as a different user: diff --git a/pages/linux/stress.md b/pages/linux/stress.md index 2d4678b6eb..573508a972 100644 --- a/pages/linux/stress.md +++ b/pages/linux/stress.md @@ -1,6 +1,6 @@ # stress -> A tool to stress test CPU, memory, and IO on a Linux system. +> Stress test CPU, memory, and IO on a Linux system. > More information: . - Spawn 4 workers to stress test CPU: diff --git a/pages/linux/strigger.md b/pages/linux/strigger.md index af052b51b2..629e3500e3 100644 --- a/pages/linux/strigger.md +++ b/pages/linux/strigger.md @@ -1,7 +1,7 @@ # strigger > View or modify Slurm trigger information. -> Triggers are actions that are automatically run when a given event occurs on a Slurm cluster. +> Triggers are actions that are automatically run when an event occurs on a Slurm cluster. > More information: . - Register a new trigger. Execute the specified program when the specified event occurs: diff --git a/pages/linux/tcpick.md b/pages/linux/tcpick.md index c145916b42..efcfc6f3a5 100644 --- a/pages/linux/tcpick.md +++ b/pages/linux/tcpick.md @@ -1,7 +1,7 @@ # tcpick > Packet sniffing and network traffic analysis tool. -> It can capture and display TCP connections and data. It can also monitor network traffic on a specific interface, host, or port. +> It can capture and display TCP connections and data. It can also monitor network traffic on a interface, host, or port. > More information: . - Capture traffic on a specific [i]nterface, port and host:: diff --git a/pages/linux/tlp-stat.md b/pages/linux/tlp-stat.md index 77f5ddc2d1..3628dd9d7f 100644 --- a/pages/linux/tlp-stat.md +++ b/pages/linux/tlp-stat.md @@ -1,6 +1,6 @@ # tlp-stat -> A tool to generate TLP status reports. +> Generate TLP status reports. > See also `tlp`. > More information: . diff --git a/pages/linux/toilet.md b/pages/linux/toilet.md index 9d7b27f7f3..4e4b84cea1 100644 --- a/pages/linux/toilet.md +++ b/pages/linux/toilet.md @@ -1,6 +1,6 @@ # toilet -> A tool to display ASCII-art fonts. +> Display ASCII-art fonts. > More information: . - Generate ASCII art for a given text: diff --git a/pages/linux/toolbox.md b/pages/linux/toolbox.md index d9e111bd9e..b7c29b5f1e 100644 --- a/pages/linux/toolbox.md +++ b/pages/linux/toolbox.md @@ -1,6 +1,6 @@ # toolbox -> Tool for containerized command-line environments on Linux. +> Manage containerized command-line environments on Linux. > Some subcommands such as `toolbox create` have their own usage documentation. > More information: . diff --git a/pages/linux/trust.md b/pages/linux/trust.md index 806d0de5a1..c182996431 100644 --- a/pages/linux/trust.md +++ b/pages/linux/trust.md @@ -1,6 +1,6 @@ # trust -> Tool for operating on the trust policy store. +> Operate on the trust policy store. > More information: . - List trust policy store items: diff --git a/pages/linux/ul.md b/pages/linux/ul.md index 2ce14d1ab2..8fb48a9034 100644 --- a/pages/linux/ul.md +++ b/pages/linux/ul.md @@ -1,7 +1,7 @@ # ul > Performs the underlining of a text. -> Each character in a given string must be underlined separately. +> Each character in a string must be underlined separately. > More information: . - Display the contents of the file with underlines where applicable: diff --git a/pages/linux/wami.md b/pages/linux/wami.md index 358c6202b4..dcabe473dc 100644 --- a/pages/linux/wami.md +++ b/pages/linux/wami.md @@ -1,6 +1,6 @@ # wami -> An open-source and easy-to-use tool that recommends suitable programs for specific tasks. +> An open-source and easy-to-use tool that recommends suitable programs for tasks. > More information: . - Find expanded results in all categories from the lake and [S]ort them in the specified order: diff --git a/pages/linux/wl-copy.md b/pages/linux/wl-copy.md index c6da305ed5..397666966c 100644 --- a/pages/linux/wl-copy.md +++ b/pages/linux/wl-copy.md @@ -1,7 +1,7 @@ # wl-copy -> Wayland clipboard manipulation tool. -> See also: `wl-paste`. +> Clear and copy to Wayland clipboard. +> See also: `wl-paste`, `xclip`. > More information: . - Copy the text to the clipboard: diff --git a/pages/linux/wl-paste.md b/pages/linux/wl-paste.md index ff589dd5bf..c58c7eeb01 100644 --- a/pages/linux/wl-paste.md +++ b/pages/linux/wl-paste.md @@ -1,7 +1,7 @@ # wl-paste -> Tool to access data stored in the clipboard for Wayland. -> See also: `wl-copy`. +> Paste content in Wayland clipboard. +> See also: `wl-copy`, `xclip`. > More information: . - Paste the contents of the clipboard: diff --git a/pages/linux/wpa_passphrase.md b/pages/linux/wpa_passphrase.md index 1e68653141..2c19b9e8c8 100644 --- a/pages/linux/wpa_passphrase.md +++ b/pages/linux/wpa_passphrase.md @@ -1,6 +1,6 @@ # wpa_passphrase -> Generate a WPA-PSK key from an ASCII passphrase for a given SSID. +> Generate a WPA-PSK key from an ASCII passphrase for a SSID. > More information: . - Compute and display the WPA-PSK key for a given SSID reading the passphrase from `stdin`: diff --git a/pages/linux/xclip.md b/pages/linux/xclip.md index a8e3cb4f6f..dc2b7ce165 100644 --- a/pages/linux/xclip.md +++ b/pages/linux/xclip.md @@ -2,6 +2,7 @@ > X11 clipboard manipulation tool, similar to `xsel`. > Handles the X primary and secondary selections, plus the system clipboard (`Ctrl + C`/`Ctrl + V`). +> See also: `wl-copy`. > More information: . - Copy the output from a command to the X11 primary selection area (clipboard): diff --git a/pages/linux/yay.md b/pages/linux/yay.md index 501724e239..902a17c7b3 100644 --- a/pages/linux/yay.md +++ b/pages/linux/yay.md @@ -1,6 +1,6 @@ # yay -> Yet Another Yogurt: A utility for Arch Linux to build and install packages from the Arch User Repository. +> Yet Another Yogurt: build and install packages from the Arch User Repository. > Also see `pacman`. > More information: . diff --git a/pages/osx/lipo.md b/pages/osx/lipo.md index f3188d7a29..af23c08250 100644 --- a/pages/osx/lipo.md +++ b/pages/osx/lipo.md @@ -1,6 +1,6 @@ # lipo -> Tool for handling Mach-O Universal Binaries. +> Handle Mach-O Universal Binaries. > More information: . - Create a universal file from two single-architecture files: diff --git a/pages/osx/mdfind.md b/pages/osx/mdfind.md index 7ef42b8825..eac66336a8 100644 --- a/pages/osx/mdfind.md +++ b/pages/osx/mdfind.md @@ -1,6 +1,6 @@ # mdfind -> List files matching a given query. +> List files matching a query. > More information: . - Find a file by its name: diff --git a/pages/osx/opensnoop.md b/pages/osx/opensnoop.md index 734702e60d..23bcfb0a7c 100644 --- a/pages/osx/opensnoop.md +++ b/pages/osx/opensnoop.md @@ -1,6 +1,6 @@ # opensnoop -> Tool that tracks file opens on your system. +> Track file opens on your system. > More information: . - Print all file opens as they occur: diff --git a/pages/osx/textutil.md b/pages/osx/textutil.md index 7627992b08..3b6410a137 100644 --- a/pages/osx/textutil.md +++ b/pages/osx/textutil.md @@ -1,6 +1,6 @@ # textutil -> Used to manipulate text files of various formats. +> Manipulate text files of various formats. > More information: . - Display information about `foo.rtf`: diff --git a/pages/osx/whatis.md b/pages/osx/whatis.md index 25a31ce2e7..b143e1fda8 100644 --- a/pages/osx/whatis.md +++ b/pages/osx/whatis.md @@ -1,6 +1,6 @@ # whatis -> Tool that searches a set of database files containing short descriptions of system commands for keywords. +> Search a set of database files for short descriptions of system commands for keywords. > More information: . - Search for information about keyword: diff --git a/pages/osx/whence.md b/pages/osx/whence.md index b17990dda3..885ed64c8f 100644 --- a/pages/osx/whence.md +++ b/pages/osx/whence.md @@ -1,6 +1,6 @@ # whence -> A zsh builtin to indicate how a given command would be interpreted. +> A zsh builtin to indicate how a command would be interpreted. > More information: . - Interpret `command`, with expansion if defined as an `alias` (similar to the `command -v` builtin): diff --git a/pages/osx/xctool.md b/pages/osx/xctool.md index 889bb46123..30de79570e 100644 --- a/pages/osx/xctool.md +++ b/pages/osx/xctool.md @@ -1,6 +1,6 @@ # xctool -> Tool for building Xcode projects. +> Build Xcode projects. > More information: . - Build a single project without any workspace: diff --git a/pages/windows/choco-pin.md b/pages/windows/choco-pin.md index edc89bacab..b4a22a888f 100644 --- a/pages/windows/choco-pin.md +++ b/pages/windows/choco-pin.md @@ -1,6 +1,6 @@ # choco pin -> Pin a package at a specific version with Chocolatey. +> Pin a package at a version with Chocolatey. > Pinned packages are skipped automatically when upgrading. > More information: . diff --git a/pages/windows/msg.md b/pages/windows/msg.md index 21ca84d9ec..c69b41143a 100644 --- a/pages/windows/msg.md +++ b/pages/windows/msg.md @@ -1,6 +1,6 @@ # msg -> Send a message to a specific user or session. +> Send a message to a user or session. > More information: . - Send a message to a specified user or session: