print-links/README.md

18 lines
283 B
Markdown
Raw Normal View History

2024-12-06 03:13:51 +01:00
# print-links
This program prints links contained in a given URL to standard output.
## Installation
``` shell
pipx install print-links --include-deps
```
## Usage
``` shell
print-links "URL"
```
> Note: make sure to quote the URL string so that the shell parses it correctly.