All Projects → splash-cli → Splash Cli

splash-cli / Splash Cli

Licence: other
A simple, command line tool to download Unsplash wallpapers. It’s not intended to be anything particularly fancy — it just works.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Splash Cli

Splashify
Beautiful desktop wallpapers
Stars: ✭ 286 (-33.8%)
Mutual labels:  unsplash, wallpaper, photography
Elodie
An EXIF-based photo assistant, organizer, manager and workflow automation tool.
Stars: ✭ 840 (+94.44%)
Mutual labels:  cli, photos, photography
Monotone
An Unsplash Application for iOS.
Stars: ✭ 181 (-58.1%)
Mutual labels:  wallpaper, photography, unsplash
Quickwall
Set latest wallpapers from Unsplash from the commandline
Stars: ✭ 131 (-69.68%)
Mutual labels:  cli, unsplash, wallpaper
go-unsplash
Go Client for the Unsplash API
Stars: ✭ 70 (-83.8%)
Mutual labels:  photos, photography, unsplash
Unsplash Js
🤖 A server-side JavaScript wrapper for the Unsplash API
Stars: ✭ 1,647 (+281.25%)
Mutual labels:  unsplash, photos, photography
Unsplash rb
💎 Ruby wrapper for the Unsplash API.
Stars: ✭ 202 (-53.24%)
Mutual labels:  unsplash, photos, photography
wallup-android
Hand curated Images & 'Auto Wallpaper'
Stars: ✭ 30 (-93.06%)
Mutual labels:  wallpaper, unsplash
muzei-nationalgeographic
The National Geographic photo of the day for Muzei.
Stars: ✭ 29 (-93.29%)
Mutual labels:  wallpaper, photos
timeline
Timeline - A photo organizer
Stars: ✭ 39 (-90.97%)
Mutual labels:  photos, photography
gosimac
Fetch the wallpaper from Bing, Unsplash, etc.
Stars: ✭ 22 (-94.91%)
Mutual labels:  wallpaper, unsplash
google-photos-vue
Google Photos album viewer built with Vue.js
Stars: ✭ 17 (-96.06%)
Mutual labels:  photos, photography
moul
The minimalist publishing tool for photographers
Stars: ✭ 147 (-65.97%)
Mutual labels:  photos, photography
PhotoMiner
Photo finder application for macOS
Stars: ✭ 102 (-76.39%)
Mutual labels:  photos, photography
moul
See https://github.com/moulco/moul
Stars: ✭ 17 (-96.06%)
Mutual labels:  photos, photography
QuickRawPicker
📷 QuickRawPicker is a free and open source program that lets you cull, pick or rate raw photos captured by your camera. It is also compatible with the XMP sidecar file used by Adobe Bridge/Lightroom/Darktable or PP3 sidecar file used by Rawtherapee.
Stars: ✭ 26 (-93.98%)
Mutual labels:  photos, photography
Unsplash Php
👻 Official PHP wrapper for the Unsplash API
Stars: ✭ 332 (-23.15%)
Mutual labels:  unsplash, photos
Resplash
Unofficial Unsplash Android App
Stars: ✭ 395 (-8.56%)
Mutual labels:  unsplash, photos
Myersplash.uwp
Yet anothor simple and elegant photos & wallpaper app for all platforms.
Stars: ✭ 207 (-52.08%)
Mutual labels:  unsplash, wallpaper
Macos Wallpaper
Manage the desktop wallpaper on macOS
Stars: ✭ 450 (+4.17%)
Mutual labels:  cli, wallpaper

Splash CLI - Beautiful wallpapers from Unsplash in your terminal 🖼️🛠️ | Product Hunt Embed

splash-cli

npm Version GithubWorkflow Website

Get stunning wallpapers from Unsplash

Splash CLI is an Unsplash client powered by NodeJS. You can use it as an Unsplash terminal client, for example you can:

  • Change wallpaper on your desktop

  • Like or download photos.

  • Create new collections

  • Edit collections

  • Upload photos (See #47)


Terminal Setup

👀 Looking for maintainers! 👀

💾 Installation

To install splash-cli you must use a node package manager such as yarn or npm.

	# With NPM
	$ npm install --global splash-cli

	# With Yarn
	$ yarn global add splash-cli

FAQs

A list of Frequently Asked Questions (FAQ) can be found here

- What is Splash CLI?

Splash CLI is an Unsplash client powered by NodeJS.

You can use it to:

  • Change wallpaper on your desktop.
  • Create new collections (soon)
  • Like or download photos.
  • Download photos by ID.
  • Pick random photo from an user or a collection.

- Why did you make it?

When I wrote Splash CLI it was just for fun, I never tought that someone could find this tool so useful/funny 😅

🐾 Usage

Splash is easy and quick to use, just run splash to get started.

  Get beautiful wallpapers from unsplash.

  Usage [v3.4.15]

        $ splash [command] [flags]

  Commands
        settings <get|set|restore>      GET/SET/RESTORE SETTINGS
        alias <get|set|remove>          GET/SET COLLECTION ALIASES
        collection <get|delete>         MANAGE COLLECTIONS
        dir <clean|get|count>           MANAGE THE DOWNLOAD DIRECTORY
        user <login|logout|get|...>     MANAGE USER LOGIN/LOGOUT - GET USER INFOS
        -------------------------------------------------------------------------
        HINT: use `[command] help` for the list of all options

  Options
        -h --help                       THIS MESSAGE
        -v --version                    v3.4.14

        --scale <auto|fill|fit|stretch|center>  SET WALLPAPER SCALE
        --screen <all|main|monitor number>      SET AS WALLPAPER ON SELECTED MONITOR

        -s --save [optional_path]       DOWNLOAD WITHOUT SETTING AS WALLPAPER
        --set <path>                    SET GIVEN PHOTO AS WALLPAPER

        -i --info                       SHOW EXIF
        -q --quiet                      NO OUTPUT

  Image Manipulation
        --rotate <degrees>              ROTATE THE IMAGE BY GIVEN DEGREES
        --grayscale                     MAKES THE IMAGE BW
        --flip                           FLIP THE PHOTO ON THE "Y" AXIS
        --colorspace <srgb|rgb|cmyk|lab|b-w> CHANGE IMAGE "COLORSPACE"

  Source Filters
        -c --curated                    RANDOM CURATED PHOTO
        -u --user <username>            RANDOM PHOTO FROM PROVIDED USER

        --day                           GET THE PHOTO OF THE DAY
        --id <id or url>                PHOTO BY ID
        --collection <id or alias>      RANDOM PHOTO FROM PROVIDED COLLECTION


  Search Filters
        -f --featured                   LIMIT TO ONLY FEATURED PHOTOS
        --query <query>                 RANDOM FROM QUERY
        --orientation <landscape|portrait|squarish> SET WALLPAPER ORIENTATION (DEFAULT: 'landscape')

Suggested Collections

  • Editorial (317099) - A collection of beautiful photos, curated by the Unsplash Team.

  • Wallpapers (1065976) - Free stunning HD wallpapers for your mobile and desktop screens.

  • Textures & Patterns (3330445) - Find your next perfect texture or pattern in high-quality.


Contributors

List of awesome people that have helped to keep this project alive:

How can I contribute?

Hi thank you for the interest! Here you can find all what you need to know about and here you can find some things that I'd like to improve.

👾 Related Stuff


Made with love by Federico Vitale in 🇮🇹

Twitter - Official Website - Instagram

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].