Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackel27/jackpaper
https://github.com/jackel27/jackpaper
automatic desktop nodejs unsplash wallpaper
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackel27/jackpaper
- Owner: jackel27
- Created: 2017-05-11T02:39:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T05:27:19.000Z (over 7 years ago)
- Last Synced: 2024-04-25T08:01:32.453Z (6 months ago)
- Topics: automatic, desktop, nodejs, unsplash, wallpaper
- Language: JavaScript
- Size: 8.89 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
- awesome-cli-apps - JackPaper - Set images from Unsplash as wallpaper. (Utilities / Theming and Customization)
- fucking-awesome-cli-apps - JackPaper - Set images from Unsplash as wallpaper. (Utilities / Theming and Customization)
README
# jackpaper
A Node.js Script for pulling random or category set images from unplash.com and applying them to your desktop wallpaper
### [View on GitHub](https://github.com/jackel27/Jackpaper)
## Installation
[You do need a developer ID from unsplash.](https://unsplash.com/developers) - simply register for developer account, create a new project.
```
$ npm install jackpaper -g
```## Usage
```
Usage: jackpaper [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 Change Background per adjusted timeOptions:
-h, --help output usage information
-v, --version output version
-t, --time set time in seconds for auto commandExamples:
$ 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```