# WLP Set wallpaper from your terminal. ## Installation Clone repository ```bash git clone https://github.com/ahmadrosid/wlp.git ``` Install using cargo. ```shell cargo install --path . ``` ## Usage ```shell Set wallpaper from your command line! USAGE: wlp [OPTIONS] [path] ARGS: Image path! OPTIONS: -e, --ignore Ignore file extensions! -h, --help Print help information -m, --mode What mode to run the program in [possible values: center, crop, fit, span, stretch, tile] -r, --random ``` Example ```shell wlp -r -m center ```