mirror of
https://codeberg.org/hyperreal/print-links
synced 2025-01-18 08:53:44 +01:00
18 lines
283 B
Markdown
18 lines
283 B
Markdown
|
# 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.
|