curl/trurl
a command line tool for URL parsing and manipulation. observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 92
- Release rhythm 16
- Longevity 89
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 120.0
- age_days: 1251
- days_rel: 478
- days_push: 48
- n_releases_24m: 3
Adoption not part of the score
3348 stars · 117 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
trurl is a command line tool for parsing, manipulating, and normalizing URLs, built on libcurl's URL parser. It is designed like 'tr' but for URLs, helping shell script authors avoid error-prone hand-rolled URL handling.
Use cases
- parse urls from the command line
- extract url components like host, path, port, or query in shell scripts
- rewrite or redirect urls in a script
- strip tracking parameters from urls
- normalize and sort query strings
- output url parts as json for scripting
When to choose
- you need reliable, curl-consistent URL parsing in shell scripts
- you want to manipulate URL components without writing fragile regexes
- you need to sanitize or normalize URLs for security
When to avoid
- you need URL parsing inside a program in a language with native URL libraries
- you need a GUI or interactive URL editor
Facets
cli-tool · maturity active
parser cli developer-tools security developer-tools web-development security windows cli cross-platform url-parsing url-manipulation shell-scripting curl libcurl command-line linux macos
2 sources
- readme: https://github.com/curl/trurl · fetched 2026-08-28 · 40fc671479aa
- homepage: https://curl.se/trurl/ · fetched 2026-08-29 · ed00d40525fc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| curl/trurl | main | 65 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem