random-wallpaper-cli
v1.1.0
Published
A CLI Tool to set a random wallpaper from Unsplash.com
Downloads
4
Readme
Random Wallpaper CLI
A CLI Tool to set a random wallpaper from Unsplash.com
Works on macOS, Linux, and Windows.
Install
$ npm install -g random-wallpaper-cli
Usage
Usage: random-wallpaper-cli [arguments]
A CLI Tool to set a random wallpaper from Unsplash.com
Arguments:
--resolution=widthxheight Provide the resolution of the wallpaper to be downloaded
Default value : 1920x1080
--tags=[comma seperated tags] Provide tags to filter wallpaper search results
Example : --tags=nature
--tags=water,mountain
--refresh-rate=N[M|H] Specify Refresh rate in minutes or hours
Example : --refresh-rate=5M Will refresh every 5 minutes
--refresh-rate=2H Will refresh every 2 hours
Examples:
$> random-wallpaper-cli --help
$> random-wallpaper-cli
$> random-wallpaper-cli --resolution=1024x768
$> random-wallpaper-cli --resolution=1024x768 --tags=road,mountain
$> random-wallpaper-cli --resolution=1024x768 --tags=road,mountain --refresh-rate=30M
$> random-wallpaper-cli --resolution=1920x1080 --refresh-rate=1H
License
MIT © Anupam Basak