diff --git a/pages/common/aws-google-auth.md b/pages/common/aws-google-auth.md index 5ed0b9ba34..3b725589e5 100644 --- a/pages/common/aws-google-auth.md +++ b/pages/common/aws-google-auth.md @@ -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: . - 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: diff --git a/pages/common/blackfire.md b/pages/common/blackfire.md index ae4d7df53c..45d254a107 100644 --- a/pages/common/blackfire.md +++ b/pages/common/blackfire.md @@ -1,6 +1,6 @@ # blackfire -> A command-line profiling tool for PHP. +> Monitor, profile and test a PHP application. > More information: . - Initialize and configure the Blackfire client: diff --git a/pages/common/convert.md b/pages/common/convert.md index 6f36954fdb..a180a48636 100644 --- a/pages/common/convert.md +++ b/pages/common/convert.md @@ -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: . diff --git a/pages/common/git-secret.md b/pages/common/git-secret.md index ccd15a8f5e..a63547f1dd 100644 --- a/pages/common/git-secret.md +++ b/pages/common/git-secret.md @@ -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: . - Initialize `git-secret` in a local repository: diff --git a/pages/common/gyb.md b/pages/common/gyb.md index dc4cbdeb6b..901ea11334 100644 --- a/pages/common/gyb.md +++ b/pages/common/gyb.md @@ -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: . - Estimate the number and the size of all emails on your Gmail account: diff --git a/pages/common/jenv.md b/pages/common/jenv.md index 506af26ccf..fa101ddca4 100644 --- a/pages/common/jenv.md +++ b/pages/common/jenv.md @@ -1,6 +1,6 @@ # jenv -> Command-line tool to manage the "JAVA_HOME" environment variable. +> Manage the "JAVA_HOME" environment variable. > More information: . - Add a Java version to jEnv: diff --git a/pages/common/json5.md b/pages/common/json5.md index 4c226e75db..c2e31382fd 100644 --- a/pages/common/json5.md +++ b/pages/common/json5.md @@ -1,6 +1,6 @@ # json5 -> A command-line tool for converting JSON5 files to JSON. +> Convert JSON5 files to JSON. > More information: . - Convert JSON5 `stdin` to JSON `stdout`: diff --git a/pages/common/k8s-unused-secret-detector.md b/pages/common/k8s-unused-secret-detector.md index cc2658dae1..2a8b98c9ae 100644 --- a/pages/common/k8s-unused-secret-detector.md +++ b/pages/common/k8s-unused-secret-detector.md @@ -1,6 +1,6 @@ # k8s-unused-secret-detector -> Command-line interface tool for detecting unused Kubernetes secrets. +> Detect unused Kubernetes secrets. > More information: . - Detect unused secrets: diff --git a/pages/common/k8sec.md b/pages/common/k8sec.md index 7e56edadaa..ee40541fbc 100644 --- a/pages/common/k8sec.md +++ b/pages/common/k8sec.md @@ -1,6 +1,6 @@ # k8sec -> Command-line interface tool to manage Kubernetes secrets. +> Manage Kubernetes secrets. > More information: . - List all secrets: diff --git a/pages/common/lpr.md b/pages/common/lpr.md index c0a51e791b..aea53064cf 100644 --- a/pages/common/lpr.md +++ b/pages/common/lpr.md @@ -1,6 +1,6 @@ # lpr -> CUPS tool for printing files. +> Print files. > See also: `lpstat` and `lpadmin`. > More information: . diff --git a/pages/common/minifab.md b/pages/common/minifab.md index f7fb11b3ab..693c3f9c13 100644 --- a/pages/common/minifab.md +++ b/pages/common/minifab.md @@ -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: . - Bring up the default Hyperledger Fabric network: diff --git a/pages/common/nativefier.md b/pages/common/nativefier.md index a692d0d573..f7a0d4a960 100644 --- a/pages/common/nativefier.md +++ b/pages/common/nativefier.md @@ -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: . - Make a desktop app for a website: diff --git a/pages/common/nest.md b/pages/common/nest.md index 55a0ea736f..0e25b1af75 100644 --- a/pages/common/nest.md +++ b/pages/common/nest.md @@ -1,6 +1,6 @@ # nest -> Command-line tool to initialize, develop, and maintain Nest applications. +> Initialize, develop, and maintain Nest applications. > More information: . - Display information about installed nest version: diff --git a/pages/common/tokei.md b/pages/common/tokei.md index 2e9d3b33c1..9eb459949b 100644 --- a/pages/common/tokei.md +++ b/pages/common/tokei.md @@ -1,20 +1,20 @@ # tokei -> A program that prints out statistics about code. +> Display statistics about code. > More information: . -- 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}}` diff --git a/pages/common/zip2john.md b/pages/common/zip2john.md index 01a36344ac..f5346aaa71 100644 --- a/pages/common/zip2john.md +++ b/pages/common/zip2john.md @@ -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: . diff --git a/pages/linux/ausyscall.md b/pages/linux/ausyscall.md index 6f7889eb34..d577f1bbbf 100644 --- a/pages/linux/ausyscall.md +++ b/pages/linux/ausyscall.md @@ -1,6 +1,6 @@ # ausyscall -> Program that allows mapping syscall names and numbers. +> Map syscall names and numbers. > More information: . - Display syscall number of a specific system call: diff --git a/pages/linux/betterdiscordctl.md b/pages/linux/betterdiscordctl.md index 656e30409e..69089d07d0 100644 --- a/pages/linux/betterdiscordctl.md +++ b/pages/linux/betterdiscordctl.md @@ -1,6 +1,6 @@ # betterdiscordctl -> A program for managing BetterDiscord on Linux. +> Manage BetterDiscord on Linux. > More information: . - Install BetterDiscord on Discord Stable: diff --git a/pages/linux/btrbk.md b/pages/linux/btrbk.md index 2a07d4ce6b..900151eae4 100644 --- a/pages/linux/btrbk.md +++ b/pages/linux/btrbk.md @@ -1,6 +1,6 @@ # btrbk -> A tool for creating snapshots and remote backups of btrfs subvolumes. +> Create snapshots and remote backups of btrfs subvolumes. > More information: . - Print statistics about configured subvolumes and snapshots: diff --git a/pages/linux/cfdisk.md b/pages/linux/cfdisk.md index b9d0a2f509..8bf5591335 100644 --- a/pages/linux/cfdisk.md +++ b/pages/linux/cfdisk.md @@ -1,6 +1,6 @@ # 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: . - Start the partition manipulator with a specific device: diff --git a/pages/linux/cpufreq-info.md b/pages/linux/cpufreq-info.md index f2c2cf4ece..512316a60b 100644 --- a/pages/linux/cpufreq-info.md +++ b/pages/linux/cpufreq-info.md @@ -1,6 +1,6 @@ # cpufreq-info -> A tool to show CPU frequency information. +> Show CPU frequency information. > More information: . - Show CPU frequency information for all CPUs: diff --git a/pages/linux/dpkg-query.md b/pages/linux/dpkg-query.md index d1930c674c..97b0ca3f36 100644 --- a/pages/linux/dpkg-query.md +++ b/pages/linux/dpkg-query.md @@ -1,6 +1,6 @@ # dpkg-query -> A tool that shows information about installed packages. +> Display information about installed packages. > More information: . - List all installed packages: diff --git a/pages/linux/fdisk.md b/pages/linux/fdisk.md index c99d7662be..d1b4da9da9 100644 --- a/pages/linux/fdisk.md +++ b/pages/linux/fdisk.md @@ -1,6 +1,6 @@ # 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`. > More information: . diff --git a/pages/linux/fwupdmgr.md b/pages/linux/fwupdmgr.md index 9c3f917b25..6a8b1bf2ef 100644 --- a/pages/linux/fwupdmgr.md +++ b/pages/linux/fwupdmgr.md @@ -1,6 +1,6 @@ # fwupdmgr -> A tool for updating device firmware, including UEFI, using `fwupd`. +> Update device firmware, including UEFI, using `fwupd`. > More information: . - Display all devices detected by fwupd: diff --git a/pages/linux/gdebi.md b/pages/linux/gdebi.md index ff4d894f2d..c965572c35 100644 --- a/pages/linux/gdebi.md +++ b/pages/linux/gdebi.md @@ -1,6 +1,6 @@ # gdebi -> Simple tool to install `.deb` files. +> Easily install `.deb` files. > More information: . - Install local `.deb` packages resolving and installing its dependencies: diff --git a/pages/linux/ipset.md b/pages/linux/ipset.md index 169114a538..e102a297f3 100644 --- a/pages/linux/ipset.md +++ b/pages/linux/ipset.md @@ -1,6 +1,6 @@ # ipset -> A tool to create IP sets for firewall rules. +> Create IP sets for firewall rules. > More information: . - Create an empty IP set which will contain IP addresses: diff --git a/pages/linux/minicom.md b/pages/linux/minicom.md index abbcef3f4f..f17818c89f 100644 --- a/pages/linux/minicom.md +++ b/pages/linux/minicom.md @@ -1,6 +1,6 @@ # minicom -> A program to communicate with the serial interface of a device. +> Communicate with the serial interface of a device. > More information: . - Open a given serial port: diff --git a/pages/linux/update-alternatives.md b/pages/linux/update-alternatives.md index 7b7a801e03..14d1cc128b 100644 --- a/pages/linux/update-alternatives.md +++ b/pages/linux/update-alternatives.md @@ -1,6 +1,6 @@ # update-alternatives -> A convenient tool for maintaining symbolic links to determine default commands. +> Convenientily maintain symbolic links to determine default commands. > More information: . - Add a symbolic link: diff --git a/pages/osx/archey.md b/pages/osx/archey.md index 752d5b549d..da0cdb9a7c 100644 --- a/pages/osx/archey.md +++ b/pages/osx/archey.md @@ -1,6 +1,6 @@ # archey -> Simple tool for stylishly displaying system information. +> Stylishly display system information. > More information: . - Show system information: diff --git a/pages/osx/shuf.md b/pages/osx/shuf.md index 0abe127f5a..011f92043e 100644 --- a/pages/osx/shuf.md +++ b/pages/osx/shuf.md @@ -15,6 +15,6 @@ `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}}` diff --git a/pages/osx/wacaw.md b/pages/osx/wacaw.md index c1bb711dbe..f270db132c 100644 --- a/pages/osx/wacaw.md +++ b/pages/osx/wacaw.md @@ -1,6 +1,6 @@ # 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: . - Take a picture from webcam: diff --git a/pages/windows/gpupdate.md b/pages/windows/gpupdate.md index b640a664cb..957b5d34f6 100644 --- a/pages/windows/gpupdate.md +++ b/pages/windows/gpupdate.md @@ -1,6 +1,6 @@ # gpupdate -> A tool to check and apply Windows Group Policy settings. +> Check and apply Windows Group Policy settings. > More information: . - Check and apply updated Group Policy settings: