Wallhaven downloader is a simple and useful utility to automatically download wallpapers from Wallhaven.
# Build from source
git clone git@github.com:cmizzi/wallhaven-downloader-crystal
cd wallhaven-downloader-crystal
shards build
# Copy the binary to make it user-available
sudo cp bin/wallhaven-downloader /usr/local/bin/wallhaven-downloader
Usage:
wallhaven-downloader [flags...] <output> [arg...]
Show this help.
Flags:
--categories, -c (default: "111")
--direction, -d (default: "desc")
--help
--limit, -l (default: 10)
--purity, -p (default: "100")
--resolutions, -r (default: ["1920x1080"])
--sorting, -s (default: "random")
--version
Arguments:
output (required)
- Fork it (https://github.com/cmizzi/wallhaven-downloader-crystal/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Cyril Mizzi - creator and maintainer