https://github.com/andriisoldatenko/findlinks
findlinks does a request to url, parses the html and print links
https://github.com/andriisoldatenko/findlinks
cli find go links osx tools unix
Last synced: about 1 year ago
JSON representation
findlinks does a request to url, parses the html and print links
- Host: GitHub
- URL: https://github.com/andriisoldatenko/findlinks
- Owner: andriisoldatenko
- Created: 2018-09-25T06:40:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T19:31:13.000Z (over 7 years ago)
- Last Synced: 2025-02-04T19:45:26.660Z (over 1 year ago)
- Topics: cli, find, go, links, osx, tools, unix
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# findlinks
findlinks does a request to url, parses the html and print links
## Quick example
```bash
go install github.com/andriisoldatenko/findlinks
./findlinks https://gophercon.is/\#speakers | grep twitter
https://twitter.com/nataliepis
https://twitter.com/dlsniper
https://twitter.com/gopherconeu
https://twitter.com/matryer
https://twitter.com/dahernan
```