urlycue is a command-line URL checker:
$ 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
- Python ≥ 3.7
- aiohttp ≥ 0.22
You can use urlycue without installing it, straight out of unpacked source tarball or a VCS checkout.
It's also possible to install it system-wide with:
# make install
By default, make install installs the package to /usr/local.
You can specify a different installation prefix
by setting the PREFIX variable, e.g.:
$ make install PREFIX="$HOME/.local"