Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

Awesome Lists containing this project

README

        


urlprobe



A toy project that will never serve a purpose.


urlprobe lets you probe URLs for their status code in high speed.



Build status 
License 
Version 
Downloads 

## 🚀 Installation

```bash
cargo install urlprobe
```

## 📄 Usage

Simply feed it a list of URLs like so:
```bash
urlprobe < urls.txt
```