Skip to content

josem/redfollow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redfollow - Simple tool to follow redirects

Redfollow is a simple tool to see where a URL goes following every redirect.

This tool is a work in progress and I plan to add some features to make it more useful.

Installation

To install Redfollow you can use go get.

$ go get github.com/josem/redfollow

Usage

$ redfollow http://github.com

Output:

301 - http://github.com
		↓
200 - https://github.com/

About

Simple tool to see where a URL goes following every redirect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages