1.2.0 • Published 8 years ago
spotlight-watcher v1.2.0
Spotlight Watcher
A tool written in Node.js to periodically copy wallpapers from Windows Spotlight service. It can be registered as a windows service to auto-run.
Requirement
- node.js >= 8.0.0
- Windows 10 1607 (since which Windows Spotlight has been included) or greater
Use
- clone this repository
git clone https://github.com/MegrezZhu/spotlight-watcher.gitandcd ./spotlight-watcher - install dependencies
npm i --production - link as a global tool
npm linkornpm i -g . - complete configuration
spotlight config - manually update gallery
spotlight update - (optional) install as a service so that it will regularly update the gallery.
spotlight install(spotlight uninstallto uninstall) - enjoy!
More
See spotlight -h in powershell.
1.2.0
8 years ago