Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.29 KB

readme.md

File metadata and controls

46 lines (30 loc) · 1.29 KB

🏠 wallpaper-everyday

travis-ci-status npm npm

Manage the desktop wallpaper and fetch random wallpaper

Works on macOS, Linux, and Windows.

👩🏻‍💻Install

$ npm install --global wallpaper-everyday

👩🏾‍🏫Usage

$ wallpaper -h
Usage: wallpaper [options] [command]

Options:
  -V, --version            output the version number
  -h, --help               output usage information

Commands:
  update [options] <file>  Update desktop wallpaper with file path or remote url
  get                      Get desktop wallpaper real path
  random [options] <from>  Random desktop wallpaper change. from: [QJP, unsplash, bing]
  daily [options] <from>   Daily wallpaper. from: [bing, unsplash, netbian]
  clear [options]          Clear the currently used wallpaper
  switch [options]         Switch cached wallpapers

Examples:
  $ wallpaper update https://examples.com/wallpaper.jpg
  $ wallpaper random QJP
  $ wallpaper daily bing

👏🏽Related