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.
- Host: GitHub
- URL: https://github.com/gonejack/saveurls
- Owner: gonejack
- License: mit
- Created: 2021-04-02T14:31:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T06:56:39.000Z (over 3 years ago)
- Last Synced: 2024-06-20T16:49:28.820Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 118 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saveurls
This command line tool save url as .html file.


[](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.
```