mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
*: add oxford comma and minor fixes part 3 (#20064)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# adb shell pm list
|
||||
|
||||
> List users, packages, permissions, instrumentation, permission groups, features and libraries managed by the package manager.
|
||||
> List users, packages, permissions, instrumentation, permission groups, features, and libraries managed by the package manager.
|
||||
> More information: <https://developer.android.com/tools/adb>.
|
||||
|
||||
- List all installed packages:
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
> Part of Aircrack-ng network software suite.
|
||||
> More information: <https://www.aircrack-ng.org/doku.php?id=aireplay-ng>.
|
||||
|
||||
- Send a specific number of disassociate packets given an access point's MAC address, a client's MAC address and an interface:
|
||||
- Send a specific number of disassociate packets given an access point's MAC address, a client's MAC address, and an interface:
|
||||
|
||||
`sudo aireplay-ng --deauth {{count}} --bssid {{ap_mac}} --dmac {{client_mac}} {{interface}}`
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# alr
|
||||
|
||||
> Ada package manager.
|
||||
> Manage Ada toolchains, dependencies, tools and libraries.
|
||||
> Manage Ada toolchains, dependencies, tools, and libraries.
|
||||
> More information: <https://alire.ada.dev/docs/#first-steps>.
|
||||
|
||||
- Create a binary or library project:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# archwiki-rs
|
||||
|
||||
> Read, search and download pages from the ArchWiki.
|
||||
> Read, search, and download pages from the ArchWiki.
|
||||
> More information: <https://gitlab.com/lucifayr/archwiki-rs>.
|
||||
|
||||
- Read a page from the ArchWiki:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# atoum
|
||||
|
||||
> A simple, modern and intuitive unit testing framework for PHP.
|
||||
> A simple, modern, and intuitive unit testing framework for PHP.
|
||||
> More information: <https://atoum.readthedocs.io/en/latest/option_cli.html>.
|
||||
|
||||
- Initialize a configuration file:
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
`atuin search {{command}}`
|
||||
|
||||
- Register an account on the default sync server using the specified username, email and password:
|
||||
- Register an account on the default sync server using the specified username, email, and password:
|
||||
|
||||
`atuin register {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} {{[-p|--password]}} {{password}}`
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# autossh
|
||||
|
||||
> Run, monitor and restart SSH connections.
|
||||
> Run, monitor, and restart SSH connections.
|
||||
> Auto-reconnects to keep port forwarding tunnels up. Accepts all SSH flags.
|
||||
> More information: <https://manned.org/autossh>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# biff
|
||||
|
||||
> A simple utility for doing datetime arithmetic, parsing and formatting.
|
||||
> A simple utility for doing datetime arithmetic, parsing, and formatting.
|
||||
> More information: <https://github.com/burntsushi/biff>.
|
||||
|
||||
- Print the current time in a format of your choosing:
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
`biff time fmt {{[-f|--format]}} '%c' now -1d 'next sat' 'last monday' '9pm last mon'`
|
||||
|
||||
- Print the current time in another time zone, and round it the nearest 15 minute increment:
|
||||
- Print the current time in another time zone and round it the nearest 15 minute increment:
|
||||
|
||||
`biff time in Asia/Bangkok now | biff time round {{[-i|--increment]}} 15 {{[-s|--smallest]}} minute`
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# bird
|
||||
|
||||
> BIRD Internet Routing Daemon.
|
||||
> Routing daemon with support for BGP, OSPF, Babel and others.
|
||||
> Routing daemon with support for BGP, OSPF, Babel, and others.
|
||||
> More information: <https://bird.network.cz/?get_doc&v=30&f=bird-1.html#ss1.3>.
|
||||
|
||||
- Start Bird with a specific configuration file:
|
||||
|
||||
@@ -19,14 +19,14 @@
|
||||
|
||||
`echo "{{string}}" | boxes {{[-s|--size]}} {{10}}x{{5}}`
|
||||
|
||||
- Align the box text [h]orizonally (at [l]eft, [c]enter or [r]ight):
|
||||
- Align the box text [h]orizonally (at [l]eft, [c]enter, or [r]ight):
|
||||
|
||||
`echo "{{string}}" | boxes {{[-a|--align]}} h{{l|c|r}}`
|
||||
|
||||
- Align the box text [v]ertically (at [t]op, [c]enter or [b]ottom):
|
||||
- Align the box text [v]ertically (at [t]op, [c]enter, or [b]ottom):
|
||||
|
||||
`echo "{{string}}" | boxes {{[-a|--align]}} v{{t|c|b}}`
|
||||
|
||||
- [j]ustify the box text (at [l]eft, [c]enter or [r]ight):
|
||||
- [j]ustify the box text (at [l]eft, [c]enter, or [r]ight):
|
||||
|
||||
`echo "{{string}}" | boxes {{[-a|--align]}} j{{l|c|r}}{{vt}}`
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# btm
|
||||
|
||||
> Display system information about the CPU, memory, disks, network and processes.
|
||||
> Display system information about the CPU, memory, disks, network, and processes.
|
||||
> An enhanced alternative to `top`.
|
||||
> See also: `btop`, `glances`, `atop`, `htop`, `top`.
|
||||
> More information: <https://clementtsang.github.io/bottom/nightly/#usage-and-configuration>.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# conan
|
||||
|
||||
> The open source, decentralized and cross-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.
|
||||
> Some subcommands such as `frogarian` have their own usage documentation.
|
||||
> More information: <https://docs.conan.io/2/reference/commands.html>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# cpan
|
||||
|
||||
> Query, download and build perl modules from CPAN sites.
|
||||
> Query, download, and build perl modules from CPAN sites.
|
||||
> More information: <https://manned.org/cpan>.
|
||||
|
||||
- Install a module (`-i` is optional):
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
> 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:
|
||||
- Select pages 1, 2, 3, and 6 from a source document and write those to a destination document:
|
||||
|
||||
`cpdf {{path/to/source_document.pdf}} {{1-3,6}} -o {{path/to/destination_document.pdf}}`
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# csv-diff
|
||||
|
||||
> View differences between two CSV, TSV or JSON files.
|
||||
> View differences between two CSV, TSV, or JSON files.
|
||||
> More information: <https://github.com/simonw/csv-diff>.
|
||||
|
||||
- Display a human-readable summary of differences between files using a specific column as a unique identifier:
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
> Generate an index (or tag) file of language objects found in source files for many popular programming languages.
|
||||
> More information: <https://docs.ctags.io/en/latest/man/ctags.1.html>.
|
||||
|
||||
- Generate tags for a single file, and output them to a file named "tags" in the current directory, overwriting the file if it exists:
|
||||
- Generate tags for a single file and output them to a file named "tags" in the current directory, overwriting the file if it exists:
|
||||
|
||||
`ctags {{path/to/file}}`
|
||||
|
||||
- Generate tags for all files in the current directory, and output them to a specific file, overwriting the file if it exists:
|
||||
- Generate tags for all files in the current directory and output them to a specific file, overwriting the file if it exists:
|
||||
|
||||
`ctags -f {{path/to/file}} *`
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
|
||||
`ctags --recurse`
|
||||
|
||||
- Generate tags for a single file, and output them with start line number and end line number in JSON format:
|
||||
- Generate tags for a single file and output them with start line number and end line number in JSON format:
|
||||
|
||||
`ctags --fields=+ne --output-format=json {{path/to/file}}`
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# cupstestppd
|
||||
|
||||
> Test conformance of PPD files to the version 4.3 of the specification.
|
||||
> Error codes (1, 2, 3 and 4, respectively): bad CLI arguments, unable to open file, unskippable format errors and non-conformance with PPD specification.
|
||||
> Error codes (1, 2, 3, and 4, respectively): bad CLI arguments, unable to open file, unskippable format errors, and non-conformance with PPD specification.
|
||||
> Note: This command is deprecated.
|
||||
> See also: `lpadmin`.
|
||||
> More information: <https://openprinting.github.io/cups/doc/man-cupstestppd.html>.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# dcode
|
||||
|
||||
> Recursively detect and decode strings, supporting hex, decimal, binary, base64, URL, FromChar encodings, Caesar ciphers, and MD5, SHA1, and SHA2 hashes.
|
||||
> Warning: uses 3rd-party web services for MD5, SHA1 and SHA2 hash lookups. For sensitive data, use `-s` to avoid these services.
|
||||
> Warning: uses 3rd-party web services for MD5, SHA1, and SHA2 hash lookups. For sensitive data, use `-s` to avoid these services.
|
||||
> More information: <https://github.com/s0md3v/Decodify>.
|
||||
|
||||
- Recursively detect and decode a string:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# devenv
|
||||
|
||||
> Fast, Declarative, Reproducible and Composable Developer Environments using Nix.
|
||||
> Fast, declarative, reproducible, and composable developer environments using Nix.
|
||||
> More information: <https://devenv.sh/getting-started/#commands>.
|
||||
|
||||
- Initialize the environment:
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
|
||||
`diff {{path/to/file1}} {{path/to/file2}} | diffstat`
|
||||
|
||||
- Display inserted, deleted and modified changes as a table:
|
||||
- Display inserted, deleted, and modified changes as a table:
|
||||
|
||||
`diff {{path/to/file1}} {{path/to/file2}} | diffstat -t`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# dwebp
|
||||
|
||||
> `dwebp` decompresses WebP files into PNG, PAM, PPM or PGM images.
|
||||
> `dwebp` decompresses WebP files into PNG, PAM, PPM, or PGM images.
|
||||
> Animated WebP files are not supported.
|
||||
> More information: <https://developers.google.com/speed/webp/docs/dwebp/>.
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# ect
|
||||
|
||||
> Efficient Compression Tool.
|
||||
> File optimizer written in C++. It supports PNG, JPEG, gzip and Zip files.
|
||||
> File optimizer written in C++. It supports PNG, JPEG, gzip, and Zip files.
|
||||
> More information: <https://github.com/fhanau/Efficient-Compression-Tool>.
|
||||
|
||||
- Compress a file:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# electron-packager
|
||||
|
||||
> Build Electron app executables for Windows, Linux and macOS.
|
||||
> 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>.
|
||||
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
`exa {{[-a|--all]}}`
|
||||
|
||||
- Long format list (permissions, ownership, size and modification date) of all files:
|
||||
- Long format list (permissions, ownership, size, and modification date) of all files:
|
||||
|
||||
`exa {{[-l|--long]}} {{[-a|--all]}}`
|
||||
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
> Convert a Berkeley YUV file to PPM.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/eyuvtoppm.html>.
|
||||
|
||||
- Read a Berkeley YUV file from the specified input file, convert it to a PPM image and store it in the specified output file:
|
||||
- Read a Berkeley YUV file from the specified input file, convert it to a PPM image, and store it in the specified output file:
|
||||
|
||||
`eyuvtoppm --width {{width}} --height {{height}} {{path/to/input_file.eyuv}} > {{path/to/output_file.ppm}}`
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
`eza {{[-a|--all]}}`
|
||||
|
||||
- Long format list (permissions, ownership, size and modification date) of all files:
|
||||
- Long format list (permissions, ownership, size, and modification date) of all files:
|
||||
|
||||
`eza {{[-al|--all --long]}}`
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# fastfetch
|
||||
|
||||
> Display information about your operating system, software and hardware.
|
||||
> Display information about your operating system, software, and hardware.
|
||||
> More information: <https://manned.org/fastfetch>.
|
||||
|
||||
- Display system information:
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
|
||||
`feh {{[-D|--slideshow-delay]}} {{seconds}} {{path/to/images}}`
|
||||
|
||||
- Use a specific wallpaper mode (centered, filled, maximized, scaled or tiled):
|
||||
- Use a specific wallpaper mode (centered, filled, maximized, scaled, or tiled):
|
||||
|
||||
`feh --bg-{{center|fill|max|scale|tile}} {{path/to/image}}`
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# flask-unsign
|
||||
|
||||
> A tool to brute-force, decode and craft `Flask` session cookies.
|
||||
> A tool to brute-force, decode, and craft `Flask` session cookies.
|
||||
> More information: <https://github.com/Paradoxis/Flask-Unsign>.
|
||||
|
||||
- Decode a Flask session cookie:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
`ghdl -a {{filename.vhdl}}`
|
||||
|
||||
- Elaborate a design (where `design` is the name of a configuration unit, entity unit or architecture unit):
|
||||
- Elaborate a design (where `design` is the name of a configuration unit, entity unit, or architecture unit):
|
||||
|
||||
`ghdl -e {{design}}`
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
> Part of `git-extras`.
|
||||
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-brv>.
|
||||
|
||||
- List each branch showing date, latest commit hash and message:
|
||||
- List each branch showing date, latest commit hash, and message:
|
||||
|
||||
`git brv`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# gleam
|
||||
|
||||
> The compiler, build tool, package manager and code formatter for Gleam, "a friendly language for building type-safe systems that scale!".
|
||||
> The compiler, build tool, package manager, and code formatter for Gleam, "a friendly language for building type-safe systems that scale!".
|
||||
> More information: <https://gleam.run/writing-gleam/command-line-reference/>.
|
||||
|
||||
- Create a new gleam project:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# goenv
|
||||
|
||||
> Install, uninstall or switch between Golang versions.
|
||||
> Install, uninstall, or switch between Golang versions.
|
||||
> Supports version numbers like "1.16.15" or "1.22.8" etc.
|
||||
> More information: <https://github.com/go-nv/goenv>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# holehe
|
||||
|
||||
> Check if an email is attached to an account on sites like Twitter, Instagram, Imgur and over 120 others.
|
||||
> Check if an email is attached to an account on sites like Twitter, Instagram, Imgur, and over 120 others.
|
||||
> More information: <https://github.com/megadose/holehe#-cli-example>.
|
||||
|
||||
- Show status across all supported websites for the specified email address:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
> Manage the `/etc/hosts` file.
|
||||
> 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:
|
||||
|
||||
`hostess list`
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# huggingface-cli
|
||||
|
||||
> Interact with Hugging Face Hub.
|
||||
> Login, manage local cache, download or upload files.
|
||||
> Login, manage local cache, download, or upload files.
|
||||
> More information: <https://huggingface.co/docs/huggingface_hub/guides/cli>.
|
||||
|
||||
- Login to Hugging Face Hub:
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
`ibmcloud login -a {{api_endpoint}}`
|
||||
|
||||
- Log in by providing username, password and the targeted region as parameters:
|
||||
- Log in by providing username, password, and the targeted region as parameters:
|
||||
|
||||
`ibmcloud login -u {{username}} -p {{password}} -r {{us-south}}`
|
||||
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
|
||||
`idevicediagnostics mobilegestalt {{key1}} {{key2}}`
|
||||
|
||||
- Shutdown, restart or sleep the device:
|
||||
- Shutdown, restart, or sleep the device:
|
||||
|
||||
`idevicediagnostics {{shutdown|restart|sleep}}`
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# img2pdf
|
||||
|
||||
> Losslessly convert raster images to a PDF file.
|
||||
> Some supported image formats are: GIF, JPEG, JPEG2000, PNG, GIF and TIFF.
|
||||
> Some supported image formats are: GIF, JPEG, JPEG2000, PNG, GIF, and TIFF.
|
||||
> More information: <https://gitlab.mister-muffin.de/josch/img2pdf>.
|
||||
|
||||
- Convert one or more images to a single PDF, each image being on its own page:
|
||||
@@ -20,6 +20,6 @@
|
||||
|
||||
`img2pdf {{path/to/image.ext}} --pagesize {{30cm}}x{{20cm}} --imgsize {{10cm}}x{{15cm}} --fit {{shrink}} --output {{path/to/file.pdf}}`
|
||||
|
||||
- Convert an image to PDF, and specify metadata for the resulting file:
|
||||
- Convert an image to PDF and specify metadata for the resulting file:
|
||||
|
||||
`img2pdf {{path/to/image.ext}} --title {{title}} --author {{author}} --creationdate {{1970-01-31}} --keywords {{keyword1 keyword2}} --subject {{subject}} --output {{path/to/file.pdf}}`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# incus
|
||||
|
||||
> Modern, secure and powerful system container and virtual machine manager.
|
||||
> Modern, secure, and powerful system container and virtual machine manager.
|
||||
> More information: <https://linuxcontainers.org/incus/docs/main>.
|
||||
|
||||
- List all containers and virtual machines (both running and stopped):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# whisper
|
||||
|
||||
> Convert audio files to `txt`, `vtt`, `srt`, `tsv` and `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:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# pkgctl release
|
||||
|
||||
> Release step to commit, tag and upload build artifacts.
|
||||
> Release step to commit, tag, and upload build artifacts.
|
||||
> More information: <https://manned.org/pkgctl-release>.
|
||||
|
||||
- Release a build artifact:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# mysides
|
||||
|
||||
> Add, list and remove finder favorites.
|
||||
> Add, list, and remove finder favorites.
|
||||
> More information: <https://github.com/mosen/mysides#usage>.
|
||||
|
||||
- List sidebar favorites:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# open
|
||||
|
||||
> Open files, directories and applications.
|
||||
> Open files, directories, and applications.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/open.1.html>.
|
||||
|
||||
- Open a file with the associated application:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
`systemsetup -setremotelogin on`
|
||||
|
||||
- Specify timezone, NTP Server and enable network time:
|
||||
- Specify timezone, NTP Server, and enable network time:
|
||||
|
||||
`systemsetup -settimezone "{{US/Pacific}}" -setnetworktimeserver {{us.pool.ntp.org}} -setusingnetworktime on`
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# tart
|
||||
|
||||
> Build, run and manage macOS and Linux virtual machines (VMs) on Apple Silicon.
|
||||
> Build, run, and manage macOS and Linux virtual machines (VMs) on Apple Silicon.
|
||||
> More information: <https://github.com/cirruslabs/tart>.
|
||||
|
||||
- Pull a remote VM image:
|
||||
|
||||
+1
-1
@@ -3,6 +3,6 @@
|
||||
> Tell how long the system has been running and other information.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/uptime.1.html>.
|
||||
|
||||
- Print current time, uptime, number of logged-in users and other information:
|
||||
- Print current time, uptime, number of logged-in users, and other information:
|
||||
|
||||
`uptime`
|
||||
|
||||
+1
-1
@@ -19,6 +19,6 @@
|
||||
|
||||
`wc -m {{path/to/file}}`
|
||||
|
||||
- Use `stdin` to count lines, words and characters (bytes) in that order:
|
||||
- Use `stdin` to count lines, words, and characters (bytes) in that order:
|
||||
|
||||
`{{find .}} | wc`
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# xcodes
|
||||
|
||||
> Download, install and manage multiple Xcode versions.
|
||||
> Download, install, and manage multiple Xcode versions.
|
||||
> See also: `xcodes runtimes`.
|
||||
> More information: <https://github.com/xcodesorg/xcodes#commands>.
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
`rdpsign {{path\to\file.rdp}} /q`
|
||||
|
||||
- Display verbose warnings, messages and statuses:
|
||||
- Display verbose warnings, messages, and statuses:
|
||||
|
||||
`rdpsign {{path\to\file.rdp}} /v`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user