diff --git a/pages/common/az-version.md b/pages/common/az-version.md index 843e54715d..8e39a6142e 100644 --- a/pages/common/az-version.md +++ b/pages/common/az-version.md @@ -1,6 +1,6 @@ # az version -> Shows the current version of Azure CLI modules and extensions. +> Show the current version of Azure CLI modules and extensions. > Part of `azure-cli` (also known as `az`). > More information: . diff --git a/pages/common/bun-feedback.md b/pages/common/bun-feedback.md index 46d97c4c27..3aaf32e328 100644 --- a/pages/common/bun-feedback.md +++ b/pages/common/bun-feedback.md @@ -1,6 +1,6 @@ # bun feedback -> Sends feedback to `Bun`. +> Send feedback to `Bun`. > More information: . - Send text as feedback: diff --git a/pages/common/cmatrix.md b/pages/common/cmatrix.md index 4a51ef2d15..4061526ebd 100644 --- a/pages/common/cmatrix.md +++ b/pages/common/cmatrix.md @@ -1,6 +1,6 @@ # cmatrix -> Shows a scrolling Matrix like screen in the terminal. +> Show a scrolling Matrix like screen in the terminal. > See also: `cbonsai`, `asciiquarium`, `pipes.sh`. > More information: . diff --git a/pages/common/elasticsearch-croneval.md b/pages/common/elasticsearch-croneval.md index 6ef9499a84..0758c6a8d2 100644 --- a/pages/common/elasticsearch-croneval.md +++ b/pages/common/elasticsearch-croneval.md @@ -1,6 +1,6 @@ # elasticsearch-croneval -> Validates and evaluates a `cron` expression. This command helps verify that `cron` expressions are valid for use with Elasticsearch and produce the expected results. +> Validate and evaluate a `cron` expression. This command helps verify that `cron` expressions are valid for use with Elasticsearch and produce the expected results. > More information: . - Evaluate a `cron` expression and display the next 10 trigger times (default behavior): diff --git a/pages/common/fc-pattern.md b/pages/common/fc-pattern.md index 3327da24c8..f5ba14f3e9 100644 --- a/pages/common/fc-pattern.md +++ b/pages/common/fc-pattern.md @@ -1,6 +1,6 @@ # fc-pattern -> Shows information about a font matching a pattern. +> Show information about a font matching a pattern. > More information: . - Display default information about a font: diff --git a/pages/common/gendesk.md b/pages/common/gendesk.md index 548778e5ec..e212c6f6e5 100644 --- a/pages/common/gendesk.md +++ b/pages/common/gendesk.md @@ -1,6 +1,6 @@ # gendesk -> Specifies the command to generate a `.desktop` file and a download icon with minimal information. +> Specify the command to generate a `.desktop` file and a download icon with minimal information. > More information: . - Create a `.desktop` file named `app`: diff --git a/pages/common/git-bugreport.md b/pages/common/git-bugreport.md index 4882e65a32..672c020949 100644 --- a/pages/common/git-bugreport.md +++ b/pages/common/git-bugreport.md @@ -1,6 +1,6 @@ # git bugreport -> Captures debug information from the system and user, generating a text file to aid in the reporting of a bug in Git. +> Capture debug information from the system and user, generating a text file to aid in the reporting of a bug in Git. > More information: . - Create a new bug report file in the current directory: diff --git a/pages/common/go-test.md b/pages/common/go-test.md index 2409da78f7..6640792a19 100644 --- a/pages/common/go-test.md +++ b/pages/common/go-test.md @@ -1,6 +1,6 @@ # go test -> Tests Go packages (files have to end with `_test.go`). +> Test Go packages (files have to end with `_test.go`). > More information: . - Test the package found in the current directory: diff --git a/pages/common/highlight.md b/pages/common/highlight.md index 496f04f396..5541bf2e37 100644 --- a/pages/common/highlight.md +++ b/pages/common/highlight.md @@ -1,6 +1,6 @@ # highlight -> Outputs syntax-highlighted source code to a variety of formats. +> Output syntax-highlighted source code to a variety of formats. > More information: . - Produce a complete HTML document from a source code file: diff --git a/pages/common/hugo.md b/pages/common/hugo.md index ccbd72ff0c..361ee6b570 100644 --- a/pages/common/hugo.md +++ b/pages/common/hugo.md @@ -1,6 +1,7 @@ # hugo -> Template-based static site generator. Uses modules, components, and themes. +> Template-based static site generator. +> Uses modules, components, and themes. > Some subcommands such as `server` have their own usage documentation. > More information: . diff --git a/pages/common/if.md b/pages/common/if.md index a341538980..fae25c8a32 100644 --- a/pages/common/if.md +++ b/pages/common/if.md @@ -1,6 +1,6 @@ # if -> Performs conditional processing in shell scripts. +> Perform conditional processing in shell scripts. > See also: `test`, `[`. > More information: . diff --git a/pages/common/kill.md b/pages/common/kill.md index d3007f7074..7bad49e176 100644 --- a/pages/common/kill.md +++ b/pages/common/kill.md @@ -1,6 +1,6 @@ # kill -> Sends a signal to a process, usually related to stopping the process. +> Send a signal to a process, usually related to stopping the process. > All signals except for SIGKILL and SIGSTOP can be intercepted by the process to perform a clean exit. > More information: . diff --git a/pages/common/kubectl-run.md b/pages/common/kubectl-run.md index 72582b8ac1..86b892f240 100644 --- a/pages/common/kubectl-run.md +++ b/pages/common/kubectl-run.md @@ -1,6 +1,7 @@ # kubectl run -> Run pods in Kubernetes. Specifies pod generator to avoid deprecation error in some K8S versions. +> Run pods in Kubernetes. +> Specifies pod generator to avoid deprecation error in some K8S versions. > More information: . - Run an nginx pod and expose port 80: diff --git a/pages/common/logname.md b/pages/common/logname.md index 0d63599e77..5b06e52907 100644 --- a/pages/common/logname.md +++ b/pages/common/logname.md @@ -1,6 +1,6 @@ # logname -> Shows the user's login name. +> Show the user's login name. > See also: `id`. > More information: . diff --git a/pages/common/npm-audit.md b/pages/common/npm-audit.md index 180bef533f..5be0bb380b 100644 --- a/pages/common/npm-audit.md +++ b/pages/common/npm-audit.md @@ -1,7 +1,6 @@ # npm audit -> Scan for known vulnerabilities in project dependencies. -> Reports vulnerabilities and suggests remediation. +> Scan project dependencies for known security vulnerabilities. > More information: . - Scan the project's dependencies for known vulnerabilities: diff --git a/pages/common/pkl.md b/pages/common/pkl.md index 56ecf57dcf..0f8b425148 100644 --- a/pages/common/pkl.md +++ b/pages/common/pkl.md @@ -1,6 +1,6 @@ # pkl -> Manages, evaluates, and tests Pkl configuration modules. +> Manage, evaluate, and test Pkl configuration modules. > More information: . - Evaluate the given Pkl modules and produce their rendering results: diff --git a/pages/common/poetry-publish.md b/pages/common/poetry-publish.md index af8c230a33..7a8d01c3e2 100644 --- a/pages/common/poetry-publish.md +++ b/pages/common/poetry-publish.md @@ -1,6 +1,6 @@ # poetry publish -> Publishes a package to a remote repository. +> Publish a package to a remote repository. > More information: . - Publish the current package to PyPI: diff --git a/pages/common/print.zsh.md b/pages/common/print.zsh.md index 4970cf9905..53b0e917f8 100644 --- a/pages/common/print.zsh.md +++ b/pages/common/print.zsh.md @@ -1,6 +1,6 @@ # print -> Z Shell (`zsh`) builtin. Prints arguments, similar to `echo`. +> Z Shell (`zsh`) builtin. Print arguments, similar to `echo`. > See also: `echo`, `printf`, `zsh`. > More information: . diff --git a/pages/common/pueue-switch.md b/pages/common/pueue-switch.md index 8d87a89171..fd7c579eb1 100644 --- a/pages/common/pueue-switch.md +++ b/pages/common/pueue-switch.md @@ -1,6 +1,6 @@ # pueue switch -> Switches the queue position of two enqueued or stashed commands. +> Switch the queue position of two enqueued or stashed commands. > More information: . - Switch the priority of two tasks: diff --git a/pages/common/pyflakes.md b/pages/common/pyflakes.md index 92ff28858e..3535e3e650 100644 --- a/pages/common/pyflakes.md +++ b/pages/common/pyflakes.md @@ -1,6 +1,6 @@ # pyflakes -> Checks Python source code files for errors. +> Check Python source code files for errors. > More information: . - Check a single Python file: diff --git a/pages/common/streamlink.md b/pages/common/streamlink.md index f63e213568..089809f391 100644 --- a/pages/common/streamlink.md +++ b/pages/common/streamlink.md @@ -1,6 +1,6 @@ # streamlink -> Extracts streams from various services and pipes them into a video player of choice. +> Extract streams from various services and pipes them into a video player of choice. > More information: . - Attempt to extract streams from the URL specified, and if it's successful, print out a list of available streams to choose from: diff --git a/pages/common/where.md b/pages/common/where.md index 3b3893fd77..de7113bbec 100644 --- a/pages/common/where.md +++ b/pages/common/where.md @@ -1,6 +1,6 @@ # where -> Reports all known instances of a command. +> Report all known instances of a command. > It could be an executable in the `$PATH` environment variable, an alias, or a shell builtin. > More information: . diff --git a/pages/linux/acpi.md b/pages/linux/acpi.md index 6ca771b167..34efdd87ae 100644 --- a/pages/linux/acpi.md +++ b/pages/linux/acpi.md @@ -1,6 +1,6 @@ # acpi -> Shows battery status or thermal information. +> Show battery status or thermal information. > More information: . - Show battery information: diff --git a/pages/linux/bootc.md b/pages/linux/bootc.md index 6232ba97ed..1da7c7fbeb 100644 --- a/pages/linux/bootc.md +++ b/pages/linux/bootc.md @@ -1,7 +1,7 @@ # bootc > Boot and upgrade via container images. -> Manages transactional, in-place operating system updates using OCI/Docker container images. +> Manage transactional, in-place operating system updates using OCI/Docker container images. > More information: . - Show deployments in the order they will appear in the bootloader: diff --git a/pages/linux/kill.md b/pages/linux/kill.md index 7ed4246b6a..02422fe521 100644 --- a/pages/linux/kill.md +++ b/pages/linux/kill.md @@ -1,6 +1,6 @@ # kill -> Sends a signal to a process, usually related to stopping the process. +> Send a signal to a process, usually related to stopping the process. > All signals except for SIGKILL and SIGSTOP can be intercepted by the process to perform a clean exit. > More information: . diff --git a/pages/linux/nixos-container.md b/pages/linux/nixos-container.md index 8dcbe138d0..b977edba2d 100644 --- a/pages/linux/nixos-container.md +++ b/pages/linux/nixos-container.md @@ -1,6 +1,6 @@ # nixos-container -> Starts NixOS containers using Linux containers. +> Start NixOS containers using Linux containers. > More information: . - List running containers: diff --git a/pages/linux/qm-suspend.md b/pages/linux/qm-suspend.md index c102a15e72..3482950eb0 100644 --- a/pages/linux/qm-suspend.md +++ b/pages/linux/qm-suspend.md @@ -1,6 +1,6 @@ # qm suspend -> Suspends a virtual machine (VM) in the Proxmox Virtual Environment (PVE). +> Suspend a virtual machine (VM) in the Proxmox Virtual Environment (PVE). > Use `--skiplock` and `--skiplockstorage` flags with caution, as they may lead to data corruption in certain situations. > More information: . diff --git a/pages/linux/speedread.md b/pages/linux/speedread.md index 94bccacf9f..52b0764f5f 100644 --- a/pages/linux/speedread.md +++ b/pages/linux/speedread.md @@ -1,7 +1,7 @@ # speedread -> A simple terminal-based open source Spritz-alike. -> Shows input text as a per-word RSVP (rapid serial visual presentation) aligned on optimal reading points, which allows reading text at a much more rapid pace than usual as the eye can stay fixed on a single place. +> A Spritz-alike speed reader. +> Show text using per-word Rapid Serial Visual Presentation (RSVP). > More information: . - Read a text file at a specific speed: diff --git a/pages/osx/contactsd.md b/pages/osx/contactsd.md index 5ae6936241..d7657a2b54 100644 --- a/pages/osx/contactsd.md +++ b/pages/osx/contactsd.md @@ -1,6 +1,6 @@ # contactsd -> Manages the information in your contacts database. +> Manage the information in your contacts database. > It provides functionality to apps using the Contacts API and performs various background maintenance tasks. > It should not be invoked manually. > More information: . diff --git a/pages/osx/launchd.md b/pages/osx/launchd.md index 321c8431f3..efa39b7034 100644 --- a/pages/osx/launchd.md +++ b/pages/osx/launchd.md @@ -1,6 +1,6 @@ # launchd -> Manages processes, both for the system and users. +> Manage processes, both for the system and users. > You cannot invoke launchd manually, use launchctl to interact with it. > More information: . diff --git a/pages/osx/secd.md b/pages/osx/secd.md index 8a4c55bc10..2f2a77f82c 100644 --- a/pages/osx/secd.md +++ b/pages/osx/secd.md @@ -1,6 +1,6 @@ # secd -> Controls access to and modification of keychain items. +> Control access to and modification of keychain items. > It should not be invoked manually. > More information: . diff --git a/pages/osx/translationd.md b/pages/osx/translationd.md index f197d86ea6..5001af8d8e 100644 --- a/pages/osx/translationd.md +++ b/pages/osx/translationd.md @@ -1,6 +1,6 @@ # translationd -> Enables Translation features. +> Enable Translation features. > It should not be invoked manually. - Start the daemon: diff --git a/pages/osx/warmd.md b/pages/osx/warmd.md index 4e6d249692..ef194f478b 100644 --- a/pages/osx/warmd.md +++ b/pages/osx/warmd.md @@ -1,6 +1,6 @@ # warmd -> Controls caches used during startup and login. +> Control caches used during startup and login. > It should not be invoked manually. > More information: . diff --git a/pages/windows/if.md b/pages/windows/if.md index 5d412196bf..7ae9df0e2c 100644 --- a/pages/windows/if.md +++ b/pages/windows/if.md @@ -1,6 +1,6 @@ # if -> Performs conditional processing in batch scripts. +> Perform conditional processing in batch scripts. > More information: . - Execute the specified commands if the condition is true: diff --git a/pages/windows/invoke-webrequest.md b/pages/windows/invoke-webrequest.md index 2eb0382ef2..e6b3471e99 100644 --- a/pages/windows/invoke-webrequest.md +++ b/pages/windows/invoke-webrequest.md @@ -1,6 +1,6 @@ # Invoke-WebRequest -> Performs a HTTP/HTTPS request to the Web. +> Perform a HTTP/HTTPS request to the Web. > Note: This command can only be used through PowerShell. > More information: . diff --git a/pages/windows/measure-object.md b/pages/windows/measure-object.md index cbd88ac338..d4265e7ab5 100644 --- a/pages/windows/measure-object.md +++ b/pages/windows/measure-object.md @@ -1,6 +1,6 @@ # Measure-Object -> Calculates the numeric properties of objects, and the characters, words, and lines in string objects, such as files of text. +> Calculate the numeric properties of objects, and the characters, words, and lines in string objects, such as files of text. > Note: This command can only be used through PowerShell. > More information: . diff --git a/pages/windows/out-string.md b/pages/windows/out-string.md index 4dcda8b229..8b67ff5dd4 100644 --- a/pages/windows/out-string.md +++ b/pages/windows/out-string.md @@ -1,6 +1,6 @@ # Out-String -> Outputs input objects as a string. +> Output input objects as a string. > Note: This command can only be used through PowerShell. > More information: . diff --git a/pages/windows/popd.md b/pages/windows/popd.md index 72ec3c37ff..a5be9445e8 100644 --- a/pages/windows/popd.md +++ b/pages/windows/popd.md @@ -1,6 +1,6 @@ # popd -> Changes the current directory to the directory stored by the `pushd` command. +> Change the current directory to the directory stored by the `pushd` command. > More information: . - Switch to directory at the top of the stack: diff --git a/pages/windows/set-acl.md b/pages/windows/set-acl.md index 3934f6b539..df48508ebc 100644 --- a/pages/windows/set-acl.md +++ b/pages/windows/set-acl.md @@ -1,6 +1,6 @@ # Set-Acl -> Changes the security descriptor of a specified item, such as a file or a registry key. +> Change the security descriptor of a specified item, such as a file or a registry key. > Note: This command can only be used through PowerShell. > More information: . diff --git a/pages/windows/set-date.md b/pages/windows/set-date.md index bedd2cd27d..19ccd394bd 100644 --- a/pages/windows/set-date.md +++ b/pages/windows/set-date.md @@ -1,6 +1,6 @@ # Set-Date -> Changes the system time on the computer to a time that you specify. +> Change the system time on the computer to a time that you specify. > Note: This command can only be used through PowerShell. > More information: . diff --git a/pages/windows/set-service.md b/pages/windows/set-service.md index 5aaca33a4c..a0e90d54c0 100644 --- a/pages/windows/set-service.md +++ b/pages/windows/set-service.md @@ -1,6 +1,6 @@ # Set-Service -> Starts, stops, and suspends a service, and changes its properties. +> Start, stop, and suspend a service, and changes its properties. > Note: This command can only be used through PowerShell. > More information: . diff --git a/pages/windows/set-volume.md b/pages/windows/set-volume.md index 85152c433f..d70b476134 100644 --- a/pages/windows/set-volume.md +++ b/pages/windows/set-volume.md @@ -1,6 +1,6 @@ # Set-Volume -> Sets or changes the file system label of an existing volume. +> Set or change the file system label of an existing volume. > Note: This command can only be used through PowerShell. > More information: . diff --git a/pages/windows/sfc.md b/pages/windows/sfc.md index f699677035..6c5a30c6cf 100644 --- a/pages/windows/sfc.md +++ b/pages/windows/sfc.md @@ -1,6 +1,6 @@ # sfc -> Scans the integrity of Windows system files. +> Scan the integrity of Windows system files. > More information: . - Display information about the usage of the command: diff --git a/pages/windows/show-markdown.md b/pages/windows/show-markdown.md index f2436a8d2d..47efb61755 100644 --- a/pages/windows/show-markdown.md +++ b/pages/windows/show-markdown.md @@ -1,6 +1,6 @@ # Show-Markdown -> Shows a Markdown file or string in the console in a friendly way using VT100 escape sequences or in a browser using HTML. +> Show a Markdown file or string in the console in a friendly way using VT100 escape sequences or in a browser using HTML. > Note: This command can only be used through PowerShell. > More information: . diff --git a/pages/windows/start-service.md b/pages/windows/start-service.md index 370bc06576..0a937422cc 100644 --- a/pages/windows/start-service.md +++ b/pages/windows/start-service.md @@ -1,6 +1,6 @@ # Start-Service -> Starts stopped services. +> Start stopped services. > Note: This command can only be used through PowerShell. > More information: . diff --git a/pages/windows/stop-service.md b/pages/windows/stop-service.md index 36448212ef..9a88f0a0e6 100644 --- a/pages/windows/stop-service.md +++ b/pages/windows/stop-service.md @@ -1,6 +1,6 @@ # Stop-Service -> Stops running services. +> Stop running services. > Note: This command can only be used through PowerShell. > More information: .