single-file-cli

CLI tool for saving a faithful copy of a complete web page in a single HTML file

AGPL-3.0 License

Stars
468
Committers
9

Bot releases are hidden (Show)

single-file-cli -

Published by gildas-lormeau 7 months ago

  • --user-data-dir switch is no more overwritten
  • added --browser-arg switch to pass arguments to the browser in a more convenient way
  • Fixed potential error when handling invalid URLs
single-file-cli -

Published by gildas-lormeau 7 months ago

  • Fixed minor issues
  • Made source code compatible with Node.js (and Bun)
  • Published on NPM
single-file-cli -

Published by gildas-lormeau 7 months ago

  • Fixed handling of --urls-file option
  • Removed yargs dependency
  • Fixed minor issues
single-file-cli -

Published by gildas-lormeau 8 months ago

  • Switched from Node.js to Deno
  • The implementation now uses the Chrome DevTools Protocol directly instead of using a third-party automation library (e.g. puppeteer)
  • Removed support for Firefox (it might come back soon)
  • Provide standalone executable files (see below)