1
0
Fork
You've already forked fetch-preview
0
A utility to download preview images from given links.
  • Rust 100%
2023年07月27日 20:07:45 +02:00
src clean: remove unneeded tokio 2023年07月27日 20:07:45 +02:00
.gitignore update README 2023年07月26日 22:54:05 +02:00
.rustfmt.toml add: ignore folder and fmt settings 2023年07月25日 23:51:39 +02:00
Cargo.toml clean: remove unneeded tokio 2023年07月27日 20:07:45 +02:00
LICENSE add: README, LICENSE, and change project name 2023年07月26日 20:25:52 +02:00
README.md update README 2023年07月27日 00:43:30 +02:00

fetch-preview

A utility to fetch preview images from given links.

This tool can come handy when you kept a large list of links, and you don't want to check the contents manually.

The initiative of this project is to provide a preview for my MPV playlist that I use as a music player.

Usage

Example:

cargo run --release - --file path/to/file/with/links

Usages:

Usage: fetch-preview [OPTION]...
Fetches a preview image for a link or a list of links in a file.
Options:
	-f, --file FILE Fetches a preview image for each link in FILE.
	-l, --link LINK Fetches a preview image for LINK.
	-o, --output_dir DIR Sets the output directory to DIR. (default: ./preview)
	-h, --help Shows this help.