unfurl
URL parser
Extracts specific parts from URLs on standard input
Pull out bits of URLs provided on stdin
1k stars
17 watching
123 forks
Language: Go
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
obsidianforensics/unfurl | Extracts and visualizes data from URLs by breaking them down into components and extracting relevant information. | 609 |
tomnomnom/qsreplace | A tool for replacing query string values in URLs with user-supplied values while maintaining uniqueness and eliminating duplicates. | 766 |
mvdan/xurls | A tool to extract URLs from text using regular expressions in the Go programming language. | 1,187 |
nimparsers/parsetoml | Library for parsing TOML files into Nim data structures and converting them to JSON or alternative formats. | 114 |
brunobernardino/shurley | A tool for parsing and normalizing URLs with potential errors or typos | 6 |
pelletier/go-toml | Library for parsing and generating the TOML file format in Go. | 1,736 |
tomwright/queryparam | Converts URL query parameters into struct values of the correct types | 19 |
pantrif/url-shortener | A simple URL shortener with a unique ID-based mapping system | 48 |
jm/toml | A Ruby library for parsing and generating the TOML data interchange format | 151 |
aeronavery/zig-toml | A TOML parser written in Zig with support for various data formats and features | 107 |
sam701/zig-toml | A parser for TOML files in the Zig programming language | 35 |
herloct/url-parser | A tool for parsing and extracting specific parts of URLs from command-line input. | 11 |
go-rel/rel | A modern ORM layer for Golang | 770 |
golgote/neturl | URL parser and builder library with normalization, path segmentation, and query string handling capabilities | 252 |
elliotwutingfeng/go-fasttld | A Go library for extracting top-level domains from URLs in a high-performance manner. | 32 |