You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monolith/README.md

30 lines
1.1 KiB
Markdown

7 years ago
# monolith
A data hoarder's dream come true: bundle any web page into a stand-alone HTML file.
7 years ago
You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive.
7 years ago
7 years ago
Unlike conventional "Save page as …", `monolith` not only saves the target document,
7 years ago
but embeds JavaScript, CSS and image assets **all at once**, resulting in a single HTML5 document that is a joy to store and share.
7 years ago
Works both on remote and local targets.
7 years ago
If compared to saving websites with `wget -mpk`, `monolith` embeds all assets as data-URIs and therefore would display the page exactly the same at any given time, being completely independent from the Internet.
7 years ago
However, keep in mind that `monolith` is not aware of your browser's session.
### Installing/Updating
$ sudo npm install -g https://github.com/Y2Z/monolith.git
7 years ago
### Usage
$ monolith https://github.com > github.html
7 years ago
<!-- or -->
7 years ago
<!-- cat local.html | monolith - > local.html -->
### Options
7 years ago
- `-u`: output the result as one big data-URI
- `-q`: be quiet
7 years ago
<!-- - `-a`: fix anchor href="" attributes for remote documents -->
### License
GPLv3