Giter VIP home page Giter VIP logo

desktop's Introduction

Desktop

A decent way to change your desktop image.

Since the introduction of Spaces in Mac OS X, changing the desktop image has been a chore for those of us who enjoy the same image on all spaces and monitors; each has its own image that must be updated individually. Lucky for you, a recent breakthrough in technology had made changing your desktop drag-n-drop easy.

desktop lets us update the desktop image on every space and monitor at the same time from the command line.

Installation

desktop can be installed from RubyGems.

$ gem install desktop

Usage

Usage can be seen from the command line:

$ desktop help
Commands:
  desktop help [COMMAND]  # Describe available commands or one specific command
  desktop set IMAGE_PATH  # Set all desktops to the image at IMAGE_PATH
  desktop version         # Show gem version

Desktop images can be set using a file path:

$ desktop set /path/to/image.jpg

Or a web URL:

$ desktop set http://desktops.amazing/image.jpg

The set command is optional:

$ desktop /path/to/image.jpg

Usage in your awesome app

Want to include the features of desktop in your awesome app? Please do!

Add the gem to your Gemfile:

gem 'desktop'

Require the library:

require 'desktop'

And use the same CLI interface that you already know:

Desktop::CLI.start %w[set path/to/image.jpg]

Where can I get desktops?

Simple Desktops - A collection of wallpapers curated by Tom Watson designed to make your computer beautiful without distraction.

Vladstudio - The project of Russian digital artist Vlad Gerasimov. He creates wallpapers for computers and mobile devices.

Contributing

Please see the Contributing Document

Changelog

Please see the Changelog Document

License

Copyright (C) 2014 Chris Hunt, MIT License

desktop's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.