An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# html-to-webarchive

This command line converts .html to Safari's .webarchive file.

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/gonejack/html-to-webarchive)
![Build](https://github.com/gonejack/html-to-webarchive/actions/workflows/go.yml/badge.svg)
[![GitHub license](https://img.shields.io/github/license/gonejack/html-to-webarchive.svg?color=blue)](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
```