Print the links contained in a given URL to stdout
Go to file
2024-12-05 20:13:51 -06:00
.gitignore Initial commit 2024-12-05 20:13:51 -06:00
LICENSE Initial commit 2024-12-05 20:13:51 -06:00
print_links.py Initial commit 2024-12-05 20:13:51 -06:00
pyproject.toml Initial commit 2024-12-05 20:13:51 -06:00
README.md Initial commit 2024-12-05 20:13:51 -06:00

print-links

This program prints links contained in a given URL to standard output.

Installation

pipx install print-links --include-deps

Usage

print-links "URL"

Note: make sure to quote the URL string so that the shell parses it correctly.