← Back to tools

trurl

Command-line tool for URL parsing and manipulation

Text Processing linuxmacos C MIT

Description

trurl is a command-line tool for URL parsing and manipulation, created by the curl project. It can parse, modify, and construct URLs from the command line, handling all URL components.

When to use this tool

Good fit when
  • User needs to parse or manipulate URLs
  • User works with URLs in shell scripts
Avoid when
  • User only needs to fetch URLs (use curl)

AI Summary

A URL parsing and manipulation tool from the curl project, handling all URL components from the command line.

Capabilities

  • + Parse URL components (scheme, host, path, query, etc.)
  • + Modify individual URL parts
  • + Construct URLs from components
  • + URL encoding and decoding

Use When

  • User needs to parse or manipulate URLs
  • User works with URLs in shell scripts

Avoid When

  • x User only needs to fetch URLs (use curl)
View AGENTS.md for trurl