Go to file
Vincent Flyson 0f7cb6103b
Update README.md
2019-08-24 14:17:45 -04:00
snap Add snapcraft yaml 2019-08-23 17:41:55 -07:00
src Fix name of a test function 2019-08-24 12:06:03 -04:00
.gitignore Rewrite program in Rust 2019-08-22 23:17:15 -04:00
.travis.yml add config file travis and appveyor 2019-08-24 20:47:52 +04:30
Cargo.toml Update Cargo.toml 2019-08-24 11:35:06 -04:00
LICENSE Rewrite program in Rust 2019-08-22 23:17:15 -04:00
README.md Update README.md 2019-08-24 14:17:45 -04:00
appveyor.yml add config file travis and appveyor 2019-08-24 20:47:52 +04:30

README.md

monolith

Travis CI Build Status

A data hoarder's dream come true: bundle any web page into a single HTML file.
You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive.

Unlike conventional "Save page as…", monolith not only saves the target document, it embeds CSS, image, and JavaScript assets all at once, producing a single HTML5 document that is a joy to store and share.

If compared to saving websites with wget -mpk, monolith embeds all assets as data URLs and therefore displays the saved page exactly the same, being completely separated from the Internet.

Installation

$ git clone https://github.com/Y2Z/monolith.git
$ cd monolith
$ cargo install --path .

Usage

$ monolith https://lyrics.github.io/db/p/portishead/dummy/roads/ > portishead-roads-lyrics.html

Options

  • -i: Remove images
  • -j: Exclude JavaScript
  • -u: Specify custom User-Agent

License

The Unlicense

Keep in mind that monolith is not aware of your browser's session