pages/*: reword descriptions without using "a CLI for" etc. (#10437)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Lena 2023-07-16 19:23:40 +02:00 committed by GitHub
parent 232ac605e9
commit 7ca1069d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
136 changed files with 156 additions and 155 deletions

View File

@ -1,6 +1,6 @@
# arduino-builder # arduino-builder
> A command-line tool for compiling arduino sketches. > 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: <https://github.com/arduino/arduino-builder>. > More information: <https://github.com/arduino/arduino-builder>.

View File

@ -1,6 +1,6 @@
# aws lightsail # aws lightsail
> Manage Amazon Lightsail resources using the CLI. > Manage Amazon Lightsail resources.
> More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/index.html>. > More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/index.html>.
- List all virtual private servers, or instances: - List all virtual private servers, or instances:

View File

@ -1,6 +1,6 @@
# aws workmail # aws workmail
> Manage Amazon WorkMail using the CLI. > Manage Amazon WorkMail.
> More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/workmail/index.html>. > More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/workmail/index.html>.
- List all WorkMail organizations: - List all WorkMail organizations:

View File

@ -1,6 +1,6 @@
# balena # balena
> Interact with the balenaCloud, openBalena and the balena API from the command-line. > Interact with the balenaCloud, openBalena and the balena API.
> More information: <https://www.balena.io/docs/reference/cli/>. > More information: <https://www.balena.io/docs/reference/cli/>.
- Log in to the balenaCloud account: - Log in to the balenaCloud account:

View File

@ -1,6 +1,6 @@
# bw # bw
> A CLI to access and manage a Bitwarden vault. > Access and manage a Bitwarden vault.
> More information: <https://help.bitwarden.com/article/cli/>. > More information: <https://help.bitwarden.com/article/cli/>.
- Log in to a Bitwarden user account: - Log in to a Bitwarden user account:

View File

@ -1,6 +1,6 @@
# cheat # cheat
> Create and view interactive cheat sheets on the command-line. > Create and view interactive cheat sheets.
> More information: <https://github.com/cheat/cheat>. > More information: <https://github.com/cheat/cheat>.
- Show example usage of a command: - Show example usage of a command:

View File

@ -1,6 +1,6 @@
# cmctl # cmctl
> A CLI tool that can help you to manage cert-manager resources inside your cluster. > Manage cert-manager resources inside your cluster.
> Check cert signing status, approve/deny requests, and issue new certificate requests. > Check cert signing status, approve/deny requests, and issue new certificate requests.
> More information: <https://cert-manager.io/docs/usage/cmctl/>. > More information: <https://cert-manager.io/docs/usage/cmctl/>.

View File

@ -1,6 +1,6 @@
# composer-require-checker # composer-require-checker
> A CLI tool to analyze Composer dependencies for soft dependencies. > Analyze Composer dependencies for soft dependencies.
> More information: <https://github.com/maglnet/ComposerRequireChecker>. > More information: <https://github.com/maglnet/ComposerRequireChecker>.
- Analyze a Composer JSON file: - Analyze a Composer JSON file:

View File

@ -1,6 +1,6 @@
# cpdf # cpdf
> CLI to manipulate existing PDF files in a variety of ways. > Manipulate PDF files.
> More information: <https://www.coherentpdf.com/cpdfmanual/cpdfmanual.html>. > More information: <https://www.coherentpdf.com/cpdfmanual/cpdfmanual.html>.
- Select pages 1, 2, 3 and 6 from a source document and write those to a destination document: - Select pages 1, 2, 3 and 6 from a source document and write those to a destination document:

View File

@ -1,6 +1,6 @@
# cs complete dep # cs complete dep
> Allows the developer to search for libraries without searching directly on the web but from the command-line. > Search for libraries without doing it directly on the web.
> More information: <https://get-coursier.io/docs/cli-complete>. > More information: <https://get-coursier.io/docs/cli-complete>.
- Print which artifacts are published under a specific Maven group identifier: - Print which artifacts are published under a specific Maven group identifier:

View File

@ -1,6 +1,6 @@
# dep # dep
> A CLI tool for deployment of PHP applications. > Deploy PHP applications.
> Note: The Go command `dep` with the same name is deprecated and archived. > Note: The Go command `dep` with the same name is deprecated and archived.
> More information: <https://deployer.org>. > More information: <https://deployer.org>.

View File

@ -1,12 +1,8 @@
# emulator # emulator
> Manager Android emulators from the command-line. > Manage Android emulators.
> More information: <https://developer.android.com/studio/run/emulator-commandline>. > More information: <https://developer.android.com/studio/run/emulator-commandline>.
- Display the help:
`emulator -help`
- Start an Android emulator device: - Start an Android emulator device:
`emulator -avd {{name}}` `emulator -avd {{name}}`
@ -34,3 +30,7 @@
- Start an emulator with a given SD card partition image file: - Start an emulator with a given SD card partition image file:
`emulator -avd {{name}} -sdcard {{path/to/sdcard.img}}` `emulator -avd {{name}} -sdcard {{path/to/sdcard.img}}`
- Display help:
`emulator -help`

View File

@ -1,6 +1,6 @@
# etcdctl # etcdctl
> CLI interface for interacting with etcd, a highly-available key-value pair store. > Interact with `etcd`, a highly-available key-value pair store.
> More information: <https://etcd.io/docs/latest/dev-guide/interacting_v3/>. > More information: <https://etcd.io/docs/latest/dev-guide/interacting_v3/>.
- Display the value associated with a specified key: - Display the value associated with a specified key:

View File

@ -1,6 +1,6 @@
# exercism # exercism
> Download and solve problems from the command-line. > Download and solve problems.
> More information: <https://exercism.org/docs/using/solving-exercises/working-locally>. > More information: <https://exercism.org/docs/using/solving-exercises/working-locally>.
- Configure the application token and the preferred workspace for Exercism: - Configure the application token and the preferred workspace for Exercism:

View File

@ -1,6 +1,6 @@
# fastfetch # fastfetch
> A CLI tool to display information about your operating system, software and hardware. > Display information about your operating system, software and hardware.
> More information: <https://github.com/LinusDierheimer/fastfetch>. > More information: <https://github.com/LinusDierheimer/fastfetch>.
- Display system information: - Display system information:

View File

@ -1,6 +1,6 @@
# fastlane # fastlane
> Build and release mobile applications from the command-line. > Build and release mobile applications.
> More information: <https://docs.fastlane.tools/actions/>. > More information: <https://docs.fastlane.tools/actions/>.
- Build and sign the iOS application in the current directory: - Build and sign the iOS application in the current directory:

View File

@ -1,6 +1,6 @@
# ffsend # ffsend
> Easily and securely share files from command-line. > Easily and securely share files.
> More information: <https://gitlab.com/timvisee/ffsend>. > More information: <https://gitlab.com/timvisee/ffsend>.
- Upload a file: - Upload a file:

View File

@ -1,6 +1,6 @@
# firebase # firebase
> Test, manage, and deploy Firebase projects from the command-line. > Test, manage, and deploy Firebase projects.
> More information: <https://github.com/firebase/firebase-tools>. > More information: <https://github.com/firebase/firebase-tools>.
- Log in to <https://console.firebase.google.com>: - Log in to <https://console.firebase.google.com>:

View File

@ -1,6 +1,6 @@
# gh alias # gh alias
> Manage GitHub CLI command aliases from the command-line. > Manage GitHub CLI command aliases.
> More information: <https://cli.github.com/manual/gh_alias>. > More information: <https://cli.github.com/manual/gh_alias>.
- Display the subcommand help: - Display the subcommand help:

View File

@ -1,6 +1,6 @@
# gh auth # gh auth
> Authenticate with a GitHub host from the command-line. > Authenticate with a GitHub host.
> More information: <https://cli.github.com/manual/gh_auth>. > More information: <https://cli.github.com/manual/gh_auth>.
- Log in with interactive prompt: - Log in with interactive prompt:

View File

@ -1,6 +1,6 @@
# gh gist # gh gist
> Work with GitHub Gists on the command-line. > Work with GitHub Gists.
> More information: <https://cli.github.com/manual/gh_gist>. > More information: <https://cli.github.com/manual/gh_gist>.
- Create a new Gist from a space-separated list of files: - Create a new Gist from a space-separated list of files:

View File

@ -1,6 +1,6 @@
# gh issue create # gh issue create
> Create GitHub issues on a repository from the command-line. > Create GitHub issues on a repository.
> More information: <https://cli.github.com/manual/gh_issue_create>. > More information: <https://cli.github.com/manual/gh_issue_create>.
- Create a new issue against the current repository interactively: - Create a new issue against the current repository interactively:

View File

@ -1,6 +1,6 @@
# gh issue # gh issue
> Manage GitHub issues from the command-line. > Manage GitHub issues.
> More information: <https://cli.github.com/manual/gh_issue>. > More information: <https://cli.github.com/manual/gh_issue>.
- Display a specific issue: - Display a specific issue:

View File

@ -1,6 +1,6 @@
# gh label # gh label
> Work with GitHub labels on the command-line. > Work with GitHub labels.
> More information: <https://cli.github.com/manual/gh_label>. > More information: <https://cli.github.com/manual/gh_label>.
- List labels for the repository in the current directory: - List labels for the repository in the current directory:

View File

@ -1,6 +1,6 @@
# gh pr create # gh pr create
> Manage GitHub pull requests from the command-line. > Manage GitHub pull requests.
> More information: <https://cli.github.com/manual/gh_pr_create>. > More information: <https://cli.github.com/manual/gh_pr_create>.
- Interactively create a pull request: - Interactively create a pull request:

View File

@ -1,6 +1,6 @@
# gh pr # gh pr
> Manage GitHub pull requests from the command-line. > Manage GitHub pull requests.
> Some subcommands such as `gh pr create` have their own usage documentation. > Some subcommands such as `gh pr create` have their own usage documentation.
> More information: <https://cli.github.com/manual/gh_pr>. > More information: <https://cli.github.com/manual/gh_pr>.

View File

@ -1,6 +1,6 @@
# gh release # gh release
> Manage GitHub releases from the command-line. > Manage GitHub releases.
> More information: <https://cli.github.com/manual/gh_release>. > More information: <https://cli.github.com/manual/gh_release>.
- List releases in a GitHub repository, limited to 30 items: - List releases in a GitHub repository, limited to 30 items:

View File

@ -1,6 +1,6 @@
# gh repo # gh repo
> Work with GitHub repositories on the command-line. > Work with GitHub repositories.
> More information: <https://cli.github.com/manual/gh_repo>. > More information: <https://cli.github.com/manual/gh_repo>.
- Create a new repository (if the repository name is not set, the default name will be the name of the current directory): - Create a new repository (if the repository name is not set, the default name will be the name of the current directory):

View File

@ -1,6 +1,6 @@
# gh secret set # gh secret set
> Create or update GitHub secrets from the command-line. > Create or update GitHub secrets.
> More information: <https://cli.github.com/manual/gh_secret_set>. > More information: <https://cli.github.com/manual/gh_secret_set>.
- Set a secret for the current repository (user will be prompted for the value): - Set a secret for the current repository (user will be prompted for the value):

View File

@ -1,6 +1,6 @@
# gh secret # gh secret
> Manage GitHub secrets from the command-line. > Manage GitHub secrets.
> More information: <https://cli.github.com/manual/gh_secret>. > More information: <https://cli.github.com/manual/gh_secret>.
- List secret keys for the current repository: - List secret keys for the current repository:

View File

@ -1,6 +1,6 @@
# gh ssh-key # gh ssh-key
> Manage GitHub SSH keys from the command-line. > Manage GitHub SSH keys.
> More information: <https://cli.github.com/manual/gh_ssh-key>. > More information: <https://cli.github.com/manual/gh_ssh-key>.
- Display help: - Display help:

View File

@ -1,6 +1,6 @@
# gh # gh
> Work seamlessly with GitHub from the command-line. > Work seamlessly with GitHub.
> Some subcommands such as `gh config` have their own usage documentation. > Some subcommands such as `gh config` have their own usage documentation.
> More information: <https://cli.github.com/>. > More information: <https://cli.github.com/>.

View File

@ -1,6 +1,6 @@
# gitlab-ctl # gitlab-ctl
> CLI tool for managing the GitLab omnibus. > Manage the GitLab omnibus.
> More information: <https://docs.gitlab.com/omnibus/maintenance/>. > More information: <https://docs.gitlab.com/omnibus/maintenance/>.
- Display the status of every service: - Display the status of every service:

View File

@ -1,6 +1,6 @@
# gitlab-runner # gitlab-runner
> CLI tool for managing GitLab runners. > Manage GitLab runners.
> More information: <https://docs.gitlab.com/runner/>. > More information: <https://docs.gitlab.com/runner/>.
- Register a runner: - Register a runner:

View File

@ -1,6 +1,6 @@
# gitlab # gitlab
> Ruby wrapper and CLI for the GitLab API. > Ruby wrapper for the GitLab API.
> Some subcommands such as `gitlab ctl` have their own usage documentation. > Some subcommands such as `gitlab ctl` have their own usage documentation.
> More information: <https://narkoz.github.io/gitlab/>. > More information: <https://narkoz.github.io/gitlab/>.

View File

@ -1,6 +1,6 @@
# glab alias # glab alias
> Manage GitLab CLI command aliases from the command-line. > Manage GitLab CLI command aliases.
> More information: <https://glab.readthedocs.io/en/latest/alias>. > More information: <https://glab.readthedocs.io/en/latest/alias>.
- Display the subcommand help: - Display the subcommand help:

View File

@ -1,6 +1,6 @@
# glab auth # glab auth
> Authenticate with a GitLab host from the command-line. > Authenticate with a GitLab host.
> More information: <https://glab.readthedocs.io/en/latest/auth>. > More information: <https://glab.readthedocs.io/en/latest/auth>.
- Log in with interactive prompt: - Log in with interactive prompt:

View File

@ -1,6 +1,6 @@
# glab issue # glab issue
> Manage GitLab issues from the command-line. > Manage GitLab issues.
> More information: <https://glab.readthedocs.io/en/latest/issue>. > More information: <https://glab.readthedocs.io/en/latest/issue>.
- Display a specific issue: - Display a specific issue:

View File

@ -1,6 +1,6 @@
# glab mr create # glab mr create
> Manage GitLab merge requests from the command-line. > Manage GitLab merge requests.
> More information: <https://glab.readthedocs.io/en/latest/mr/create.html>. > More information: <https://glab.readthedocs.io/en/latest/mr/create.html>.
- Interactively create a merge request: - Interactively create a merge request:

View File

@ -1,6 +1,6 @@
# glab mr # glab mr
> Manage GitLab merge requests from the command-line. > Manage GitLab merge requests.
> Some subcommands such as `glab mr create` have their own usage documentation. > Some subcommands such as `glab mr create` have their own usage documentation.
> More information: <https://glab.readthedocs.io/en/latest/mr>. > More information: <https://glab.readthedocs.io/en/latest/mr>.

View File

@ -1,6 +1,6 @@
# glab release # glab release
> Manage GitLab releases from the command-line. > Manage GitLab releases.
> More information: <https://glab.readthedocs.io/en/latest/release>. > More information: <https://glab.readthedocs.io/en/latest/release>.
- List releases in a Gitlab repository, limited to 30 items: - List releases in a Gitlab repository, limited to 30 items:

View File

@ -1,6 +1,6 @@
# glab repo # glab repo
> Work with GitLab repositories on the command-line. > Work with GitLab repositories.
> More information: <https://glab.readthedocs.io/en/latest/repo/index.html#synopsis>. > More information: <https://glab.readthedocs.io/en/latest/repo/index.html#synopsis>.
- Create a new repository (if the repository name is not set, the default name will be the name of the current directory): - Create a new repository (if the repository name is not set, the default name will be the name of the current directory):

View File

@ -1,6 +1,6 @@
# glab # glab
> Work seamlessly with GitLab from the command-line. > Work seamlessly with GitLab.
> Some subcommands such as `glab config` have their own usage documentation. > Some subcommands such as `glab config` have their own usage documentation.
> More information: <https://github.com/profclems/glab>. > More information: <https://github.com/profclems/glab>.

View File

@ -1,6 +1,6 @@
# gops # gops
> CLI tool which lists and diagnoses Go processes currently running on your system. > List and diagnose Go processes currently running on your system.
> More information: <https://github.com/google/gops>. > More information: <https://github.com/google/gops>.
- Print all go processes running locally: - Print all go processes running locally:

View File

@ -1,6 +1,6 @@
# grex # grex
> Simple command-line tool to generate regular expressions. > Generate regular expressions.
> More information: <https://github.com/pemistahl/grex>. > More information: <https://github.com/pemistahl/grex>.
- Generate a simple regular expression: - Generate a simple regular expression:

View File

@ -1,6 +1,7 @@
# grpcurl # grpcurl
> Like cURL, but for gRPC: CLI tool for interacting with gRPC servers. > Interact with gRPC servers.
> Like `curl`, but for gRPC.
> More information: <https://github.com/fullstorydev/grpcurl>. > More information: <https://github.com/fullstorydev/grpcurl>.
- Send an empty request: - Send an empty request:

View File

@ -1,7 +1,7 @@
# gsutil # gsutil
> The gsutil CLI lets you access Google Cloud Storage from the command-line. > Access Google Cloud Storage.
> You can use gsutil to do a wide range of bucket and object management tasks. > You can use `gsutil` to do a wide range of bucket and object management tasks.
> More information: <https://cloud.google.com/storage/docs/gsutil>. > More information: <https://cloud.google.com/storage/docs/gsutil>.
- List all buckets in a project you are logged into: - List all buckets in a project you are logged into:

View File

@ -1,6 +1,6 @@
# heroku # heroku
> Create and manage Heroku apps from the command-line. > Create and manage Heroku apps.
> More information: <https://www.heroku.com/>. > More information: <https://www.heroku.com/>.
- Log in to your Heroku account: - Log in to your Heroku account:

View File

@ -1,10 +1,10 @@
# hg # hg
> A command-line interface for Mercurial, a distributed source control management system. > Mercurial - a distributed source control management system.
> Some subcommands such as `hg commit` have their own usage documentation. > Some subcommands such as `hg commit` have their own usage documentation.
> More information: <https://www.mercurial-scm.org>. > More information: <https://www.mercurial-scm.org>.
- Execute Mercurial command: - Execute a Mercurial command:
`hg {{command}}` `hg {{command}}`

View File

@ -1,6 +1,6 @@
# hostess # hostess
> An idempotent command-line utility for managing the `/etc/hosts` file. > Manage the `/etc/hosts` file.
> More information: <https://github.com/cbednarski/hostess>. > More information: <https://github.com/cbednarski/hostess>.
- List domains, target IP addresses and on/off status: - List domains, target IP addresses and on/off status:

View File

@ -1,6 +1,6 @@
# html5validator # html5validator
> A command-line tool for testing HTML5 validity. > Validate HTML5.
> More information: <https://github.com/svenkreiss/html5validator>. > More information: <https://github.com/svenkreiss/html5validator>.
- Validate a specific file: - Validate a specific file:

View File

@ -1,6 +1,6 @@
# jwt # jwt
> A command-line tool to work with JSON Web Tokens (JWTs). > Work with JSON Web Tokens (JWTs).
> Encryption algorithms available are HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384. > Encryption algorithms available are HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384.
> More information: <https://github.com/mike-engel/jwt-cli>. > More information: <https://github.com/mike-engel/jwt-cli>.

View File

@ -1,6 +1,6 @@
# k3d # k3d
> Wrapper CLI to easily create k3s clusters inside Docker. > A wrapper to easily create k3s clusters inside Docker.
> More information: <https://k3d.io>. > More information: <https://k3d.io>.
- Create a cluster: - Create a cluster:

View File

@ -1,6 +1,6 @@
# kcadm.sh # kcadm.sh
> Perform administration tasks from the command-line interface (CLI). > Perform administration tasks.
> More information: <https://www.keycloak.org/docs/latest/server_admin/#admin-cli>. > More information: <https://www.keycloak.org/docs/latest/server_admin/#admin-cli>.
- Start an authenticated session: - Start an authenticated session:

View File

@ -1,6 +1,6 @@
# knife # knife
> CLI for interacting with a Chef server from a local Chef repo. > Interact with a Chef server from a local Chef repo.
> More information: <https://docs.chef.io/knife.html>. > More information: <https://docs.chef.io/knife.html>.
- Bootstrap a new node: - Bootstrap a new node:

View File

@ -1,6 +1,6 @@
# kool # kool
> Build software development environments from the command-line. > Build software development environments.
> More information: <https://kool.dev/docs/>. > More information: <https://kool.dev/docs/>.
- Create a project using a specific preset: - Create a project using a specific preset:

View File

@ -1,6 +1,6 @@
# kops # kops
> Create, destroy, upgrade and maintain Kubernetes clusters from the command-line. > Create, destroy, upgrade and maintain Kubernetes clusters.
> More information: <https://github.com/kubernetes/kops/>. > More information: <https://github.com/kubernetes/kops/>.
- Create a cluster from the configuration specification: - Create a cluster from the configuration specification:

View File

@ -1,6 +1,6 @@
# krunvm # krunvm
> CLI-based utility for creating MicroVMs from OCI images. > Create MicroVMs from OCI images.
> More information: <https://github.com/containers/krunvm>. > More information: <https://github.com/containers/krunvm>.
- Create MicroVM based on Fedora: - Create MicroVM based on Fedora:

View File

@ -1,6 +1,6 @@
# kube-capacity # kube-capacity
> A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster. > Provide an overview of resource requests, limits, and utilization in a Kubernetes cluster.
> Combine the best parts of `kubectl top` and `kubectl describe` into a CLI focused on cluster resources. > Combine the best parts of `kubectl top` and `kubectl describe` into a CLI focused on cluster resources.
> More information: <https://github.com/robscott/kube-capacity>. > More information: <https://github.com/robscott/kube-capacity>.

View File

@ -1,6 +1,6 @@
# ldapsearch # ldapsearch
> CLI utility for querying an LDAP directory. > Query an LDAP directory.
> More information: <https://docs.ldap.com/ldap-sdk/docs/tool-usages/ldapsearch.html>. > More information: <https://docs.ldap.com/ldap-sdk/docs/tool-usages/ldapsearch.html>.
- Query an LDAP server for all items that are a member of the given group and return the object's displayName value: - Query an LDAP server for all items that are a member of the given group and return the object's displayName value:

View File

@ -1,12 +1,12 @@
# lspath # lspath
> CLI app to list the contents of the PATH environment variable, with optional paging. > List the contents of the `PATH` environment variable, with optional paging.
> More information: <https://github.com/clementi/lspath>. > More information: <https://github.com/clementi/lspath>.
- Print the contents of the system PATH variable, with one element per line: - Print the contents of the system `PATH` variable, with one element per line:
`lspath` `lspath`
- Print the current contents of the system PATH variable, with one element per line, with the output paged: - Print the current contents of the system `PATH` variable, with one element per line, with the output paged:
`lspath --page` `lspath --page`

View File

@ -1,6 +1,6 @@
# magento # magento
> A CLI for managing the Magento PHP framework. > Manage the Magento PHP framework.
> More information: <https://magento.com>. > More information: <https://magento.com>.
- Enable one or more space-separated modules: - Enable one or more space-separated modules:

View File

@ -1,6 +1,6 @@
# miniserve # miniserve
> Simple HTTP file server CLI. > Simple HTTP file server.
> More information: <https://github.com/svenstaro/miniserve>. > More information: <https://github.com/svenstaro/miniserve>.
- Serve a directory: - Serve a directory:

View File

@ -1,6 +1,6 @@
# mktorrent # mktorrent
> A CLI utility to create BitTorrent metainfo files. > Create BitTorrent metainfo files.
> More information: <https://github.com/Rudde/mktorrent>. > More information: <https://github.com/Rudde/mktorrent>.
- Create a torrent with 2^21 KB as the piece size: - Create a torrent with 2^21 KB as the piece size:

View File

@ -1,6 +1,6 @@
# multipass # multipass
> CLI to manage Ubuntu virtual machines using native hypervisors. > Manage Ubuntu virtual machines using native hypervisors.
> More information: <https://multipass.run/>. > More information: <https://multipass.run/>.
- List the aliases that can be used to launch an instance: - List the aliases that can be used to launch an instance:

View File

@ -1,6 +1,6 @@
# neofetch # neofetch
> CLI tool to display information about your operating system, software and hardware. > Display information about your operating system, software and hardware.
> More information: <https://github.com/dylanaraps/neofetch>. > More information: <https://github.com/dylanaraps/neofetch>.
- Return the default config, and create it if it's the first time the program runs: - Return the default config, and create it if it's the first time the program runs:

View File

@ -1,6 +1,6 @@
# ng # ng
> Command-line Interface (CLI) for creating and managing Angular applications. > Create and manage Angular applications.
> More information: <https://angular.io/cli>. > More information: <https://angular.io/cli>.
- Create a new Angular application inside a directory: - Create a new Angular application inside a directory:

View File

@ -1,7 +1,7 @@
# nix # nix
> Powerful package manager that makes package management reliable, reproducible, and declarative. > A powerful package manager that makes package management reliable, reproducible, and declarative.
> The `nix` command-line utility is experimental and requires enabling experimental features. For a classic, stable interface, see `tldr nix classic`. > `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, accessible via `tldr nix3 subcommand`. > Some `nix` subcommands such as `build`, `develop`, `flake`, `registry`, `profile`, `search`, `repl`, `store`, `edit`, `why-depends` etc. have their own usage documentation, accessible via `tldr nix3 subcommand`.
> More information: <https://nixos.org/manual/nix>. > More information: <https://nixos.org/manual/nix>.

View File

@ -1,6 +1,6 @@
# nx # nx
> CLI utility for managing `nx` workspaces. > Manage `nx` workspaces.
> More information: <https://nx.dev/l/r/getting-started/nx-cli>. > More information: <https://nx.dev/l/r/getting-started/nx-cli>.
- Build a specific project: - Build a specific project:

View File

@ -1,6 +1,6 @@
# particle # particle
> A command-line tool for interacting with Particle devices. > Interact with Particle devices.
> More information: <https://docs.particle.io/tutorials/developer-tools/cli>. > More information: <https://docs.particle.io/tutorials/developer-tools/cli>.
- Log in or create an account for the Particle CLI: - Log in or create an account for the Particle CLI:

View File

@ -1,7 +1,7 @@
# play # play
> Audio player of SoX - Sound eXchange. > Audio player of SoX - Sound eXchange.
> Plays any audio from the command-line, with audio formats identified by the extension. > Plays any audio, with audio formats identified by the extension.
> More information: <http://sox.sourceforge.net>. > More information: <http://sox.sourceforge.net>.
- Play the given audio file: - Play the given audio file:

View File

@ -1,6 +1,6 @@
# plesk # plesk
> Plesk hosting control panel CLI interface. > Plesk hosting control panel.
> More information: <https://docs.plesk.com>. > More information: <https://docs.plesk.com>.
- Generate an auto login link for the admin user and print it: - Generate an auto login link for the admin user and print it:

View File

@ -1,6 +1,6 @@
# pueue # pueue
> Pueue is a command-line task management tool for sequential and parallel execution of long-running tasks. > A task management tool for sequential and parallel execution of long-running tasks.
> Some subcommands such as `pueue add` have their own usage documentation. > Some subcommands such as `pueue add` have their own usage documentation.
> More information: <https://github.com/Nukesor/pueue>. > More information: <https://github.com/Nukesor/pueue>.

View File

@ -1,6 +1,6 @@
# railway # railway
> Connect code to a Railway project from the command-line. > Connect code to a Railway project.
> More information: <https://railway.app/>. > More information: <https://railway.app/>.
- Login to a Railway account: - Login to a Railway account:
@ -11,7 +11,7 @@
`railway link {{projectId}}` `railway link {{projectId}}`
- Create a new project directly from the command-line: - Create a new project:
`railway init` `railway init`

View File

@ -1,6 +1,6 @@
# rclone # rclone
> CLI program to copy/sync/move files and directories to and from many cloud services. > Copy, synchronize or move files and directories to and from many cloud services.
> More information: <https://rclone.org>. > More information: <https://rclone.org>.
- List contents of a directory on an rclone remote: - List contents of a directory on an rclone remote:

View File

@ -1,6 +1,6 @@
# resume # resume
> CLI tool to easily setup a new resume. > Easily setup a new resume.
> More information: <https://github.com/jsonresume/resume-cli>. > More information: <https://github.com/jsonresume/resume-cli>.
- Create a new `resume.json` file in the current working directory: - Create a new `resume.json` file in the current working directory:

View File

@ -1,6 +1,6 @@
# rg # rg
> Ripgrep is a recursive line-oriented CLI search tool. > Ripgrep is a recursive line-oriented search tool.
> Aims to be a faster alternative to `grep`. > Aims to be a faster alternative to `grep`.
> More information: <https://github.com/BurntSushi/ripgrep>. > More information: <https://github.com/BurntSushi/ripgrep>.

View File

@ -1,6 +1,6 @@
# rich # rich
> Rich CLI is a toolbox for fancy output in the terminal. > A toolbox for fancy output in the terminal.
> More information: <https://github.com/Textualize/rich-cli>. > More information: <https://github.com/Textualize/rich-cli>.
- Display a file with syntax highlighting: - Display a file with syntax highlighting:

View File

@ -1,6 +1,6 @@
# safe # safe
> A CLI to interact with HashiCorp Vault. > Interact with HashiCorp Vault.
> More information: <https://github.com/starkandwayne/safe>. > More information: <https://github.com/starkandwayne/safe>.
- Add a safe target: - Add a safe target:

View File

@ -1,6 +1,6 @@
# sd # sd
> Intuitive find & replace CLI. > Intuitive find and replace.
> More information: <https://github.com/chmln/sd>. > More information: <https://github.com/chmln/sd>.
- Trim some whitespace using a regular expression (output stream: `stdout`): - Trim some whitespace using a regular expression (output stream: `stdout`):

View File

@ -1,6 +1,6 @@
# sendmail # sendmail
> Send email from the command-line. > Send email.
> More information: <https://manned.org/sendmail>. > More information: <https://manned.org/sendmail>.
- Send a message with the content of `message.txt` to the mail directory of local user `username`: - Send a message with the content of `message.txt` to the mail directory of local user `username`:

View File

@ -1,6 +1,6 @@
# speed-test # speed-test
> Test your internet connection speed and ping using speedtest.net from the CLI. > Test your internet connection speed and ping using <https://speedtest.net>.
> More information: <https://github.com/sindresorhus/speed-test>. > More information: <https://github.com/sindresorhus/speed-test>.
- Test your internet connection and ping speed: - Test your internet connection and ping speed:

View File

@ -1,6 +1,6 @@
# speedtest-cli # speedtest-cli
> Unofficial command-line interface for testing internet bandwidth using https://speedtest.net. > Test internet bandwidth using <https://speedtest.net>.
> See also `speedtest` for the official CLI. > See also `speedtest` for the official CLI.
> More information: <https://github.com/sivel/speedtest-cli>. > More information: <https://github.com/sivel/speedtest-cli>.

View File

@ -1,6 +1,6 @@
# spicetify # spicetify
> A CLI utility to customize the Spotify client UI and functionality. > Customize the Spotify client UI and functionality.
> More information: <https://spicetify.app>. > More information: <https://spicetify.app>.
- Generate a configuration file on very first run and display help: - Generate a configuration file on very first run and display help:

View File

@ -1,6 +1,6 @@
# surfraw # surfraw
> CLI to query a variety of web search engines. > 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 specific website.
> More information: <http://surfraw.org>. > More information: <http://surfraw.org>.

View File

@ -1,6 +1,6 @@
# surge # surge
> Simple command-line web publishing. > Simple web publishing.
> More information: <https://surge.sh>. > More information: <https://surge.sh>.
- Upload a new site to surge.sh: - Upload a new site to surge.sh:

View File

@ -1,6 +1,6 @@
# tb # tb
> CLI for managing tasks and notes across multiple boards. > Manage tasks and notes across multiple boards.
> More information: <https://github.com/klaussinani/taskbook>. > More information: <https://github.com/klaussinani/taskbook>.
- Add a new task to a board: - Add a new task to a board:

View File

@ -1,6 +1,6 @@
# tea # tea
> A command-line tool to interact with Gitea servers. > Interact with Gitea servers.
> More information: <https://gitea.com/gitea/tea>. > More information: <https://gitea.com/gitea/tea>.
- Log into a Gitea server: - Log into a Gitea server:

View File

@ -1,6 +1,6 @@
# todoist # todoist
> Access Todoist from the command-line. > Access <https://todoist.com> from the command-line.
> More information: <https://github.com/sachaos/todoist>. > More information: <https://github.com/sachaos/todoist>.
- Add a task: - Add a task:

View File

@ -1,6 +1,6 @@
# transmission-create # transmission-create
> A CLI utility to create BitTorrent .torrent files. > Create BitTorrent `.torrent` files.
> More information: <https://manned.org/transmission-create>. > More information: <https://manned.org/transmission-create>.
- Create a torrent with 2048 KB as the piece size: - Create a torrent with 2048 KB as the piece size:

View File

@ -11,7 +11,7 @@
`ts-node --skip-project {{path/to/file.ts}}` `ts-node --skip-project {{path/to/file.ts}}`
- Evaluate TypeScript code passed as a literal on the command-line: - Evaluate TypeScript code passed as a literal:
`ts-node --eval '{{console.log("Hello World")}}'` `ts-node --eval '{{console.log("Hello World")}}'`

View File

@ -1,6 +1,6 @@
# tts # tts
> Synthesize speech on the command-line. > Synthesize speech.
> More information: <https://github.com/coqui-ai/TTS#command-line-tts>. > More information: <https://github.com/coqui-ai/TTS#command-line-tts>.
- Run text-to-speech with the default models, writing the output to "tts_output.wav": - Run text-to-speech with the default models, writing the output to "tts_output.wav":

View File

@ -1,9 +1,9 @@
# u3d # u3d
> Set of tools to interact with Unity from command-line. > A set of tools to interact with Unity.
> More information: <https://github.com/DragonBox/u3d>. > More information: <https://github.com/DragonBox/u3d>.
- Open project from the current directory in correct Unity version: - Open the project in the current directory using the correct Unity version:
`u3d` `u3d`

View File

@ -1,6 +1,6 @@
# vault # vault
> A CLI to interact with HashiCorp Vault. > Interact with HashiCorp Vault.
> More information: <https://www.vaultproject.io/docs/commands>. > More information: <https://www.vaultproject.io/docs/commands>.
- Connect to a Vault server and initialize a new encrypted data store: - Connect to a Vault server and initialize a new encrypted data store:

View File

@ -1,13 +1,13 @@
# vhs # vhs
> CLI home video recorder to generate terminal gifs from code. > Generate terminal gifs from a tape file.
> More information: <https://github.com/charmbracelet/vhs>. > More information: <https://github.com/charmbracelet/vhs>.
- Create a tape file (Add commands to the tap file using your editor): - Create a tape file (add commands to the tape file using an editor):
`vhs new {{path/to/file.tape}}` `vhs new {{path/to/file.tape}}`
- Record inputs to a tape file (Once done, exit the shell to create the tape): - Record inputs to a tape file (once done, exit the shell to create the tape):
`vhs record > {{path/to/file.tape}}` `vhs record > {{path/to/file.tape}}`
@ -15,7 +15,7 @@
`vhs record --shell {{shell}} > {{path/to/file.tape}}` `vhs record --shell {{shell}} > {{path/to/file.tape}}`
- Validate a type file's syntax: - Validate the syntax of a tape file:
`vhs validate {{path/to/file.tape}}` `vhs validate {{path/to/file.tape}}`
@ -23,6 +23,6 @@
`vhs < {{path/to/file.tape}}` `vhs < {{path/to/file.tape}}`
- Publish a gif to https://vhs.charm.sh and get a shareable URL: - Publish a gif to <https://vhs.charm.sh> and get a shareable URL:
`vhs publish {{path/to/file.gif}}` `vhs publish {{path/to/file.gif}}`

View File

@ -1,6 +1,6 @@
# viu # viu
> A small command-line application to view images from the terminal. > View images on the terminal.
> More information: <https://github.com/atanunq/viu>. > More information: <https://github.com/atanunq/viu>.
- Render an image or animated GIF: - Render an image or animated GIF:

View File

@ -1,6 +1,6 @@
# whisper # whisper
> CLI tool to convert audio files to txt,vtt,srt,tsv,json. > Convert audio files to `txt`, `vtt`, `srt`, `tsv` and `json`.
> More information: <https://github.com/openai/whisper>. > More information: <https://github.com/openai/whisper>.
- Convert a specific audio file to all of the given file formats: - Convert a specific audio file to all of the given file formats:

View File

@ -1,6 +1,6 @@
# x_x # x_x
> View Excel and CSV files from the command-line. > View Excel and CSV files.
> More information: <https://github.com/kristianperkins/x_x>. > More information: <https://github.com/kristianperkins/x_x>.
- View an XLSX or CSV file: - View an XLSX or CSV file:

View File

@ -1,6 +1,6 @@
# apache2ctl # apache2ctl
> The CLI tool to administrate HTTP web server Apache. > Administrate the Apache HTTP web server.
> This command comes with Debian based OSes, for RHEL based ones see `httpd`. > This command comes with Debian based OSes, for RHEL based ones see `httpd`.
> More information: <https://manpages.debian.org/latest/apache2/apache2ctl.8.en.html>. > More information: <https://manpages.debian.org/latest/apache2/apache2ctl.8.en.html>.

View File

@ -1,6 +1,6 @@
# authconfig # authconfig
> A CLI interface for configuring system authentication resources. > Configure system authentication resources.
> More information: <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system-level_authentication_guide/authconfig-install>. > More information: <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system-level_authentication_guide/authconfig-install>.
- Display the current configuration (or dry run): - Display the current configuration (or dry run):

Some files were not shown because too many files have changed in this diff Show More