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

https://github.com/gonejack/saveurls

This command line tool save url as .html file.
https://github.com/gonejack/saveurls

Last synced: about 1 month ago
JSON representation

This command line tool save url as .html file.

Awesome Lists containing this project

README

          

# saveurls
This command line tool save url as .html file.

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/gonejack/saveurls)
![Build](https://github.com/gonejack/saveurls/actions/workflows/go.yml/badge.svg)
[![GitHub license](https://img.shields.io/github/license/gonejack/saveurls.svg?color=blue)](LICENSE)

### Install
```shell
> go get github.com/gonejack/saveurls
```

### Usage
```shell
> saveurls urls...
```
```
> saveurls -i urls.txt
```
```
Flags:
-h, --help Show context-sensitive help.
-v, --verbose Verbose printing.
-i, --list=STRING URL list file.
--about About.
```