pages.*: improve pages descriptions conciseness and usefulness (#12355)
This commit is contained in:
@@ -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.
|
||||
> 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 specified [u]sername [I]DP and [S]P identifiers and set the credentials [d]uration to one hour:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# blackfire
|
||||
|
||||
> A command-line profiling tool for PHP.
|
||||
> Monitor, profile and test a PHP application.
|
||||
> More information: <https://blackfire.io>.
|
||||
|
||||
- Initialize and configure the Blackfire client:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# convert
|
||||
|
||||
> Image conversion tool.
|
||||
> Convert between image formats, scale, join, and create images, and much more.
|
||||
> Part of ImageMagick.
|
||||
> More information: <https://imagemagick.org/script/convert.php>.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# 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>.
|
||||
|
||||
- Initialize `git-secret` in a local repository:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# 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>.
|
||||
|
||||
- Estimate the number and the size of all emails on your Gmail account:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# jenv
|
||||
|
||||
> Command-line tool to manage the "JAVA_HOME" environment variable.
|
||||
> Manage the "JAVA_HOME" environment variable.
|
||||
> More information: <https://www.jenv.be/>.
|
||||
|
||||
- Add a Java version to jEnv:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# json5
|
||||
|
||||
> A command-line tool for converting JSON5 files to JSON.
|
||||
> Convert JSON5 files to JSON.
|
||||
> More information: <https://json5.org>.
|
||||
|
||||
- Convert JSON5 `stdin` to JSON `stdout`:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# 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>.
|
||||
|
||||
- Detect unused secrets:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# k8sec
|
||||
|
||||
> Command-line interface tool to manage Kubernetes secrets.
|
||||
> Manage Kubernetes secrets.
|
||||
> More information: <https://github.com/dtan4/k8sec>.
|
||||
|
||||
- List all secrets:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# lpr
|
||||
|
||||
> CUPS tool for printing files.
|
||||
> Print files.
|
||||
> See also: `lpstat` and `lpadmin`.
|
||||
> More information: <https://openprinting.github.io/cups/doc/man-lpr.html>.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# 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>.
|
||||
|
||||
- Bring up the default Hyperledger Fabric network:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# 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>.
|
||||
|
||||
- Make a desktop app for a website:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# 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>.
|
||||
|
||||
- Display information about installed nest version:
|
||||
|
@@ -1,20 +1,20 @@
|
||||
# tokei
|
||||
|
||||
> A program that prints out statistics about code.
|
||||
> Display statistics about code.
|
||||
> 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}}`
|
||||
|
||||
- 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}}`
|
||||
|
||||
- Print out statistics for individual files in a directory:
|
||||
- Display statistics for individual files in a directory:
|
||||
|
||||
`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}}`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# 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.
|
||||
> More information: <https://www.openwall.com/john/>.
|
||||
|
||||
|
Reference in New Issue
Block a user