*: fix typos reported by Hunspell (#5848)

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
This commit is contained in:
bl-ue
2021-05-20 16:13:41 -04:00
committed by GitHub
parent 3d70909e0c
commit 8ebd171d6f
267 changed files with 358 additions and 360 deletions

View File

@@ -1,9 +1,9 @@
# alacritty
> Cross-platform, GPU-accelerated terminal emulator.
> More information: <https://github.com/jwilm/alacritty>.
> More information: <https://github.com/alacritty/alacritty>.
- Open a new alacritty window:
- Open a new Alacritty window:
`alacritty`
@@ -11,14 +11,14 @@
`alacritty --working-directory {{path/to/directory}}`
- Run a command in a new alacritty window:
- Run a command in a new Alacritty window:
`alacritty -e {{command}}`
- Specify alternative configuration file (defaults to $XDG_CONFIG_HOME/alacritty/alacritty.yml):
- Specify alternative configuration file (defaults to `$XDG_CONFIG_HOME/alacritty/alacritty.yml`):
`alacritty --config-file {{path/to/config.yml}}`
- Run with live config reload enabled (can also be enabled by default in alacritty.yml):
- Run with live config reload enabled (can also be enabled by default in `alacritty.yml`):
`alacritty --live-config-reload --config-file {{path/to/config.yml}}`

View File

@@ -11,7 +11,7 @@
`ansible-playbook {{playbook}} -i {{inventory_file}}`
- Run tasks in playbook with extra variables defined via the command line:
- Run tasks in playbook with extra variables defined via the command-line:
`ansible-playbook {{playbook}} -e "{{variable1}}={{value1}} {{variable2}}={{value2}}"`

View File

@@ -1,6 +1,6 @@
# arduino-builder
> A command line tool for compiling arduino sketches.
> A command-line tool for compiling arduino sketches.
> DEPRECATION WARNING: This tool is being phased out in favor of `arduino`.
> More information: <https://github.com/arduino/arduino-builder>.

View File

@@ -1,6 +1,6 @@
# asdf
> Command line interface for managing versions of different packages.
> Command-line interface for managing versions of different packages.
> More information: <https://asdf-vm.com>.
- List all available plugins:

View File

@@ -1,6 +1,6 @@
# aws-google-auth
> Command line tool to acquire AWS temporary (STS) credentials using Google Apps as a federated (Single Sign-On) provider.
> Command-line tool to acquire AWS temporary (STS) credentials using Google Apps as a federated (Single Sign-On) provider.
> More information: <https://github.com/cevoaustralia/aws-google-auth>.
- Log in with Google SSO using the IDP and SP identifiers and set the credentials duration to one hour:

View File

@@ -4,11 +4,11 @@
> Wizard, SSO, Resource Autocompletion, and YAML options are v2 only.
> More information: <https://aws.amazon.com/cli>.
- Configure the AWS Command Line:
- Configure the AWS Command-line:
`aws configure wizard`
- Configure the AWS Command Line using SSO:
- Configure the AWS Command-line using SSO:
`aws configure sso`

View File

@@ -1,6 +1,6 @@
# awslogs
> Queries groups, streams and events from Amazon Cloudwatch logs.
> Queries groups, streams and events from Amazon CloudWatch logs.
> More information: <https://github.com/jorgebastida/awslogs>.
- List log groups:
@@ -15,7 +15,7 @@
`awslogs get {{/var/log/syslog}} --start='{{2h ago}}' --end='{{1h ago}}'`
- Get logs that match a specific Cloudwatch Logs Filter pattern:
- Get logs that match a specific CloudWatch Logs Filter pattern:
`awslogs get {{/aws/lambda/my_lambda_group}} --filter-pattern='{{ERROR}}'`

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 from the command-line.
> More information: <https://www.balena.io/docs/reference/cli/>.
- Log in to the balenaCloud account:

View File

@@ -1,6 +1,6 @@
# bash
> Bourne-Again SHell, an `sh`-compatible command line interpreter.
> Bourne-Again SHell, an `sh`-compatible command-line interpreter.
> See also `histexpand` for history expansion.
> More information: <https://gnu.org/software/bash/>.

View File

@@ -1,6 +1,6 @@
# blackfire
> A command line profiling tool for PHP.
> A command-line profiling tool for PHP.
> More information: <https://blackfire.io>.
- Initialise and configure the Blackfire client:

View File

@@ -1,6 +1,6 @@
# bosh
> Command line tool to deploy and manage the bosh director.
> Command-line tool to deploy and manage the bosh director.
> More information: <https://bosh.io/docs/cli-v2/>.
- Create local alias for director:

View File

@@ -1,6 +1,6 @@
# buzzphrase
> Node.js command line tool to output a random buzzphrase.
> Node.js command-line tool to output a random buzzphrase.
> More information: <https://github.com/atomantic/buzzphrase>.
- Generate a string of three random phrases containing an adjective, a past tense verb and a plural noun:

View File

@@ -1,6 +1,6 @@
# cabal
> Command line interface to the Haskell package infrastructure (Cabal).
> Command-line interface to the Haskell package infrastructure (Cabal).
> Manage Haskell projects and Cabal packages from the Hackage package repository.
> More information: <https://cabal.readthedocs.io/en/latest/intro.html>.

View File

@@ -1,6 +1,6 @@
# cake
> The command line processor for the CakePHP framework.
> The command-line processor for the CakePHP framework.
> More information: <https://cakephp.org>.
- Display basic information about the current app and available commands:

View File

@@ -1,11 +1,10 @@
# calibre-server
> A server application that can be used to distribute ebooks over a network.
> Ebooks must be imported into the library using the GUI or calibredb before.
> Part of the Calibre ebook library.
> A server application that can be used to distribute e-books over a network.
> Note: e-books must already be imported into the library using the GUI or the `calibredb` CLI.
> More information: <https://manual.calibre-ebook.com/generated/en/calibre-server.html>.
- Start a server to distribute ebooks. Access at http://localhost:8080:
- Start a server to distribute e-books. Access at http://localhost:8080:
`calibre-server`

View File

@@ -1,29 +1,29 @@
# calibredb
> Tool to manipulate the your ebook database.
> Part of the Calibre ebook library.
> Tool to manipulate the your e-book database.
> Part of the Calibre e-book library.
> More information: <https://manual.calibre-ebook.com/generated/en/calibredb.html>.
- List ebooks in the library with additional information:
- List e-books in the library with additional information:
`calibredb list`
- Search for ebooks displaying additional information:
- Search for e-books displaying additional information:
`calibredb list --search {{search_term}}`
- Search for just ids of ebooks:
- Search for just ids of e-books:
`calibredb search {{search_term}}`
- Add one or more ebooks to the library:
- Add one or more e-books to the library:
`calibredb add {{file1 file2 …}}`
- Recursively add all ebooks under a directory to the library:
- Recursively add all e-books under a directory to the library:
`calibredb add -r {{path/to/directory}}`
- Remove one or more ebooks from the library. You need ebook-ids (see above):
- Remove one or more e-books from the library. You need the e-book IDs (see above):
`calibredb remove {{id1 id2 …}}`

View File

@@ -1,6 +1,6 @@
# cf
> Command line tool to manage apps and services on Cloud Foundry.
> Command-line tool to manage apps and services on Cloud Foundry.
> More information: <https://docs.cloudfoundry.org>.
- Push an app using the default settings:

View File

@@ -1,6 +1,6 @@
# clamscan
> A command line virus scanner.
> A command-line virus scanner.
> More information: <https://www.clamav.net>.
- Scan a file for vulnerabilities:

View File

@@ -1,6 +1,6 @@
# clockwork-cli
> A command line interface for the Clockwork PHP debugging framework.
> A command-line interface for the Clockwork PHP debugging framework.
> More information: <https://github.com/ptrofimov/clockwork-cli>.
- Monitor Clockwork logs for the current project:

View File

@@ -1,6 +1,6 @@
# cloudflared
> Command line tool to create a persistent connection to the Cloudflare network.
> Command-line tool to create a persistent connection to the Cloudflare network.
> More information: <https://developers.cloudflare.com/argo-tunnel/>.
- Authenticate and associate the connection to a domain in the Cloudflare account:

View File

@@ -3,7 +3,7 @@
> Converts CommonMark Markdown formatted text to other formats.
> More information: <https://github.com/commonmark/cmark>.
- Render a Commonmark Markdown file to HTML:
- Render a CommonMark Markdown file to HTML:
`cmark --to html {{filename.md}}`
@@ -15,6 +15,6 @@
`cmark --smart --to html {{filename.md}}`
- Validate utf8 characters:
- Validate UTF-8 characters:
`cmark --validate-utf8 {{filename.md}}`

View File

@@ -15,6 +15,6 @@
`cmatrix -r`
- Set screen update delay to 2 centiseconds:
- Set screen update delay to 2 centiseconds (20 milliseconds):
`cmatrix -u {{2}}`

View File

@@ -1,6 +1,6 @@
# conan
> The open source, decentralized and multi-platform package manager to create and share all your native binaries.
> The open source, decentralized and cross-platform package manager to create and share all your native binaries.
> More information: <https://conan.io/>.
- Install packages based on `conanfile.txt`:

View File

@@ -1,6 +1,6 @@
# convert
> Imagemagick image conversion tool.
> ImageMagick image conversion tool.
> More information: <https://imagemagick.org/script/convert.php>.
- Convert an image from JPG to PNG:

View File

@@ -3,7 +3,7 @@
> Markdown test specification runner.
> More information: <https://github.com/chonla/cotton>.
- Use a specific base url:
- Use a specific base URL:
`cotton -u {{base_url}} {{file}}.md`

View File

@@ -1,6 +1,6 @@
# couchdb
> Command line interface for Apache CouchDB database server.
> Command-line interface for Apache CouchDB database server.
> More information: <https://couchdb.apache.org>.
- Start couchdb:

View File

@@ -1,6 +1,6 @@
# deluge
> A command line BitTorrent client.
> A command-line BitTorrent client.
> More information: <https://deluge-torrent.org>.
- Download a torrent:

View File

@@ -1,6 +1,6 @@
# dotnet
> Cross platform .NET command line tools for .NET Core.
> Cross platform .NET command-line tools for .NET Core.
> More information: <https://docs.microsoft.com/dotnet/core/tools>.
- Initialize a new .NET project:

View File

@@ -1,13 +1,13 @@
# ebook-convert
> Can be used to convert ebooks between common formats, e.g., pdf, epub and mobi.
> Part of the Calibre ebook library tool.
> Can be used to convert e-books between common formats, e.g., pdf, epub and mobi.
> Part of the Calibre e-book library tool.
> More information: <https://manual.calibre-ebook.com/generated/en/ebook-convert.html>.
- Convert an ebook into another format:
- Convert an e-book into another format:
`ebook-convert {{source}} {{destination}}`
- Convert Markdown or HTML to ebook with TOC, title and author:
- Convert Markdown or HTML to e-book with TOC, title and author:
`ebook-convert {{source}} {{destination}} --level1-toc="//h:h1" --level2-toc="//h:h2" --level3-toc="//h:h3" --title={{title}} --authors={{author}}`

View File

@@ -1,6 +1,6 @@
# electron-packager
> A tool used to build Electron app executables for Windows, Linux and MacOS.
> A tool used to build Electron app executables for Windows, Linux and macOS.
> Requires a valid package.json in the application directory.
> More information: <https://github.com/electron/electron-packager>.
@@ -16,6 +16,6 @@
`electron-packager "{{path/to/app}}" "{{app_name}}" --platform="{{linux}}" --arch="{{x64}}"`
- Package an application for ARM MacOS:
- Package an application for ARM macOS:
`electron-packager "{{path/to/app}}" "{{app_name}}" --platform="{{darwin}}" --arch="{{arm64}}"`

View File

@@ -15,7 +15,7 @@
`elm make {{source}}`
- Compile an Elm file, output the result to a Javascript file:
- Compile an Elm file, output the result to a JavaScript file:
`elm make {{source}} --output={{destination}}.js`

View File

@@ -19,6 +19,6 @@
`emacsclient -c {{filename}}`
- Eval command in a new emacs frame:
- Evaluate command in a new emacs frame:
`emacsclient -c -e '({{command}})'`

View File

@@ -1,6 +1,6 @@
# ember
> The Ember.js command line utility.
> The Ember.js command-line utility.
> Used for creating and maintaining Ember.js applications.
> More information: <https://cli.emberjs.com>.

View File

@@ -1,6 +1,6 @@
# emulator
> Manager Android emulators from the command line.
> Manager Android emulators from the command-line.
> More information: <https://developer.android.com/studio/run/emulator-commandline>.
- Display the help:

View File

@@ -7,7 +7,7 @@
`etcd`
- Start a single-node etcd cluster, listening for client requests on a custom url:
- Start a single-node etcd cluster, listening for client requests on a custom URL:
`etcd --advertise-client-urls {{http://127.0.0.1:1234}} --listen-client-urls {{http://127.0.0.1:1234}}`

View File

@@ -1,7 +1,6 @@
# etcdctl
> CLI interface for interacting with `etcd`, a highly-available key-value pair store.
> Etcd stores data in hierarchically organized directories, as in a standard filesystem.
> CLI interface for interacting with etcd, a highly-available key-value pair store.
> More information: <https://etcd.io/docs/latest/dev-guide/interacting_v3/>.
- Display the value associated with a specified key:

View File

@@ -15,7 +15,7 @@
`expose --subdomain={{subdomain}}`
- Share a local url:
- Share a local URL:
`expose share {{url}}`

View File

@@ -1,7 +1,7 @@
# fdroid
> F-Droid build tool.
> F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform.
> F-Droid is an installable catalog of FOSS (Free and Open Source Software) applications for the Android platform.
> More information: <https://f-droid.org/>.
- Build a specific app:

View File

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

View File

@@ -1,6 +1,6 @@
# fin
> Docksal command line utility.
> Docksal command-line utility.
> More information: <https://docs.docksal.io/fin/fin/>.
- Start the project in the current directory:

View File

@@ -15,7 +15,7 @@
`finger -s`
- Produce multi-line output format displaying same information as `-s` as well as user's home directory, home phone number, login shell, mail status, etc.:
- Produce multiline output format displaying same information as `-s` as well as user's home directory, home phone number, login shell, mail status, etc.:
`finger -l`

View File

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

View File

@@ -1,6 +1,6 @@
# fly
> Command line tool for concourse-ci.
> Command-line tool for concourse-ci.
> More information: <https://concourse-ci.org/fly.html>.
- Authenticate with and save concourse target:

View File

@@ -1,6 +1,6 @@
# fzf
> Command line fuzzy finder.
> Command-line fuzzy finder.
> More information: <https://github.com/junegunn/fzf>.
- Start finder on all files from arbitrary locations:

View File

@@ -1,6 +1,6 @@
# gcalcli
> Command line tool to interact with Google Calendar.
> Command-line tool to interact with Google Calendar.
> Requests Google API authorization upon first launch.
> More information: <https://github.com/insanum/gcalcli>.

View File

@@ -1,6 +1,6 @@
# gdrive
> Command line tool to interact with Google Drive.
> Command-line tool to interact with Google Drive.
> Folder/file id can be obtained from the Google Drive folder or id url.
> More information: <https://github.com/gdrive-org/gdrive>.

View File

@@ -1,6 +1,6 @@
# geth
> The go-ethereum command line interface.
> The go-ethereum command-line interface.
> More information: <https://geth.ethereum.org>.
- Connect to the main Ethereum network and automatically download the full node:

View File

@@ -1,6 +1,6 @@
# gh alias
> Manage GitHub CLI command aliases from the command line.
> Manage GitHub CLI command aliases from the command-line.
> More information: <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 from the command-line.
> 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 on the command-line.
> 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
> Manage GitHub issues from the command line.
> Manage GitHub issues from the command-line.
> More information: <https://cli.github.com/manual/gh_issue>.
- Print out the issue:

View File

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

View File

@@ -1,6 +1,6 @@
# gh release
> Manage GitHub releases from the command line.
> Manage GitHub releases from the command-line.
> 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 on the command-line.
> 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
> Manage GitHub secrets from the command line.
> Manage GitHub secrets from the command-line.
> 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 from the command-line.
> 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 from the command-line.
> More information: <https://cli.github.com/>.
- Clone a GitHub repository locally:

View File

@@ -16,7 +16,7 @@
`git ls-remote --tags`
- Show all references from a remote repository based on name or url:
- Show all references from a remote repository based on name or URL:
`git ls-remote {{repository_url}}`

View File

@@ -31,6 +31,6 @@
`git show-branch --sha1-name --current {{current|branch_name|ref}}`
- Keep going a given number of commits past the common ancester:
- Keep going a given number of commits past the common ancestor:
`git show-branch --more {{5}} {{commit|branch_name|ref}} {{commit|branch_name|ref}} {{...}}`

View File

@@ -1,6 +1,6 @@
# github-label-sync
> A command line interface for synchronising GitHub labels.
> A command-line interface for synchronising GitHub labels.
> More information: <https://npmjs.com/package/github-label-sync>.
- Synchronise labels using a local `labels.json` file:

View File

@@ -1,6 +1,6 @@
# gitmoji
> An interactive command line tool for using emojis on commits.
> An interactive command-line tool for using emojis on commits.
> More information: <https://github.com/carloscuesta/gitmoji-cli>.
- Start the commit wizard:

View File

@@ -1,6 +1,6 @@
# glab
> GitLab CLI tool to help working with GitLab from the command line.
> GitLab CLI tool to help working with GitLab from the command-line.
> More information: <https://clementsam.tech/glab/>.
- Create a merge request:

View File

@@ -1,6 +1,6 @@
# googler
> Search Google from command line.
> Search Google from command-line.
> More information: <https://github.com/jarun/googler>.
- Search Google for a keyword:

View File

@@ -1,6 +1,6 @@
# grex
> Simple command line tool to generate regular expressions.
> Simple command-line tool to generate regular expressions.
> More information: <https://github.com/pemistahl/grex>.
- Generate a simple regular expression:
@@ -15,7 +15,7 @@
`grex -d {{space_separated_strings}}`
- Replace unicode word character with '\w':
- Replace Unicode word character with '\w':
`grex -w {{space_separated_strings}}`

View File

@@ -1,13 +1,13 @@
# hangups
> Third party command line client for Google Hangouts.
> Third party command-line client for Google Hangouts.
> More information: <https://github.com/tdryer/hangups>.
- Start hangups:
`hangups`
- View troubeshooting information and help:
- View troubleshooting information and help:
`hangups -h`

View File

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

View File

@@ -1,6 +1,6 @@
# hg
> A command line interface for Mercurial, a distributed source control management system.
> A command-line interface for Mercurial, a distributed source control management system.
> See `hg-add`, `hg-commit` and other pages for additional information.
> More information: <https://www.mercurial-scm.org>.

View File

@@ -1,6 +1,6 @@
# history
> Command Line history.
> Command-line history.
> More information: <https://www.gnu.org/software/bash/manual/html_node/Bash-History-Builtins.html>.
- Display the commands history list with line numbers:

View File

@@ -1,6 +1,6 @@
# hsd-cli
> The command line REST tool for the Handshake blockchain.
> The command-line REST tool for the Handshake blockchain.
> More information: <https://handshake.org>.
- Retrieve information about the current server:

View File

@@ -1,6 +1,6 @@
# hsw-cli
> The command line REST tool for the Handshake wallet.
> The command-line REST tool for the Handshake wallet.
> More information: <https://npmjs.com/package/hs-client>.
- Unlock the current wallet (timeout in seconds):

View File

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

View File

@@ -1,6 +1,6 @@
# httpflow
> A command line utility to capture and dump HTTP streams.
> A command-line utility to capture and dump HTTP streams.
> More information: <https://github.com/six-ddc/httpflow>.
- Capture traffic on all interfaces:
@@ -11,7 +11,7 @@
`httpflow {{host httpbin.org or host baidu.com}}`
- Use a regular expression to filter requests by urls:
- Use a regular expression to filter requests by URLs:
`httpflow -u '{{regular_expression}}'`

View File

@@ -3,7 +3,7 @@
> Measure the latency and throughput of a web server.
> More information: <https://www.vanheusden.com/httping>.
- Ping the specified url:
- Ping the specified URL:
`httping -g {{url}}`

View File

@@ -1,6 +1,6 @@
# ibmcloud
> A command line tool for managing IBM Cloud apps and services.
> A command-line tool for managing IBM Cloud apps and services.
> More information: <https://cloud.ibm.com/docs/cli?topic=cli-ibmcloud_cli>.
- Update `ibmcloud` to the latest version:

View File

@@ -1,6 +1,6 @@
# identify
> Command line utility of Image Magick project to describe the format and characteristics of one or more image files.
> Command-line utility of Image Magick project to describe the format and characteristics of one or more image files.
> More information: <https://imagemagick.org/script/identify.php>.
- Collect dimensions of all jpeg files under current directory:

View File

@@ -11,6 +11,6 @@
`indent --gnu-style {{path/to/source.c}} -o {{path/to/indented_source.c}}`
- Format C/C++ source according to the style of Kernigan & Ritchie (K&R), no tabs, 3 spaces per indent, and wrap lines at 120 characters:
- Format C/C++ source according to the style of Kernighan & Ritchie (K&R), no tabs, 3 spaces per indent, and wrap lines at 120 characters:
`indent --k-and-r-style --indent-level3 --no-tabs --line-length120 {{path/to/source.c}} -o {{path/to/indented_source.c}}`

View File

@@ -1,6 +1,6 @@
# jenv
> Command line tool to manage the "JAVA_HOME" environment variable.
> Command-line tool to manage the "JAVA_HOME" environment variable.
> More information: <https://www.jenv.be/>.
- Add a java version to jEnv:

View File

@@ -1,6 +1,6 @@
# jrnl
> A simple journal application for your command line.
> A simple journal application for your command-line.
> More information: <http://jrnl.sh>.
- Insert a new entry with your editor:

View File

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

View File

@@ -23,7 +23,7 @@
`k6 run --discard-response-bodies {{script.js}}`
- Run load test locally using the base javascript compatibility mode (significantly faster):
- Run load test locally using the base JavaScript compatibility mode (significantly faster):
`k6 run --compatibility-mode=base {{script.js}}`

View File

@@ -1,6 +1,6 @@
# k8s-unused-secret-detector
> Command line interface tool for detecting unused Kubernetes secrets.
> Command-line interface tool for detecting unused Kubernetes secrets.
> More information: <https://github.com/dtan4/k8s-unused-secret-detector>.
- Detect unused secrets:

View File

@@ -1,6 +1,6 @@
# k8sec
> Command line interface tool to manage Kubernetes secrets.
> Command-line interface tool to manage Kubernetes secrets.
> More information: <https://github.com/dtan4/k8sec>.
- List all secrets:

View File

@@ -1,6 +1,6 @@
# khal
> A text-based calendar and scheduling application for the command line.
> A text-based calendar and scheduling application for the command-line.
> More information: <https://lostpackets.de/khal>.
- Start khal on interactive mode:

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 from the command-line.
> More information: <https://github.com/kubernetes/kops/>.
- Create a cluster from the configuration specification:

View File

@@ -1,6 +1,6 @@
# ksh
> Korn Shell, a Bash-compatible command line interpreter.
> Korn Shell, a Bash-compatible command-line interpreter.
> See also `histexpand` for history expansion.
> More information: <http://kornshell.com>.

View File

@@ -1,6 +1,6 @@
# kube-fzf
> Shell commands for command line fuzzy searching of Kubernetes Pods.
> Shell commands for command-line fuzzy searching of Kubernetes Pods.
> See also `kubectl` for related commands.
> More information: <https://github.com/thecasualcoder/kube-fzf>.

View File

@@ -1,6 +1,6 @@
# kubeadm
> Command line interface for creating and managing Kubernetes clusters.
> Command-line interface for creating and managing Kubernetes clusters.
> More information: <https://kubernetes.io/docs/reference/setup-tools/kubeadm>.
- Create a Kubernetes master node:

View File

@@ -1,6 +1,6 @@
# kubectl
> Command line interface for running commands against Kubernetes clusters.
> Command-line interface for running commands against Kubernetes clusters.
> See also `kubectl describe` and other pages for additional information.
> More information: <https://kubernetes.io/docs/reference/kubectl/>.

View File

@@ -15,6 +15,6 @@
`kustomize edit set image {{busybox=alpine:3.6}}`
- Search for kubernetes resources in the current directory to be added to the kustomization file:
- Search for Kubernetes resources in the current directory to be added to the kustomization file:
`kustomize create --autodetect`

View File

@@ -1,6 +1,6 @@
# laravel-zero
> A command line installer for the Laravel Zero framework.
> A command-line installer for the Laravel Zero framework.
> More information: <https://laravel-zero.com>.
- Create a new Laravel Zero application:

View File

@@ -1,6 +1,6 @@
# laravel
> A command line installer for the Laravel framework.
> A command-line installer for the Laravel framework.
> More information: <https://laravel.com>.
- Create a new Laravel application:

View File

@@ -4,11 +4,11 @@
> Automatically does multiple runs when needed.
> More information: <https://mg.readthedocs.io/latexmk.html>.
- Compile a dvi (DeVice Independent file) document from every source:
- Compile a DVI (Device Independent file) document from every source:
`latexmk`
- Compile a dvi document from a specific source file:
- Compile a DVI document from a specific source file:
`latexmk {{source.tex}}`

View File

@@ -1,6 +1,6 @@
# lein
> Manage clojure projects with declarative configuration.
> Manage Clojure projects with declarative configuration.
> More information: <https://leiningen.org>.
- Generate scaffolding for a new project based on a template:

View File

@@ -1,6 +1,6 @@
# linkchecker
> Command line client to check HTML documents and websites for broken links.
> Command-line client to check HTML documents and websites for broken links.
> More information: <https://linkchecker.github.io/linkchecker/>.
- Find broken links on https://example.com/:

View File

@@ -1,6 +1,6 @@
# lmms
> Free, open source, multiplatform digital audio workstation.
> Free, open source, cross-platform digital audio workstation.
> Render a `.mmp` or `.mmpz` project file, dump a `.mmpz` as XML, or start the GUI.
> More information: <https://lmms.io>.

View File

@@ -1,7 +1,7 @@
# logstash
> An ETL (extract, transform and load) tool.
> Commonly used to load data from various sources, like databases and log files, into elasticsearch.
> An Elasticsearch ETL (extract, transform and load) tool.
> Commonly used to load data from various sources (such as databases and log files) into Elasticsearch.
> More information: <https://www.elastic.co/products/logstash>.
- Check validity of a logstash configuration:

View File

@@ -1,6 +1,6 @@
# lpass
> Command line interface for the LastPass password manager.
> Command-line interface for the LastPass password manager.
> More information: <https://github.com/lastpass/lastpass-cli>.
- Log in to your LastPass account, by entering your master password when prompted:

View File

@@ -1,6 +1,6 @@
# lumen
> A command line installer for the Lumen micro-framework.
> A command-line installer for the Lumen micro-framework.
> More information: <https://lumen.laravel.com>.
- Create a new Lumen application:

View File

@@ -3,7 +3,7 @@
> The command operates on the user's mailbox if no argument is given.
> To send an email the message body is built from standard input.
- Send a typed email message. The command line below continues after pressing Enter key. Input CC email-id (optional) press Enter key. Input message text (can be multi-line). Press Ctrl-D key to complete the message text:
- Send a typed email message. The command-line below continues after pressing Enter key. Input CC email-id (optional) press Enter key. Input message text (can be multiline). Press Ctrl-D key to complete the message text:
`mail --subject="{{subject line}}" {{to_user@example.com}}`

View File

@@ -1,6 +1,6 @@
# meshlabserver
> Command line interface for the MeshLab 3D mesh processing software.
> Command-line interface for the MeshLab 3D mesh processing software.
- Convert an STL file to an OBJ file:

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