Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxgio92/wfind
Like find(1) but for web sites.
https://github.com/maxgio92/wfind
Last synced: 9 days ago
JSON representation
Like find(1) but for web sites.
- Host: GitHub
- URL: https://github.com/maxgio92/wfind
- Owner: maxgio92
- License: apache-2.0
- Created: 2023-03-29T19:22:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T16:40:27.000Z (4 months ago)
- Last Synced: 2024-10-14T20:43:42.954Z (22 days ago)
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Latest release](https://img.shields.io/github/v/release/maxgio92/wfind?style=for-the-badge)](https://github.com/maxgio92/wfind/releases/latest)
[![License](https://img.shields.io/github/license/maxgio92/wfind?style=for-the-badge)](COPYING)
![Go version](https://img.shields.io/github/go-mod/go-version/maxgio92/wfind?style=for-the-badge)# ![](./logo.svg) like find but for web sites
`wfind` (world wide web find) search for files in a web site directory hierarchy over HTTP, through HTML references.
The tool is inspired by GNU `find(1)` and `wget(1)`.
### Usage
```
wfind URL [flags]
```For details please read the CLI [documentation](./docs/wfind.md).
### In action
```shell
$ wfind https://mirrors.edge.kernel.org/debian/dists/ -t f -n Release
https://mirrors.edge.kernel.org/debian/dists/bullseye/Release
https://mirrors.edge.kernel.org/debian/dists/buster/Release
https://mirrors.edge.kernel.org/debian/dists/sid/Release
https://mirrors.edge.kernel.org/debian/dists/stretch/Release
...
```