github.com/bcampbell/scrapeomat@v0.0.0-20220820232205-23e64141c89e/cmd/urltool/README.md (about)

     1  # urltool
     2  
     3  Simple tool for manipulating url strings.
     4  
     5  eg:
     6  
     7  ```
     8  $ echo "http://example.com/foo/bar?id=20#wibble" | urltool -s -
     9  http://example.com
    10  
    11  $ echo "http://example.com/foo/bar?id=20#wibble" | urltool -c suhpq -
    12  #wibble
    13  
    14  
    15  ```
    16