package
0.0.0-20220820232205-23e64141c89e
Repository: https://github.com/bcampbell/scrapeomat.git
Documentation: pkg.go.dev

# README

urltool

Simple tool for manipulating url strings.

eg:

$ echo "http://example.com/foo/bar?id=20#wibble" | urltool -s -
http://example.com

$ echo "http://example.com/foo/bar?id=20#wibble" | urltool -c suhpq -
#wibble


# Structs

No description provided by the author