← Package directory
Available on winget

Install trurl

a command line tool for URL parsing and manipulation.

Install with winget
winget install --id cURL.trurl
Upgrade
winget upgrade --id cURL.trurl
Uninstall
winget uninstall --id cURL.trurl

About trurl

trurl is a command line tool that parses and manipulates URLs, designed to help shell script authors everywhere. URLs are tricky to parse and there are numerous security problems in software because of this. trurl wants to help soften this problem by taking away the need for script and command line authors everywhere to re-invent the wheel over and over. trurl uses libcurl URL parser. It parses and understands URLs exactly the same way curl the command line tool does - making it the perfect companion tool.

What's new in 0.16.1

What's Changed - COPYING: add the "and many contributors" text from the curl license by @bagder in #374 - Update README.md to link to the getting trurl wiki page by @jacobmealey in #378 - Generate ZSH completions base on trurl.md by @jacobmealey in #379 - scripts: import cd2nroff from curl by @bagder in #384 - Makefile: only create MANDIR when manpage is installed by @sertonix in #381 - trurl: handle zero length query pairs by @bagder in #388 - move mkrelease and checksrc into scripts/ by @bagder in #385

Read release notes

Version history

Version Updated Notes
0.16.1 What's Changed - COPYING: add the "and many contributors" text from the curl license by @bagder in #374 - Update README.md to link to the getting trurl wiki page by @jacobmealey in #378 - Generate ZSH completions base on...