diff --git a/pages/common/upx.md b/pages/common/upx.md index 826d255c72..7f29e422ad 100644 --- a/pages/common/upx.md +++ b/pages/common/upx.md @@ -1,6 +1,7 @@ # upx > Compress or decompress executables. +> Homepage: . - Compress executable: diff --git a/pages/common/vagrant.md b/pages/common/vagrant.md index 67e4f3e0a0..b6634237d3 100644 --- a/pages/common/vagrant.md +++ b/pages/common/vagrant.md @@ -1,6 +1,7 @@ # vagrant > Manage lightweight, reproducible, and portable development environments. +> Homepage: . - Create Vagrantfile in current directory with the base Vagrant box: diff --git a/pages/common/valgrind.md b/pages/common/valgrind.md index 6cc7c554a6..8d90138948 100644 --- a/pages/common/valgrind.md +++ b/pages/common/valgrind.md @@ -2,6 +2,7 @@ > Wrapper for a set of expert tools for profiling, optimizing and debugging programs. > Commonly used tools include `memcheck`, `cachegrind`, `callgrind`, `massif`, `helgrind`, and `drd`. +> Homepage: . - Use the (default) Memcheck tool to show a diagnostic of memory usage by `program`: diff --git a/pages/common/vault.md b/pages/common/vault.md index 7202bfc66f..d09502c06c 100644 --- a/pages/common/vault.md +++ b/pages/common/vault.md @@ -1,6 +1,7 @@ # vault > A CLI to interact with HashiCorp Vault. +> Homepage: . - Connect to a Vault server and initialize a new encrypted data store: diff --git a/pages/common/vcsh.md b/pages/common/vcsh.md index ca83d3e811..470e2938f9 100644 --- a/pages/common/vcsh.md +++ b/pages/common/vcsh.md @@ -1,6 +1,7 @@ # vcsh > Version Control System for the home directory using git repositories. +> Homepage: . - Initialize an (empty) repository: diff --git a/pages/common/vegeta.md b/pages/common/vegeta.md index 56ca2915d4..d3a9c3ca7b 100644 --- a/pages/common/vegeta.md +++ b/pages/common/vegeta.md @@ -2,6 +2,7 @@ > A command line utility and a library for HTTP load testing. > See also `ab`. +> Homepage: . - Launch an attack lasting 30 seconds: diff --git a/pages/common/vim.md b/pages/common/vim.md index 68a7afb425..f14453928d 100644 --- a/pages/common/vim.md +++ b/pages/common/vim.md @@ -2,6 +2,7 @@ > Vi IMproved, a programmer's text editor, provides several modes for different kinds of text manipulation. > Pressing `i` enters edit mode. `` goes back to normal mode, which doesn't allow regular text insertion. +> Homepage: . - Open a file: diff --git a/pages/common/virtualboxvm.md b/pages/common/virtualboxvm.md index 559ddc9901..3cc699ba75 100644 --- a/pages/common/virtualboxvm.md +++ b/pages/common/virtualboxvm.md @@ -1,6 +1,7 @@ # virtualboxvm > The VirtualBox virtual machine management CLI. +> Homepage: . - Start a virtual machine: diff --git a/pages/common/vsce.md b/pages/common/vsce.md index 726ebcffa0..add5b8496b 100644 --- a/pages/common/vsce.md +++ b/pages/common/vsce.md @@ -1,6 +1,7 @@ # vsce > Extension manager for Visual Studio Code. +> Homepage: . - List all the extensions created by a publisher: diff --git a/pages/common/vue.md b/pages/common/vue.md index d8ce45e025..98e83e84b6 100644 --- a/pages/common/vue.md +++ b/pages/common/vue.md @@ -2,6 +2,7 @@ > Simple CLI for scaffolding Vue.js projects. > Official templates include: webpack, webpack-simple, browserify, browserify-simple, simple. +> Homepage: . - Create a new vue project: diff --git a/pages/common/w3m.md b/pages/common/w3m.md index 63cb22cac5..c0d5820a04 100644 --- a/pages/common/w3m.md +++ b/pages/common/w3m.md @@ -1,6 +1,7 @@ # w3m > A text-based web browser. +> Homepage: . - Open an URL: diff --git a/pages/common/wat2wasm.md b/pages/common/wat2wasm.md index fcbec72ed8..99e810e970 100644 --- a/pages/common/wat2wasm.md +++ b/pages/common/wat2wasm.md @@ -1,6 +1,7 @@ # wat2wasm > Convert a file from the WebAssembly text format to the binary format. +> Homepage: . - Parse and check a file for errors: diff --git a/pages/common/webpack.md b/pages/common/webpack.md index af536272dc..7486d52be0 100644 --- a/pages/common/webpack.md +++ b/pages/common/webpack.md @@ -1,6 +1,7 @@ # webpack > Bundle a web project's js files and other assets into a single output file. +> Homepage: . - Create a single output file from an entry point file: diff --git a/pages/common/webtorrent.md b/pages/common/webtorrent.md index 26a39d7246..e65d128418 100644 --- a/pages/common/webtorrent.md +++ b/pages/common/webtorrent.md @@ -2,6 +2,7 @@ > The command line interface for WebTorrent. > Supports magnets, urls, info hashes and .torrent files. +> Homepage: . - Download a torrent: diff --git a/pages/common/wget.md b/pages/common/wget.md index 5b1ac71559..fed6166f9d 100644 --- a/pages/common/wget.md +++ b/pages/common/wget.md @@ -2,6 +2,7 @@ > Download files from the Web. > Supports HTTP, HTTPS, and FTP. +> Homepage: . - Download the contents of an URL to a file (named "foo" in this case): diff --git a/pages/common/wordgrinder.md b/pages/common/wordgrinder.md index 2c60ef3936..87a2d87f87 100644 --- a/pages/common/wordgrinder.md +++ b/pages/common/wordgrinder.md @@ -1,6 +1,7 @@ # wordgrinder > Command-line word processor. +> Homepage: . - Start wordgrinder (loads a blank document by default): diff --git a/pages/common/wuzz.md b/pages/common/wuzz.md index ca28a44488..83dc0221ec 100644 --- a/pages/common/wuzz.md +++ b/pages/common/wuzz.md @@ -1,6 +1,7 @@ # wuzz > Tool to interactively inspect HTTP requests and responses. +> Homepage: . - Start wuzz: diff --git a/pages/common/xcv.md b/pages/common/xcv.md index ba7fcab4ae..80a3749f89 100644 --- a/pages/common/xcv.md +++ b/pages/common/xcv.md @@ -1,6 +1,7 @@ # xcv > Cut, copy, and paste in the command-line. +> Homepage: . - Cut a file: diff --git a/pages/common/xo.md b/pages/common/xo.md index 8a9f154572..a7535fd8d1 100644 --- a/pages/common/xo.md +++ b/pages/common/xo.md @@ -1,6 +1,7 @@ # xo > A pluggable, zero-configuration linting utility for JavaScript. +> Homepage: . - Lint files in the "src" directory: diff --git a/pages/common/xsv.md b/pages/common/xsv.md index 115d88de1a..f95c45144f 100644 --- a/pages/common/xsv.md +++ b/pages/common/xsv.md @@ -1,6 +1,7 @@ # xsv > A fast CSV command line toolkit written in Rust. +> Homepage: . - Inspect the headers of a file: diff --git a/pages/common/yesod.md b/pages/common/yesod.md index b3cb5fc221..a97facb824 100644 --- a/pages/common/yesod.md +++ b/pages/common/yesod.md @@ -2,6 +2,7 @@ > Helper tool for Yesod, a Haskell-based web framework. > All Yesod commands are invoked through the `stack` project manager. +> Homepage: . - Create a new scaffolded site, with sqlite as backend, in the "my-project" directory: diff --git a/pages/common/z.md b/pages/common/z.md index fa85f73190..931e75ab3a 100644 --- a/pages/common/z.md +++ b/pages/common/z.md @@ -1,6 +1,7 @@ # z > Tracks the most used directories and enables quickly navigating to them using string or regex patterns. +> Homepage: . - Go to a directory that contains "foo" in the name: diff --git a/pages/common/zbarimg.md b/pages/common/zbarimg.md index 0b247c9970..6813a7577f 100644 --- a/pages/common/zbarimg.md +++ b/pages/common/zbarimg.md @@ -1,6 +1,7 @@ # zbarimg > Scan and decode bar codes from image file(s). +> Homepage: . - Process an image file: diff --git a/pages/common/zopflipng.md b/pages/common/zopflipng.md index c4510a41fc..ec8516bb72 100644 --- a/pages/common/zopflipng.md +++ b/pages/common/zopflipng.md @@ -1,6 +1,7 @@ # zopflipng > PNG image compression utility. +> Homepage: . - Optimize a PNG image: diff --git a/pages/common/zsh.md b/pages/common/zsh.md index aeaee72e80..7ce4c8feb9 100644 --- a/pages/common/zsh.md +++ b/pages/common/zsh.md @@ -2,6 +2,7 @@ > Z SHell. > `bash` and `sh`-compatible command line interpreter. +> Homepage: . - Start interactive command line interpreter: diff --git a/pages/common/zstd.md b/pages/common/zstd.md index f6bffaa7dc..6d99bb15a3 100644 --- a/pages/common/zstd.md +++ b/pages/common/zstd.md @@ -1,6 +1,7 @@ # zstd > Compress or decompress files with Zstandard compression. +> Homepage: . - Compress a file into a new file with the .zst suffix: