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
> A command-line tool for compiling arduino sketches.
> Compile arduino sketches.
> DEPRECATION WARNING: This tool is being phased out in favor of `arduino`.
> More information: <https://github.com/arduino/arduino-builder>.

View File

@ -1,6 +1,6 @@
# 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>.
- List all virtual private servers, or instances:

View File

@ -1,6 +1,6 @@
# 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>.
- List all WorkMail organizations:

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# 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.
> More information: <https://cert-manager.io/docs/usage/cmctl/>.

View File

@ -1,6 +1,6 @@
# 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>.
- Analyze a Composer JSON file:

View File

@ -1,6 +1,6 @@
# cpdf
> CLI to manipulate existing PDF files in a variety of ways.
> Manipulate PDF files.
> 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:

View File

@ -1,6 +1,6 @@
# 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>.
- Print which artifacts are published under a specific Maven group identifier:

View File

@ -1,6 +1,6 @@
# 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.
> More information: <https://deployer.org>.

View File

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

View File

@ -1,6 +1,6 @@
# 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/>.
- Display the value associated with a specified key:

View File

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

View File

@ -1,6 +1,6 @@
# 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>.
- Display system information:

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# 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>.
- Log in to <https://console.firebase.google.com>:

View File

@ -1,6 +1,6 @@
# 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>.
- Display the subcommand help:

View File

@ -1,6 +1,6 @@
# 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>.
- Log in with interactive prompt:

View File

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

View File

@ -1,6 +1,6 @@
# 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>.
- Create a new issue against the current repository interactively:

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# 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>.
- Interactively create a pull request:

View File

@ -1,6 +1,6 @@
# 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.
> More information: <https://cli.github.com/manual/gh_pr>.

View File

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

View File

@ -1,6 +1,6 @@
# gh repo
> Work with GitHub repositories on the command-line.
> Work with GitHub repositories.
> 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):

View File

@ -1,6 +1,6 @@
# 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>.
- Set a secret for the current repository (user will be prompted for the value):

View File

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

View File

@ -1,6 +1,6 @@
# 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>.
- Display help:

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# 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.
> More information: <https://narkoz.github.io/gitlab/>.

View File

@ -1,6 +1,6 @@
# 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>.
- Display the subcommand help:

View File

@ -1,6 +1,6 @@
# 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>.
- Log in with interactive prompt:

View File

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

View File

@ -1,6 +1,6 @@
# 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>.
- Interactively create a merge request:

View File

@ -1,6 +1,6 @@
# 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.
> More information: <https://glab.readthedocs.io/en/latest/mr>.

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# 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>.
- Print all go processes running locally:

View File

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

View File

@ -1,6 +1,7 @@
# 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>.
- Send an empty request:

View File

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

View File

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

View File

@ -1,10 +1,10 @@
# 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.
> More information: <https://www.mercurial-scm.org>.
- Execute Mercurial command:
- Execute a Mercurial command:
`hg {{command}}`

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# 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.
> More information: <https://github.com/mike-engel/jwt-cli>.

View File

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

View File

@ -1,6 +1,6 @@
# 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>.
- Start an authenticated session:

View File

@ -1,6 +1,6 @@
# 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>.
- Bootstrap a new node:

View File

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

View File

@ -1,6 +1,6 @@
# 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/>.
- Create a cluster from the configuration specification:

View File

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

View File

@ -1,6 +1,6 @@
# 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.
> More information: <https://github.com/robscott/kube-capacity>.

View File

@ -1,6 +1,6 @@
# 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>.
- 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
> 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>.
- 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`
- 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`

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# 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>.
- Return the default config, and create it if it's the first time the program runs:

View File

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

View File

@ -1,7 +1,7 @@
# nix
> 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`.
> 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, accessible via `tldr nix3 subcommand`.
> More information: <https://nixos.org/manual/nix>.

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# 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.
> More information: <https://github.com/Nukesor/pueue>.

View File

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

View File

@ -1,6 +1,6 @@
# 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>.
- List contents of a directory on an rclone remote:

View File

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

View File

@ -1,6 +1,6 @@
# 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`.
> More information: <https://github.com/BurntSushi/ripgrep>.

View File

@ -1,6 +1,6 @@
# 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>.
- Display a file with syntax highlighting:

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# sendmail
> Send email from the command-line.
> Send email.
> More information: <https://manned.org/sendmail>.
- 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
> 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>.
- Test your internet connection and ping speed:

View File

@ -1,6 +1,6 @@
# 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.
> More information: <https://github.com/sivel/speedtest-cli>.

View File

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

View File

@ -1,6 +1,6 @@
# 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.
> More information: <http://surfraw.org>.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -11,7 +11,7 @@
`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")}}'`

View File

@ -1,6 +1,6 @@
# tts
> Synthesize speech on the command-line.
> Synthesize speech.
> 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":

View File

@ -1,9 +1,9 @@
# 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>.
- Open project from the current directory in correct Unity version:
- Open the project in the current directory using the correct Unity version:
`u3d`

View File

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

View File

@ -1,13 +1,13 @@
# 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>.
- 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}}`
- 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}}`
@ -15,7 +15,7 @@
`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}}`
@ -23,6 +23,6 @@
`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}}`

View File

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

View File

@ -1,6 +1,6 @@
# 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>.
- Convert a specific audio file to all of the given file formats:

View File

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

View File

@ -1,6 +1,6 @@
# 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`.
> More information: <https://manpages.debian.org/latest/apache2/apache2ctl.8.en.html>.

View File

@ -1,6 +1,6 @@
# 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>.
- Display the current configuration (or dry run):

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