Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.11 KB

README.MD

File metadata and controls

50 lines (33 loc) · 1.11 KB

jackpaper

A Node.js Script for pulling random or category set images from unplash.com and applying them to your desktop wallpaper

Installation

You do need a developer ID from unsplash. - simply register for developer account, create a new project.

$ npm install jackpaper -g

Usage

Usage: jackpaper <command> [options]

Commands:

  change                 Change Background
  key                    Set your UnSplash Developer ID
  change [string]        Will change to a random image within a category specified by the string
  auto <options>         Change Background per adjusted time

Options:

  -h, --help            output usage information
  -v, --version         output version
  -t, --time            set time in seconds for auto command


Examples:

$ jackpaper --version
$ jackpaper --help
$ jackpaper key
$ jackpaper change
$ jackpaper change galaxy
$ jackpaper auto --time 10
$ jackpaper auto galaxy --time 10


Use with forever

$ forever jackpaper auto landscape --time 10