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

https://github.com/gonejack/parseurls

Parse urls from plain text
https://github.com/gonejack/parseurls

Last synced: 8 days ago
JSON representation

Parse urls from plain text

Awesome Lists containing this project

README

          

# parseurls
Parse urls from plain text or stdin

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

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

### Usage
```shell
> echo "text..." | parseurls
```
```shell
> parseurls *.txt
```
```
Usage:
parseurls [*] [flags]

Flags:
-v, --verbose verbose
-h, --help help for parseurls
```