1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-21 17:15:33 +02:00

multiple pages: add homepages (#3026)

* zstd: add link to homepage

* zsh: add link to homepage

* zopflipng: add link to homepage

* zbarimg: add link to homepage

* z: add link to homepage

* yesod: add link to homepage

* xsv: add link to homepage

* xo: add link to homepage

* xcv: add link to homepage

* wuzz: add link to homepage

* wordgrinder: add link to homepage

* wget: add link to homepage

* webtorrent: add link to homepage

* webpack: add link to homepage

* wat2wasm: add link to homepage

* w3m: add link to homepage

* vue: add link to homepage

* vsce: add link to homepage

* virtualboxvm: add link to homepage

* vim: add link to homepage

* vegeta: add link to homepage

* vault: add link to homepage

* valgrind: add link to homepage

* vagrant: add link to homepage

* upx: add link to homepage
This commit is contained in:
Owen Voke 2019-05-14 17:09:07 +01:00 committed by Lucas Gabriel Schneider
parent 5514f773e2
commit c4e95b92c4
26 changed files with 26 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# upx
> Compress or decompress executables.
> Homepage: <https://upx.github.io>.
- Compress executable:

View file

@ -1,6 +1,7 @@
# vagrant
> Manage lightweight, reproducible, and portable development environments.
> Homepage: <https://www.vagrantup.com>.
- Create Vagrantfile in current directory with the base Vagrant box:

View file

@ -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: <http://www.valgrind.org>.
- Use the (default) Memcheck tool to show a diagnostic of memory usage by `program`:

View file

@ -1,6 +1,7 @@
# vault
> A CLI to interact with HashiCorp Vault.
> Homepage: <https://www.vaultproject.io/docs/commands>.
- Connect to a Vault server and initialize a new encrypted data store:

View file

@ -1,6 +1,7 @@
# vcsh
> Version Control System for the home directory using git repositories.
> Homepage: <https://github.com/RichiH/vcsh>.
- Initialize an (empty) repository:

View file

@ -2,6 +2,7 @@
> A command line utility and a library for HTTP load testing.
> See also `ab`.
> Homepage: <https://github.com/tsenart/vegeta>.
- Launch an attack lasting 30 seconds:

View file

@ -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. `<Esc>` goes back to normal mode, which doesn't allow regular text insertion.
> Homepage: <https://www.vim.org>.
- Open a file:

View file

@ -1,6 +1,7 @@
# virtualboxvm
> The VirtualBox virtual machine management CLI.
> Homepage: <https://www.virtualbox.org>.
- Start a virtual machine:

View file

@ -1,6 +1,7 @@
# vsce
> Extension manager for Visual Studio Code.
> Homepage: <https://github.com/microsoft/vscode-vsce>.
- List all the extensions created by a publisher:

View file

@ -2,6 +2,7 @@
> Simple CLI for scaffolding Vue.js projects.
> Official templates include: webpack, webpack-simple, browserify, browserify-simple, simple.
> Homepage: <https://cli.vuejs.org>.
- Create a new vue project:

View file

@ -1,6 +1,7 @@
# w3m
> A text-based web browser.
> Homepage: <http://w3m.sourceforge.net>.
- Open an URL:

View file

@ -1,6 +1,7 @@
# wat2wasm
> Convert a file from the WebAssembly text format to the binary format.
> Homepage: <https://github.com/WebAssembly/wabt>.
- Parse and check a file for errors:

View file

@ -1,6 +1,7 @@
# webpack
> Bundle a web project's js files and other assets into a single output file.
> Homepage: <https://webpack.js.org>.
- Create a single output file from an entry point file:

View file

@ -2,6 +2,7 @@
> The command line interface for WebTorrent.
> Supports magnets, urls, info hashes and .torrent files.
> Homepage: <https://github.com/webtorrent/webtorrent-cli>.
- Download a torrent:

View file

@ -2,6 +2,7 @@
> Download files from the Web.
> Supports HTTP, HTTPS, and FTP.
> Homepage: <https://www.gnu.org/software/wget>.
- Download the contents of an URL to a file (named "foo" in this case):

View file

@ -1,6 +1,7 @@
# wordgrinder
> Command-line word processor.
> Homepage: <https://cowlark.com/wordgrinder>.
- Start wordgrinder (loads a blank document by default):

View file

@ -1,6 +1,7 @@
# wuzz
> Tool to interactively inspect HTTP requests and responses.
> Homepage: <https://github.com/asciimoo/wuzz>.
- Start wuzz:

View file

@ -1,6 +1,7 @@
# xcv
> Cut, copy, and paste in the command-line.
> Homepage: <https://github.com/busterc/xcv>.
- Cut a file:

View file

@ -1,6 +1,7 @@
# xo
> A pluggable, zero-configuration linting utility for JavaScript.
> Homepage: <https://github.com/xojs/xo>.
- Lint files in the "src" directory:

View file

@ -1,6 +1,7 @@
# xsv
> A fast CSV command line toolkit written in Rust.
> Homepage: <https://github.com/BurntSushi/xsv>.
- Inspect the headers of a file:

View file

@ -2,6 +2,7 @@
> Helper tool for Yesod, a Haskell-based web framework.
> All Yesod commands are invoked through the `stack` project manager.
> Homepage: <https://github.com/yesodweb/yesod>.
- Create a new scaffolded site, with sqlite as backend, in the "my-project" directory:

View file

@ -1,6 +1,7 @@
# z
> Tracks the most used directories and enables quickly navigating to them using string or regex patterns.
> Homepage: <https://github.com/rupa/z>.
- Go to a directory that contains "foo" in the name:

View file

@ -1,6 +1,7 @@
# zbarimg
> Scan and decode bar codes from image file(s).
> Homepage: <http://zbar.sourceforge.net>.
- Process an image file:

View file

@ -1,6 +1,7 @@
# zopflipng
> PNG image compression utility.
> Homepage: <https://github.com/google/zopfli>.
- Optimize a PNG image:

View file

@ -2,6 +2,7 @@
> Z SHell.
> `bash` and `sh`-compatible command line interpreter.
> Homepage: <https://www.zsh.org>.
- Start interactive command line interpreter:

View file

@ -1,6 +1,7 @@
# zstd
> Compress or decompress files with Zstandard compression.
> Homepage: <https://github.com/facebook/zstd>.
- Compress a file into a new file with the .zst suffix: