mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
common/*: reduce usage of "command-line" (part 1) (#16949)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# asdf
|
||||
|
||||
> Command-line interface for managing versions of different packages.
|
||||
> Manage versions of different packages.
|
||||
> More information: <https://asdf-vm.com/manage/commands.html>.
|
||||
|
||||
- List all available plugins:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# buku
|
||||
|
||||
> Command-line browser-independent bookmark manager.
|
||||
> Browser-independent bookmark manager.
|
||||
> More information: <https://github.com/jarun/Buku#usage>.
|
||||
|
||||
- Display all bookmarks matching "keyword" and with "privacy" tag:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# clamscan
|
||||
|
||||
> A command-line virus scanner.
|
||||
> A virus scanner.
|
||||
> More information: <https://docs.clamav.net/manual/Usage/Scanning.html#clamscan>.
|
||||
|
||||
- Scan a file for vulnerabilities:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# crictl
|
||||
|
||||
> Command-line for CRI-compatible container runtimes.
|
||||
> Manage CRI-compatible container runtimes.
|
||||
> More information: <https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md>.
|
||||
|
||||
- List all kubernetes pods (Ready and NotReady):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# deluge
|
||||
|
||||
> A command-line BitTorrent client.
|
||||
> A BitTorrent client.
|
||||
> More information: <https://manned.org/deluge>.
|
||||
|
||||
- Download a torrent:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# drush
|
||||
|
||||
> A command-line shell and scripting interface for Drupal.
|
||||
> Shell and scripting interface for Drupal.
|
||||
> More information: <https://www.drush.org/latest/usage/>.
|
||||
|
||||
- Enable module "foo":
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# duckdb
|
||||
|
||||
> Command-line client for DuckDB, an in-process analytical SQL engine.
|
||||
> Client for DuckDB, an in-process analytical SQL engine.
|
||||
> More information: <https://duckdb.org>.
|
||||
|
||||
- Start an interactive shell with a transient in-memory database:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# fin
|
||||
|
||||
> Docksal command-line utility.
|
||||
> Docksal utility.
|
||||
> More information: <https://docs.docksal.io/fin/fin/>.
|
||||
|
||||
- Start the project in the current directory:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# fly
|
||||
|
||||
> Command-line tool for concourse-ci.
|
||||
> Tool for concourse-ci.
|
||||
> More information: <https://concourse-ci.org/fly.html>.
|
||||
|
||||
- Authenticate with and save concourse target:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# fzf
|
||||
|
||||
> Command-line fuzzy finder.
|
||||
> Fuzzy finder.
|
||||
> Similar to `sk`.
|
||||
> More information: <https://github.com/junegunn/fzf>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# gnmic
|
||||
|
||||
> A gNMI command-line client.
|
||||
> A gNMI client.
|
||||
> Manage gNMI network device configuration and view operational data.
|
||||
> More information: <https://gnmic.kmrd.dev>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# googler
|
||||
|
||||
> Search Google from command-line.
|
||||
> Search Google from the command-line.
|
||||
> More information: <https://github.com/jarun/googler>.
|
||||
|
||||
- Search Google for a keyword:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# hyperfine
|
||||
|
||||
> A command-line benchmarking tool.
|
||||
> A benchmarking tool.
|
||||
> More information: <https://github.com/sharkdp/hyperfine/>.
|
||||
|
||||
- Run a basic benchmark, performing at least 10 runs:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# influx
|
||||
|
||||
> InfluxDB v1 command-line client.
|
||||
> InfluxDB v1 client.
|
||||
> More information: <https://docs.influxdata.com/influxdb/v1/tools/influx-cli/use-influx-cli/>.
|
||||
|
||||
- Connect to an InfluxDB running on localhost with no credentials:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# kubectl
|
||||
|
||||
> Command-line interface for running commands against Kubernetes clusters.
|
||||
> Run commands against Kubernetes clusters.
|
||||
> Some subcommands such as `run` have their own usage documentation.
|
||||
> More information: <https://kubernetes.io/docs/reference/kubectl/>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# laravel
|
||||
|
||||
> A command-line installer for the Laravel framework.
|
||||
> Installer for the Laravel framework.
|
||||
> More information: <https://laravel.com/docs/installation>.
|
||||
|
||||
- Create a new Laravel application:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# lpass
|
||||
|
||||
> Command-line interface for the LastPass password manager.
|
||||
> Interface for the LastPass password manager.
|
||||
> More information: <https://lastpass.github.io/lastpass-cli/lpass.1.html>.
|
||||
|
||||
- Log in to your LastPass account, by entering your master password when prompted:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# mdp
|
||||
|
||||
> A command-line based tool to make presentations from Markdown files.
|
||||
> Make presentations from Markdown files.
|
||||
> More information: <https://manned.org/mdp>.
|
||||
|
||||
- Launch a presentation in the terminal from a Markdown file:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# mysql
|
||||
|
||||
> The MySQL command-line tool.
|
||||
> The MySQL tool.
|
||||
> More information: <https://www.mysql.com/>.
|
||||
|
||||
- Connect to a database:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# mysqlsh
|
||||
|
||||
> Advanced command-line client for MySQL, supporting SQL, JavaScript, and Python.
|
||||
> Advanced client for MySQL, supporting SQL, JavaScript, and Python.
|
||||
> It offers features for managing InnoDB clusters and document store collections.
|
||||
> More information: <https://dev.mysql.com/doc/mysql-shell/en/mysql-shell-commands.html>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# neomutt
|
||||
|
||||
> NeoMutt command-line email client.
|
||||
> NeoMutt email client.
|
||||
> More information: <https://neomutt.org/guide/reference.html>.
|
||||
|
||||
- Open the specified mailbox:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# pio account
|
||||
|
||||
> Manage your PlatformIO account in the command-line.
|
||||
> Manage your PlatformIO account.
|
||||
> More information: <https://docs.platformio.org/en/latest/core/userguide/account/>.
|
||||
|
||||
- Register a new PlatformIO account:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# psql
|
||||
|
||||
> PostgreSQL command-line client.
|
||||
> PostgreSQL client.
|
||||
> More information: <https://www.postgresql.org/docs/current/app-psql.html>.
|
||||
|
||||
- Connect to the database. By default, it connects to the local socket using port 5432 with the currently logged in user:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# qalc
|
||||
|
||||
> Powerful and easy to use command-line calculator.
|
||||
> Powerful and easy to use calculator.
|
||||
> See also: `bc`.
|
||||
> More information: <https://qalculate.github.io/manual/qalc.html>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# raco
|
||||
|
||||
> Racket command-line tools.
|
||||
> Racket tools.
|
||||
> More information: <https://docs.racket-lang.org/raco/>.
|
||||
|
||||
- Install a package, automatically installing dependencies:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# react-native start
|
||||
|
||||
> Command-line tools to start the React Native server.
|
||||
> Start the React Native server.
|
||||
> More information: <https://github.com/facebook/react-native/tree/main/packages/community-cli-plugin#start>.
|
||||
|
||||
- Start the server that communicates with connected devices:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# sqlite-utils
|
||||
|
||||
> Command-line tool used to manipulate SQLite databases in a number of different ways.
|
||||
> Manipulate SQLite databases in a number of different ways.
|
||||
> More information: <https://sqlite-utils.datasette.io/en/stable/cli.html>.
|
||||
|
||||
- Create a database:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# sqlite3
|
||||
|
||||
> The command-line interface to SQLite 3, which is a self-contained file-based embedded SQL engine.
|
||||
> Interface to SQLite 3, which is a self-contained file-based embedded SQL engine.
|
||||
> More information: <https://sqlite.org/cli.html>.
|
||||
|
||||
- Start an interactive shell with a new database:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# sqlx
|
||||
|
||||
> Command-line utility for SQLx, the Rust SQL toolkit.
|
||||
> Utility for SQLx, the Rust SQL toolkit.
|
||||
> More information: <https://github.com/launchbadge/sqlx/blob/main/sqlx-cli/README.md>.
|
||||
|
||||
- Create the database specified in the DATABASE_URL environment variable:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# trans
|
||||
|
||||
> Translate Shell is a command-line translator.
|
||||
> Translate Shell, a command-line translator.
|
||||
> More information: <https://github.com/soimort/translate-shell>.
|
||||
|
||||
- Translate a word (language is detected automatically):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# vegeta
|
||||
|
||||
> A command-line utility and a library for HTTP load testing.
|
||||
> A utility and a library for HTTP load testing.
|
||||
> See also `ab`.
|
||||
> More information: <https://github.com/tsenart/vegeta>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# vela
|
||||
|
||||
> Command-line tools for the Vela pipeline.
|
||||
> Tools for the Vela pipeline.
|
||||
> More information: <https://go-vela.github.io/docs/reference/cli/>.
|
||||
|
||||
- Trigger a pipeline to run from a Git branch, commit or tag:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# vt
|
||||
|
||||
> Command-line interface for VirusTotal.
|
||||
> Interface for VirusTotal.
|
||||
> API key from a VirusTotal account is required for this command.
|
||||
> More information: <https://github.com/VirusTotal/vt-cli>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# web-ext
|
||||
|
||||
> A command-line tool for managing web extension development.
|
||||
> Manage web extension development.
|
||||
> More information: <https://github.com/mozilla/web-ext>.
|
||||
|
||||
- Run the web extension in the current directory in Firefox:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# webtorrent
|
||||
|
||||
> The command-line interface for WebTorrent.
|
||||
> The interface for WebTorrent.
|
||||
> Supports magnets, URLs, info hashes and `.torrent` files.
|
||||
> More information: <https://github.com/webtorrent/webtorrent-cli>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# weechat
|
||||
|
||||
> Command-line internet relay chat client with various features.
|
||||
> Internet relay chat client with various features.
|
||||
> More information: <https://weechat.org/doc>.
|
||||
|
||||
- Start WeeChat:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# whois
|
||||
|
||||
> Command-line client for the WHOIS (RFC 3912) protocol.
|
||||
> Client for the WHOIS (RFC 3912) protocol.
|
||||
> More information: <https://manned.org/whois>.
|
||||
|
||||
- Get information about a domain name:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# wikit
|
||||
|
||||
> A command-line program for getting Wikipedia summaries easily.
|
||||
> Easily get Wikipedia summaries.
|
||||
> More information: <https://github.com/KorySchneider/wikit>.
|
||||
|
||||
- Show a short summary of a specific topic on Wikipedia:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# wkhtmltopdf
|
||||
|
||||
> An open-source command-line tool to convert HTML documents or web pages into PDF files.
|
||||
> Convert HTML documents or web pages into PDF files.
|
||||
> More information: <https://wkhtmltopdf.org/>.
|
||||
|
||||
- Convert a HTML document into PDF:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# wordgrinder
|
||||
|
||||
> Command-line word processor.
|
||||
> Word processor.
|
||||
> More information: <https://cowlark.com/wordgrinder>.
|
||||
|
||||
- Start WordGrinder (loads a blank document by default):
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# wp
|
||||
|
||||
> The official command-line interface to manage WordPress instances.
|
||||
> The official interface to manage WordPress instances.
|
||||
> More information: <https://wp-cli.org/>.
|
||||
|
||||
- Print information about the operating system, shell, PHP, and WP-CLI (`wp`) installation:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# wrangler
|
||||
|
||||
> Cloudflare Workers command-line tool.
|
||||
> Cloudflare Workers tool.
|
||||
> More information: <https://developers.cloudflare.com/workers/wrangler/commands/>.
|
||||
|
||||
- Initialize a project with a skeleton configuration:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# xmlstarlet
|
||||
|
||||
> A command-line XML/XSLT toolkit.
|
||||
> A XML/XSLT toolkit.
|
||||
> Note: You will likely need to know XPath: <https://developer.mozilla.org/en-US/docs/Web/XPath>.
|
||||
> More information: <https://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# xsv
|
||||
|
||||
> A CSV command-line toolkit written in Rust.
|
||||
> A CSV toolkit written in Rust.
|
||||
> More information: <https://github.com/BurntSushi/xsv>.
|
||||
|
||||
- Inspect the headers of a file:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# yolo
|
||||
|
||||
> The YOLO command-line interface lets you simply train, validate or infer models on various tasks and versions.
|
||||
> Train, validate or infer models on various tasks and versions.
|
||||
> More information: <https://docs.ultralytics.com/cli/>.
|
||||
|
||||
- Create a copy of the default configuration in your current working directory:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# yq
|
||||
|
||||
> A lightweight and portable command-line YAML processor.
|
||||
> A lightweight and portable YAML processor.
|
||||
> More information: <https://mikefarah.gitbook.io/yq/>.
|
||||
|
||||
- Output a YAML file, in pretty-print format (v4+):
|
||||
|
||||
Reference in New Issue
Block a user