1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-16 12:15:49 +02:00

monolith: add page (#17660)

* Create monolith.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Kristopher 2025-08-14 09:39:57 -07:00 committed by GitHub
parent 82367329f4
commit c21a051ea5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

36
pages/common/monolith.md Normal file
View file

@ -0,0 +1,36 @@
# 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}}`