https://github.com/maxgio92/wfind
Like find(1) but for web sites.
https://github.com/maxgio92/wfind
Last synced: about 1 year 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T16:40:27.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T11:03:12.826Z (about 1 year 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
[](https://github.com/maxgio92/wfind/releases/latest)
[](COPYING)

#  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
...
```