public
Description: Webarchiver allows you to create Safari .webarchive files from the command line.
Homepage: http://www.entropytheblog.com/blog/2008/11/webarchiver-create-safari-webarchives-from-the-command-line/
Clone URL: git://github.com/paulwilliam/webarchiver.git
webarchiver / README
100644 3 lines (2 sloc) 0.3 kb
1
2
3
Webarchiver allows you to create Safari .webarchive files from the command line. Webarchives are a convenient way to store a webpage and its associated files (images, css, javascript, etc) in a single file. It is very simple to use:
 
./webarchiver -url http://www.google.com -output google.webarchive