Traceroute Mapper Save

Map your traceroutes easily.

Project README

traceroute-mapper

Run it from your terminal:

Linux

Put this in your .bashrc:

function traceroute-mapper {
  xdg-open "https://stefansundin.github.io/traceroute-mapper/?trace=$(traceroute -q1 $* | sed ':a;N;$!ba;s/\n/%0A/g')"
}

Then simply run: traceroute-mapper example.com

Mac

Put this in your .bash_profile:

function traceroute-mapper {
  open "https://stefansundin.github.io/traceroute-mapper/?trace=$(traceroute -q1 $*)"
}

Then simply run: traceroute-mapper example.com

Windows

Put traceroute-mapper.bat in your %PATH% (e.g. C:\Windows\).

Then open cmd and run: traceroute-mapper example.com

Open Source Agenda is not affiliated with "Traceroute Mapper" Project. README Source: stefansundin/traceroute-mapper
Stars
273
Open Issues
4
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating