Skip to content
Permalink
0.3.2
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
47 lines (36 sloc) 933 Bytes

urlycue

command-line URL checker

manual section:1
Version: urlycue 0.3.2
Date: 2018-06-09

Synopsis

urlycue [option...] [file...]

Description

urlycue extracts URLs from the specified files (or from stdin) and tries to retrieve them. It reports retrieval errors and permanent redirects.

Options

-h, --help Show the help message and exit.
--version Show the program's version information and exit.
--list List all extracted URLs without checking anything.
-v, --verbose Print also URLs without issues.
-k, --no-cert-check
 Don't verify server certificates.

Example

$ urlycue doc/README
doc/README:7: [301 Moved Permanently] http://github.com/jwilk/urlycue.git -> https://github.com/jwilk/urlycue
doc/README:8: [404 Not Found] http://example.org/nonexistent