← Back to tools
View AGENTS.md for trurl
trurl
Command-line tool for URL parsing and manipulation
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.
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)