# prose_dl
Helper to download all posts from prose.sh instance
[![dependency status](https://deps.rs/repo/gitea/git.kennel.ml/Anri/prose_dl/status.svg)](https://deps.rs/repo/gitea/git.kennel.ml/Anri/prose_dl)
## Installation
Clone the repo and get in
```bash
git clone https://git.kennel.ml/Anri/prose_dl.git && cd prose_dl
```
Then install it
cargo install --path .
## Usage
Will download all your posts from [`prose.sh`](https://prose.sh/) into a
folder named after your username:
$ prose_dl <username>
More info with the `--help` option.