HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

monolith — Save a web page as a single HTML file. More information: <https://github.com/Y2Z/monolith>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
htmlpagecommandmonolithsavecliwebsingle

Problem

How to use the monolith command: Save a web page as a single HTML file. More information: <https://github.com/Y2Z/monolith>.

Solution

monolith — Save a web page as a single HTML file. More information: <https://github.com/Y2Z/monolith>.

Save a webpage as a single HTML file:
monolith {{url}}


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}}

Code Snippets

Save a webpage as a single HTML file

monolith {{url}}

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]}}

Context

tldr-pages: common/monolith

Revisions (0)

No revisions yet.