Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 1.56 KB

README.md

File metadata and controls

72 lines (47 loc) · 1.56 KB

Picday-cli

Get and set today's wallpaper from bing.com and Momentum chrome extension.

today's wallpaper with Bing

today's wallpaper with Bing

today's wallpaper with Momentum

today's wallpaper with Momentum

Installation

$ npm install -g picday-cli

Usage

  • change wallpaper to Bing
$ picday use bing
  • change wallpaper to momentum
$ picday use momentum
  • reset origin wallpaper
$ picday reset
  • delete today's wallpaper
$ picday clean
  • open wallpaper folder in explorer
$ picday open

Momentum setting

You may find that your momentum wallpaper is different from the chrome extension. Because everyone's client_uuid is different. So you need to set your own client_uuid.

Open chrome's new tab and console, enter localStorage.client_uuid, then just paste your client_uuid into the following command:

$ picday set client_uuid

Momentum setting

After than, don't forget to run picday clean to remove old wallpapers and retrieve your own.

License

MIT