New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

random-wallpaper-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

random-wallpaper-cli

A CLI Tool to set a random wallpaper from Unsplash.com

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

Random Wallpaper CLI

A CLI Tool to set a random wallpaper from Unsplash.com

Works on macOS, Linux, and Windows.

GitHub license npm version GitHub stars

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

Keywords

random

FAQs

Package last updated on 28 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts