/trace-redirects

Very simple cli tool for tracing redirects on a site - nothing you couldn't do with curl

Primary LanguageGoMIT LicenseMIT

Trace redirects

A simple CLI application to trace the redirects on a website.

It's really very simple happy to accept PRs.

Usage:

./trace-redirects https://website1.com

Output:

Tracing https://website1.com
1: https://website1.com
2: https://website1.com/index.html

I will extend on an as need basis. Happy for PRs / redirect-to-active-forks etc