Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 449 Bytes

readme.md

File metadata and controls

26 lines (18 loc) · 449 Bytes

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/