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.
 
 
 
 
Go to file
Vincent Flyson 5ab442be47
Update README.md
5 years ago
snap Add snapcraft yaml 5 years ago
src Merge pull request #36 from Y2Z/no-images-no-icons 5 years ago
.gitignore Rewrite program in Rust 5 years ago
.travis.yml add config file travis and appveyor 5 years ago
Cargo.toml Bump version number (2.0.10 → 2.0.11) 5 years ago
LICENSE Rewrite program in Rust 5 years ago
README.md Update README.md 5 years ago
appveyor.yml add config file travis and appveyor 5 years ago

README.md

Travis CI Build Status AppVeyor Build status

monolith

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