dlrs/README.md
2023-04-12 02:03:27 +03:00

31 lines
736 B
Markdown

<div align="center">
<span><img src="https://github.com/17ms/rusty-downloader/blob/master/docs/ferris.png" width="400"></span>
</div>
## Imageboard downloader in Rust
<p align="left">
<a href="https://www.gnu.org/licenses/gpl-3.0"><img src="https://img.shields.io/badge/License-GPLv3-blue.svg"></a>
</p>
### Installation and usage
Build and run with
```shell
cargo run -- <OPTIONS>
```
```shell
USAGE:
rusty-downloader --output <PATH> <--thread <URL>|--board <URL>>
OPTIONS:
-b, --board <URL> Set a board URL
-h, --help Print help information
-o, --output <PATH> Set an output directory
-t, --thread <URL> Set a thread URL
-V, --version Print version information
```