Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eikendev/urlprobe
A tool for probing URLs for their status code from the command line (to check for broken links in a given list of URLs) :vertical_traffic_light::fire:
https://github.com/eikendev/urlprobe
broken-links cli dead-url http link-checker links seo seotools urls
Last synced: about 1 month ago
JSON representation
A tool for probing URLs for their status code from the command line (to check for broken links in a given list of URLs) :vertical_traffic_light::fire:
- Host: GitHub
- URL: https://github.com/eikendev/urlprobe
- Owner: eikendev
- License: isc
- Created: 2020-11-27T20:13:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T11:19:06.000Z (about 1 year ago)
- Last Synced: 2024-11-06T05:40:42.509Z (about 1 month ago)
- Topics: broken-links, cli, dead-url, http, link-checker, links, seo, seotools, urls
- Language: Rust
- Homepage: https://crates.io/crates/urlprobe
- Size: 84 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - eikendev/urlprobe - A tool for probing URLs for their status code from the command line (to check for broken links in a given list of URLs) :vertical_traffic_light::fire: (Rust)
README
urlprobe
A toy project that will never serve a purpose.
urlprobe lets you probe URLs for their status code in high speed.
## 🚀 Installation
```bash
cargo install urlprobe
```## 📄 Usage
Simply feed it a list of URLs like so:
```bash
urlprobe < urls.txt
```