Sha256: db1aa87d1ee5d5f34e775504c98e1ec4b8844de8c28e6c98e7993cf528611c09

Contents?: true

Size: 1.08 KB

Versions: 5

Compression:

Stored size: 1.08 KB

Contents

# ronin-url 1 "2023-02-01" Ronin "User Manuals"

## SYNOPSIS

`ronin url` [*options*] [*URL* ...]

## DESCRIPTION

Processes URL(s) and prints individual components of the URL(s).

## ARGUMENTS

*URL*
  A URL argument to process.

## OPTIONS

`-f`, `--file` *FILE*
  The optional file to read values from.

`-u`, `--user`
  Print the URL's user name component.

`--password`
  Print the URL's password component.

`--user-password`
  Print the URL's user name and password components.

`-H`, `--host`
  Print the URL's host name component.

`--port`
  Print the URL's port component.

`--host-port`
  Print the URL's `host:port` component.

`-P`, `--path`
  Print the URL's path component.

`--path-query`
  Print the URL's path and query string components.

`-Q`, `--query`
  Print the URL's query string component.

`-q`, `--query-param` *NAME*
  Print the query param from the URL's query string.

`-F`, `--fragment`
  Print the URL's fragment component.

`-S`, `--status`
  Print the HTTP status of each URL.

`-h`, `--help`
  Print help information.

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ronin-2.0.5 man/ronin-url.1.md
ronin-2.0.4 man/ronin-url.1.md
ronin-2.0.3 man/ronin-url.1.md
ronin-2.0.2 man/ronin-url.1.md
ronin-2.0.1 man/ronin-url.1.md