https://github.com/gonejack/webarchive-to-html
This command line converts .webarchive to .html
https://github.com/gonejack/webarchive-to-html
convert html webarchve
Last synced: about 1 month ago
JSON representation
This command line converts .webarchive to .html
- Host: GitHub
- URL: https://github.com/gonejack/webarchive-to-html
- Owner: gonejack
- License: mit
- Created: 2021-05-13T02:12:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T04:04:40.000Z (over 1 year ago)
- Last Synced: 2024-08-20T06:58:25.364Z (over 1 year ago)
- Topics: convert, html, webarchve
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webarchive-to-html
This command line converts Safari's .webarchive file to .html.
For converting .webarchive to a complete resources embed .html, there is also [webarchive-to-singlefile](https://github.com/gonejack/webarchive-to-singlefile)


[](LICENSE)
### Install
```shell
> go install github.com/gonejack/webarchive-to-html@latest
```
### Usage
```shell
> webarchive-to-html *.webarchive
```
### Flags
```
Flags:
-h, --help Show context-sensitive help.
-v, --verbose Verbose printing.
--decorate Append Header & Footer (not suitable for complex page) to html.
--about About.
```
### Tips
Chrome and Firefox would not load local images by default.
To change their settings:
https://dev.to/dengel29/loading-local-files-in-firefox-and-chrome-m9f.
Or use Safari instead.