KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
check
★ 116
Open GitHub ↗
Checks the status of a list of urls
Download README (.md)
Explore Similar Repositories
AnyPicker
:
jQuery Picker Library for Android, iOS & Windows Phone. eg Date Picker, Time Picker, DateTime Picker, Custom Select etc
ngx_brotli_module
:
Brotli module for NGINX, including the encoder
scansploit
:
Exploit using barcodes, QRcodes, earn13, datamatrix
fastlane-plugin-cordova
:
Integrate your Cordova build into your Fastlane setup
go-keybase-chat-bot
:
Official Go Keybase chat bot SDK
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
check
?
Download (.md)
# Checks the status of a list of urls Usage: ```bash $ ./check <url> $ ./check < url-list.txt $ ./check <url> -- -k # pass -k to curl command ```  Runs `GET` requests against the list of URLs and prints: - status code - url - time to complete request - time to first byte (time_pretransfer - time_starttransfer) Note: this was written on a Mac in a hacky fashion (sorry), but also not tested on other *nix systems. If you see a problem, please open a pull request.