.\" Generated by kramdown-man 1.0.1 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-url 1 "2023-02-01" Ronin "User Manuals" .SH NAME .PP ronin\-url \- Parses URLs .SH SYNOPSIS .PP \fBronin url\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIURL\fP \.\.\.\[rB] .SH DESCRIPTION .PP Processes URL(s) and prints individual components of the URL(s)\. .SH ARGUMENTS .TP \fIURL\fP A URL argument to process\. .SH OPTIONS .TP \fB\-f\fR, \fB\-\-file\fR \fIFILE\fP The optional file to read values from\. .TP \fB\-u\fR, \fB\-\-user\fR Print the URL\[cq]s user name component\. .TP \fB\-\-password\fR Print the URL\[cq]s password component\. .TP \fB\-\-user\-password\fR Print the URL\[cq]s user name and password components\. .TP \fB\-H\fR, \fB\-\-host\fR Print the URL\[cq]s host name component\. .TP \fB\-\-port\fR Print the URL\[cq]s port component\. .TP \fB\-\-host\-port\fR Print the URL\[cq]s \fBhost:port\fR component\. .TP \fB\-P\fR, \fB\-\-path\fR Print the URL\[cq]s path component\. .TP \fB\-\-path\-query\fR Print the URL\[cq]s path and query string components\. .TP \fB\-Q\fR, \fB\-\-query\fR Print the URL\[cq]s query string component\. .TP \fB\-q\fR, \fB\-\-query\-param\fR \fINAME\fP Print the query param from the URL\[cq]s query string\. .TP \fB\-F\fR, \fB\-\-fragment\fR Print the URL\[cq]s fragment component\. .TP \fB\-S\fR, \fB\-\-status\fR Print the HTTP status of each URL\. .TP \fB\-h\fR, \fB\-\-help\fR Print help information\. .SH AUTHOR .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME