/linkstatus

Simple text/ markdown links status checker

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

LinkStatus

Check link status

Python Versions Build Status License: GPLv3 PyPI version Downloads Code style: black

This is simple link status checker for text/markdown files.

Install

  • pip

    pip install linkstatus --user
  • source

    pip install . --user

Usage:

❯❯❯ linkstatus --help
Usage: linkstatus [OPTIONS] [SOURCE]...

  Check Link Status

Options:
  -r, --recursive        Include all files from directories recursively
  -t, --timeout INTEGER  Request timeout (default 4 second)
  -rt, --retry INTEGER   Retry link status (default 2 time)
  --help                 Show this message and exit.

linkstatus

Note: Skip link check for any line by adding noqa (no quality assurance) as inline comment . like <-- noqa --> for html and markdown, #noqa for python etc...