Helper to download all posts from prose.sh instance
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
prose_dl -- See #3
Helper to download all posts from prose.sh instance
Installation
Clone the repo and get in
git clone https://git.mylloon.fr/Anri/prose_dl.git && cd prose_dl
Then install it
cargo install --path .
Usage
Will download all your posts from prose.sh into a
folder named after your username:
$ prose_dl <username>
Will download the special files too:
$ prose_dl -s <username>
More info with the --help option.
FAQ
Can this download unlisted posts (thoses with date metadata set in the future)?
- No.
Can this download specials files?
- Yes, with
-soption
Can I use a custom domain?
- Yes, with
--domainoption