Sha256: 0b1cc8703154ef24582dd255fd071df262bd6ce135dab388b182d2bb1bae3cbb

Contents?: true

Size: 1.36 KB

Versions: 1

Compression:

Stored size: 1.36 KB

Contents

# ronin-urls 1 "April 2012" Ronin "User Manuals"

## SYNOPSIS

`ronin urls` [*options*]

## DESCRIPTION

Manages URLs.

## OPTIONS

`-v`, `--[no-]verbose`
	Enable verbose output.

`-q`, `--[no-]quiet`
	Disable verbose output.

`--[no-]silent`
	Silence all output.

`--[no-]color`
	Enables color output.

`-D`, `--database` *URI*
	The database to URI (`mysql://user:password@host/ronin`).

`--[no-]csv`
	CSV output.

`--[no-]xml`
	XML output.

`--[no-]yaml`
	YAML output.

`--[no-]json`
	JSON output.

`-i`, `--import` *FILE*
	Imports HostNames from the FILE.

`--[no-]http`
	Searches for `http://` URLs.

`--[no-]https`
	Searches for `https://` URLs.

`-H`, `--hosts` *HOST* [...]
	Searches for URLs with the given HOST name(s).

`-p`, `--with-ports` *PORT* [...]
	Searches for URLs associated with the PORT(s).

`-d`, `--directory` *DIRECTORY*
	Searches for URLs sharing the DIRECTORY.

`-q`, `--with-query-param` *NAME* [...]
	Searches for URLs containing the query-param NAME.

`-Q`, `--with-query-value` *VALUE* [...]
	Searches for URLs containing the query-param VALUE.

`-l`, `--[no-]list`
	Lists the HostNames.

## FILES

*~/.ronin/*
	Ronin configuration directory.

*~/.ronin/database.log*
	Database log.

*~/.ronin/database.sqlite3*
	The default sqlite3 Database file.

*~/.ronin/database.yml*
	Optional Database configuration.

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ronin-1.5.1 man/ronin-urls.1.md