commands.sh

monolith

all

Save a web page as a single HTML file.

More info →

Options (7)

-a, --no-audioboolean

Save a webpage as a single HTML file, excluding audio

Example: monolith {{url}} {{[-a|--no-audio]}}
-c, --no-cssboolean

Save a webpage as a single HTML file, excluding CSS

Example: monolith {{url}} {{[-c|--no-css]}}
-i, --no-imagesboolean

Save a webpage as a single HTML file, excluding images

Example: monolith {{url}} {{[-i|--no-images]}}
-v, --no-videoboolean

Save a webpage as a single HTML file, excluding videos

Example: monolith {{url}} {{[-v|--no-video]}}
-j, --no-jsboolean

Save a webpage as a single HTML file, excluding JavaScript

Example: monolith {{url}} {{[-j|--no-js]}}
-k, --insecureboolean

Save a webpage as a single HTML file, accepting invalid TLS certificates

Example: monolith {{url}} {{[-k|--insecure]}}
-o, --outputboolean

Save a webpage as a single HTML file, specifying a specific output file

Example: monolith {{url}} {{[-o|--output]}} {{path/to/file.html}}

Examples (8)

Save a webpage as a single HTML file

Save a webpage as a single HTML file, excluding audio

monolith url [-a|--no-audio]

Save a webpage as a single HTML file, excluding CSS

monolith url [-c|--no-css]

Save a webpage as a single HTML file, excluding images

monolith url [-i|--no-images]

Save a webpage as a single HTML file, excluding videos

monolith url [-v|--no-video]

Save a webpage as a single HTML file, excluding JavaScript

monolith url [-j|--no-js]

Save a webpage as a single HTML file, accepting invalid TLS certificates

monolith url [-k|--insecure]

Save a webpage as a single HTML file, specifying a specific output file

monolith url [-o|--output] path/to/file.html
made by @shridhargupta | data from tldr-pages