Crates.io | waldl |
lib.rs | waldl |
version | 0.2.1 |
source | src |
created_at | 2023-08-02 10:12:30.848316 |
updated_at | 2024-04-22 06:18:19.923375 |
description | A command line wallpaper downloader |
homepage | |
repository | https://github.com/jobin-nelson/waldl |
max_upload_size | |
id | 932580 |
size | 976,130 |
A basic wallpaper downloader written in rust, uses wallhaven API for downloading wallpapers in original format.
Download is asynchronous downloads the images into $HOME/Pictures/wallpapers/$(date "+%b_%d")/
eg: /home/jobin/Pictures/wallpapers/aug_15/
Clone the repo to anywhere in your system
git clone --depth https://github.com/Jobin-Nelson/waldl.git
cd into the waldl, install the binary
cd waldl && cargo install --path .
waldl Matthew McConaughey
If you don't give any arguments it will download latest or top lists.
I've also build the same thing in python you can view that here.