Skip to content

A cross platform cli application to change desktop wallpaper directly from hundreds of thousands of images of unsplash.com.

Notifications You must be signed in to change notification settings

ShehabSunny/splash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

splash is a simple cli tool for changing the wallpaper dynamically and easily from hundreds of thousands of images of unsplash.com.

Prerequisite:

You need to have a developer account of unsplash.com in order to use this tool.

  1. Go to https://unsplash.com/developers, sign up, create an application and get the access key.
  2. Create a file at $HOME/.splash/.env and add the line ACCESS_KEY=<access_key> (replace with your access key) in the file.

Build and Install:

Pull the source code with go get github.com/ShehabSunny/splash

get all dependencies by running dep ensure

Build with:

make build

or

go build .

Install with:

go install

Usage:

This command will pull a random image from the API and set as desktop wallpaper.

splash

This command will pull a random image from the API searched with the topic provided with -t flag and set it as desktop wallpaper.

splash -t sunset

or

splash -t "new york"

About

A cross platform cli application to change desktop wallpaper directly from hundreds of thousands of images of unsplash.com.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published