https://github.com/gonejack/html-to-webarchive
This command line converts .html file to Safari's .webarchive file.
https://github.com/gonejack/html-to-webarchive
html safari webarchive
Last synced: 7 days ago
JSON representation
This command line converts .html file to Safari's .webarchive file.
- Host: GitHub
- URL: https://github.com/gonejack/html-to-webarchive
- Owner: gonejack
- Created: 2021-07-02T17:55:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T11:22:52.000Z (about 2 years ago)
- Last Synced: 2024-06-20T08:19:10.775Z (over 1 year ago)
- Topics: html, safari, webarchive
- Language: Go
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# html-to-webarchive
This command line converts .html to Safari's .webarchive file.


[](LICENSE)
### Install
```shell
> go get github.com/gonejack/html-to-webarchive
```
### Usage
```shell
> html-to-webarchive *.html
```
```shell
Usage:
html-to-webarchive *.html [flags]
Flags:
-v, --verbose verbose
-h, --help help for html-to-webarchive
```