Binary package “trurl” in ubuntu noble

command line tool for URL parsing and manipulation

 trurl is a cli tool that parses and manipulates URLs, designed to help shell
 script authors everywhere. Typically you pass in one or more URLs and decide
 what of that you want output. Posssibly modifying the URL as well.
 .
 trurl knows URLs and every URL consists of up to ten separate and independent
 "components". These components can be extracted, removed and updated with
 trurl and they are referred to by their respective names: scheme, user,
 password, options, host, port, path, query, fragment and zoneid.