1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-05 17:55:45 +02:00

pages.*: improve pages descriptions conciseness and usefulness (#12355)

This commit is contained in:
Vitor Henrique 2024-02-25 07:46:24 -03:00 committed by GitHub
parent 1ede1be877
commit a609b14c83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 35 additions and 35 deletions

View file

@ -1,6 +1,6 @@
# aws-google-auth # aws-google-auth
> Command-line tool to acquire AWS temporary (STS) credentials using Google Apps as a federated (Single Sign-On) provider. > Acquire AWS temporary (STS) credentials using Google Apps as a federated (Single Sign-On) provider.
> More information: <https://github.com/cevoaustralia/aws-google-auth>. > More information: <https://github.com/cevoaustralia/aws-google-auth>.
- Log in with Google SSO using the specified [u]sername [I]DP and [S]P identifiers and set the credentials [d]uration to one hour: - Log in with Google SSO using the specified [u]sername [I]DP and [S]P identifiers and set the credentials [d]uration to one hour:

View file

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

View file

@ -1,6 +1,6 @@
# convert # convert
> Image conversion tool. > Convert between image formats, scale, join, and create images, and much more.
> Part of ImageMagick. > Part of ImageMagick.
> More information: <https://imagemagick.org/script/convert.php>. > More information: <https://imagemagick.org/script/convert.php>.

View file

@ -1,6 +1,6 @@
# git secret # git secret
> Bash tool which stores private data inside a Git repository. > Stores private data inside a Git repository. Written in Bash.
> More information: <https://github.com/sobolevn/git-secret>. > More information: <https://github.com/sobolevn/git-secret>.
- Initialize `git-secret` in a local repository: - Initialize `git-secret` in a local repository:

View file

@ -1,6 +1,6 @@
# gyb # gyb
> Command line tool for locally backing up Gmail messages using Gmail's API over HTTPS. > Locally back up Gmail messages using Gmail's API over HTTPS.
> More information: <https://github.com/GAM-team/got-your-back>. > More information: <https://github.com/GAM-team/got-your-back>.
- Estimate the number and the size of all emails on your Gmail account: - Estimate the number and the size of all emails on your Gmail account:

View file

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

View file

@ -1,6 +1,6 @@
# json5 # json5
> A command-line tool for converting JSON5 files to JSON. > Convert JSON5 files to JSON.
> More information: <https://json5.org>. > More information: <https://json5.org>.
- Convert JSON5 `stdin` to JSON `stdout`: - Convert JSON5 `stdin` to JSON `stdout`:

View file

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

View file

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

View file

@ -1,6 +1,6 @@
# lpr # lpr
> CUPS tool for printing files. > Print files.
> See also: `lpstat` and `lpadmin`. > See also: `lpstat` and `lpadmin`.
> More information: <https://openprinting.github.io/cups/doc/man-lpr.html>. > More information: <https://openprinting.github.io/cups/doc/man-lpr.html>.

View file

@ -1,6 +1,6 @@
# minifab # minifab
> Utility tool that automates the setup and deployment of Hyperledger Fabric networks. > Automate the setup and deployment of Hyperledger Fabric networks.
> More information: <https://github.com/hyperledger-labs/minifabric>. > More information: <https://github.com/hyperledger-labs/minifabric>.
- Bring up the default Hyperledger Fabric network: - Bring up the default Hyperledger Fabric network:

View file

@ -1,6 +1,6 @@
# nativefier # nativefier
> Command-line tool to create a desktop app for any web site with minimal configuration. > Create a desktop app for any web site with minimal configuration.
> More information: <https://github.com/jiahaog/nativefier>. > More information: <https://github.com/jiahaog/nativefier>.
- Make a desktop app for a website: - Make a desktop app for a website:

View file

@ -1,6 +1,6 @@
# nest # nest
> Command-line tool to initialize, develop, and maintain Nest applications. > Initialize, develop, and maintain Nest applications.
> More information: <https://docs.nestjs.com/cli/overview>. > More information: <https://docs.nestjs.com/cli/overview>.
- Display information about installed nest version: - Display information about installed nest version:

View file

@ -1,20 +1,20 @@
# tokei # tokei
> A program that prints out statistics about code. > Display statistics about code.
> More information: <https://github.com/XAMPPRocky/tokei>. > More information: <https://github.com/XAMPPRocky/tokei>.
- Get a report on the code in a directory and all subdirectories: - Display a report for the code in a directory and all subdirectories:
`tokei {{path/to/directory}}` `tokei {{path/to/directory}}`
- Get a report for a directory excluding `.min.js` files: - Display a report for a directory excluding `.min.js` files:
`tokei {{path/to/directory}} -e {{*.min.js}}` `tokei {{path/to/directory}} -e {{*.min.js}}`
- Print out statistics for individual files in a directory: - Display statistics for individual files in a directory:
`tokei {{path/to/directory}} --files` `tokei {{path/to/directory}} --files`
- Get a report for all files of type Rust and Markdown: - Display a report for all files of type Rust and Markdown:
`tokei {{path/to/directory}} -t={{Rust}},{{Markdown}}` `tokei {{path/to/directory}} -t={{Rust}},{{Markdown}}`

View file

@ -1,6 +1,6 @@
# zip2john # zip2john
> A tool to extract password hashes from `zip` archives for use with John the Ripper password cracker. > Extract password hashes from `zip` archives for use with John the Ripper password cracker.
> This is a utility tool usually installed as part of the John the Ripper installation. > This is a utility tool usually installed as part of the John the Ripper installation.
> More information: <https://www.openwall.com/john/>. > More information: <https://www.openwall.com/john/>.

View file

@ -1,6 +1,6 @@
# ausyscall # ausyscall
> Program that allows mapping syscall names and numbers. > Map syscall names and numbers.
> More information: <https://manned.org/ausyscall>. > More information: <https://manned.org/ausyscall>.
- Display syscall number of a specific system call: - Display syscall number of a specific system call:

View file

@ -1,6 +1,6 @@
# betterdiscordctl # betterdiscordctl
> A program for managing BetterDiscord on Linux. > Manage BetterDiscord on Linux.
> More information: <https://github.com/bb010g/betterdiscordctl#manual>. > More information: <https://github.com/bb010g/betterdiscordctl#manual>.
- Install BetterDiscord on Discord Stable: - Install BetterDiscord on Discord Stable:

View file

@ -1,6 +1,6 @@
# btrbk # btrbk
> A tool for creating snapshots and remote backups of btrfs subvolumes. > Create snapshots and remote backups of btrfs subvolumes.
> More information: <https://digint.ch/btrbk/doc/readme.html>. > More information: <https://digint.ch/btrbk/doc/readme.html>.
- Print statistics about configured subvolumes and snapshots: - Print statistics about configured subvolumes and snapshots:

View file

@ -1,6 +1,6 @@
# cfdisk # cfdisk
> A program for managing partition tables and partitions on a hard disk using a curses UI. > Manage partition tables and partitions on a hard disk using a curses UI.
> More information: <https://manned.org/cfdisk>. > More information: <https://manned.org/cfdisk>.
- Start the partition manipulator with a specific device: - Start the partition manipulator with a specific device:

View file

@ -1,6 +1,6 @@
# cpufreq-info # cpufreq-info
> A tool to show CPU frequency information. > Show CPU frequency information.
> More information: <https://manned.org/cpufreq-info>. > More information: <https://manned.org/cpufreq-info>.
- Show CPU frequency information for all CPUs: - Show CPU frequency information for all CPUs:

View file

@ -1,6 +1,6 @@
# dpkg-query # dpkg-query
> A tool that shows information about installed packages. > Display information about installed packages.
> More information: <https://manpages.debian.org/latest/dpkg/dpkg-query.1.html>. > More information: <https://manpages.debian.org/latest/dpkg/dpkg-query.1.html>.
- List all installed packages: - List all installed packages:

View file

@ -1,6 +1,6 @@
# fdisk # fdisk
> A program for managing partition tables and partitions on a hard disk. > Manage partition tables and partitions on a hard disk.
> See also: `partprobe`. > See also: `partprobe`.
> More information: <https://manned.org/fdisk>. > More information: <https://manned.org/fdisk>.

View file

@ -1,6 +1,6 @@
# fwupdmgr # fwupdmgr
> A tool for updating device firmware, including UEFI, using `fwupd`. > Update device firmware, including UEFI, using `fwupd`.
> More information: <https://fwupd.org/>. > More information: <https://fwupd.org/>.
- Display all devices detected by fwupd: - Display all devices detected by fwupd:

View file

@ -1,6 +1,6 @@
# gdebi # gdebi
> Simple tool to install `.deb` files. > Easily install `.deb` files.
> More information: <https://www.commandlinux.com/man-page/man1/gdebi.1.html>. > More information: <https://www.commandlinux.com/man-page/man1/gdebi.1.html>.
- Install local `.deb` packages resolving and installing its dependencies: - Install local `.deb` packages resolving and installing its dependencies:

View file

@ -1,6 +1,6 @@
# ipset # ipset
> A tool to create IP sets for firewall rules. > Create IP sets for firewall rules.
> More information: <https://manned.org/ipset>. > More information: <https://manned.org/ipset>.
- Create an empty IP set which will contain IP addresses: - Create an empty IP set which will contain IP addresses:

View file

@ -1,6 +1,6 @@
# minicom # minicom
> A program to communicate with the serial interface of a device. > Communicate with the serial interface of a device.
> More information: <https://manned.org/minicom>. > More information: <https://manned.org/minicom>.
- Open a given serial port: - Open a given serial port:

View file

@ -1,6 +1,6 @@
# update-alternatives # update-alternatives
> A convenient tool for maintaining symbolic links to determine default commands. > Convenientily maintain symbolic links to determine default commands.
> More information: <https://manned.org/update-alternatives>. > More information: <https://manned.org/update-alternatives>.
- Add a symbolic link: - Add a symbolic link:

View file

@ -1,6 +1,6 @@
# archey # archey
> Simple tool for stylishly displaying system information. > Stylishly display system information.
> More information: <https://github.com/joshfinnie/archey-osx>. > More information: <https://github.com/joshfinnie/archey-osx>.
- Show system information: - Show system information:

View file

@ -15,6 +15,6 @@
`shuf {{filename}} --output={{output_filename}}` `shuf {{filename}} --output={{output_filename}}`
- Generate random numbers in range 1-10: - Generate random numbers in the range 1 to 10:
`shuf --input-range={{1-10}}` `shuf --input-range={{1-10}}`

View file

@ -1,6 +1,6 @@
# wacaw # wacaw
> Command-line tool for macOS to capture both still pictures and video from an attached camera. > Capture both still pictures and video from an attached camera.
> More information: <http://webcam-tools.sourceforge.net>. > More information: <http://webcam-tools.sourceforge.net>.
- Take a picture from webcam: - Take a picture from webcam:

View file

@ -1,6 +1,6 @@
# gpupdate # gpupdate
> A tool to check and apply Windows Group Policy settings. > Check and apply Windows Group Policy settings.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/gpupdate>. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/gpupdate>.
- Check and apply updated Group Policy settings: - Check and apply updated Group Policy settings: