Skip to content

A NODE CLI program to search for URLs inside multiple or individual files and check their STATUS as well as check URLs directly.

License

Notifications You must be signed in to change notification settings

zg3d/URLpilgrim

 
 

Repository files navigation

URLpilgrim

A NODE CLI program to search for URLs inside multiple or individual files and check their STATUS as well as check URLs directly.

Supports STATUS:

-200

-400

-404

Supports URLs only using protocols:

-"https://"

-"http://"

Arguments without protocol (www.example.com) will be tested as HTTPS://www.example.com

#INSTALL: You need to install as global:

>npm i -g urlpilgrim

#HOW TO USE:

SCAN and CHECK URLS inside files:

> urlpilgrim file1.txt file2.html

CHECK URLs directly(-u):

-u: Set the URL MODE.

> urlpilgrim http://www.example1.com www.example2.ca http://www.example3.com -u

Version:

> urlpilgrim -v

Help:

> urlpilgrim

FOR MORE INFORMATION:

https://medium.com/@pedrofonsecadev/url-pilgrim-doc-a7090b4c6c53

Thanks.

About

A NODE CLI program to search for URLs inside multiple or individual files and check their STATUS as well as check URLs directly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%