All Projects β†’ cuth β†’ Unsplash Wallpaper

cuth / Unsplash Wallpaper

Licence: mit
Use an image from unsplash.com as your background image from a simple command.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Unsplash Wallpaper

Terminal Image Cli
Display images in the terminal
Stars: ✭ 234 (-1.68%)
Mutual labels:  cli-app, npm-package
Forge Node App
πŸ› πŸ“¦πŸŽ‰ Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-62.18%)
Mutual labels:  cli-app, npm-package
Slugify Cli
Slugify a string
Stars: ✭ 49 (-79.41%)
Mutual labels:  cli-app, npm-package
Capture Website Cli
Capture screenshots of websites from the command-line
Stars: ✭ 545 (+128.99%)
Mutual labels:  cli-app, npm-package
Ohshitgit
⁉️Oh shit! A cli tool to help you unfuck your git mistakes
Stars: ✭ 135 (-43.28%)
Mutual labels:  cli-app, npm-package
Np
A better `npm publish`
Stars: ✭ 6,401 (+2589.5%)
Mutual labels:  cli-app, npm-package
Delay Cli
Delay execution for a given amount of seconds
Stars: ✭ 74 (-68.91%)
Mutual labels:  cli-app, npm-package
MinifyAllCli
πŸ“¦ A lightweight, simple and easy npm tool to π—Ίπ—Άπ—»π—Άπ—³π˜† JSON/C, HTML and CSS! Also known as MinifyAll core! ⭐ Usable as π‘ͺ𝑳𝑰 tool or π’Šπ’Žπ’‘π’π’“π’•π’‚π’ƒπ’π’† in TS/JS as a 𝑴𝑢𝑫𝑼𝑳𝑬 πŸ₯°
Stars: ✭ 21 (-91.18%)
Mutual labels:  npm-package, cli-app
Replace In Files Cli
Replace matching strings and regexes in files
Stars: ✭ 129 (-45.8%)
Mutual labels:  cli-app, npm-package
Doge Seed Cli
Generate dank mnemonic seed phrases in the terminal
Stars: ✭ 118 (-50.42%)
Mutual labels:  cli-app, npm-package
Sindresorhus Cli
The Sindre Sorhus CLI
Stars: ✭ 436 (+83.19%)
Mutual labels:  cli-app, npm-package
Run Electron
Run Electron without all the junk terminal output
Stars: ✭ 187 (-21.43%)
Mutual labels:  cli-app, npm-package
Conduct
πŸ–– Generate a Code of Conduct for your project
Stars: ✭ 360 (+51.26%)
Mutual labels:  cli-app, npm-package
Github Spray
Draw on your GitHub contribution graph β–‘β–’β–“β–ˆ
Stars: ✭ 908 (+281.51%)
Mutual labels:  cli-app, npm-package
Speed Test
Test your internet connection speed and ping using speedtest.net from the CLI
Stars: ✭ 3,654 (+1435.29%)
Mutual labels:  cli-app, npm-package
Term Img Cli
Display images in iTerm
Stars: ✭ 70 (-70.59%)
Mutual labels:  cli-app, npm-package
Wait For Localhost Cli
Wait for localhost to be ready from the command-line
Stars: ✭ 101 (-57.56%)
Mutual labels:  cli-app, npm-package
Fast Cli
Test your download and upload speed using fast.com
Stars: ✭ 2,178 (+815.13%)
Mutual labels:  cli-app, npm-package
Do Not Disturb Cli
Control the macOS `Do Not Disturb` feature from the command-line
Stars: ✭ 205 (-13.87%)
Mutual labels:  cli-app, npm-package
Bitcoin Chart Cli
Bitcoin chart for the terminal as command line util
Stars: ✭ 221 (-7.14%)
Mutual labels:  npm-package

unsplash-wallpaper

Use an image from unsplash.com as your background image from a simple command.

Koala search screenshot

This downloads an image from source.unsplash.com and assigns it as the background image for the active main screen.

Tested on Mac, Windows and Ubuntu. (should work on every Linux).

Install

# NPM
$ npm i -g unsplash-wallpaper

# Yarn
$ yarn global add unsplash-wallpaper

Usage

$ unsplash-wallpaper --help

  -r, --random 
    Get a random image.
    $ unsplash-wallpaper --random

  -a, --daily 
    Get a fixed daily image.
    $ unsplash-wallpaper --user erondu --daily

  -e, --weekly 
    Get a fixed weekly image.
    $ unsplash-wallpaper --search water --weekly

  -f, --featured 
    Limit the results to the curated collections.
    $ unsplash-wallpaper -f --search montreal

  -w, --width {Number}
    Set the width of desired image.
    $ unsplash-wallpaper --width 2880 --save-config

  -h, --height {Number}
    Set the height of desired image.
    $ unsplash-wallpaper --width 2880 --height 1800 --save-config

  -d, --dir {String}
    Download the image to a specific directory.
    "." uses the current working directory.
    "./" stores the current working directory even when it changes.
    $ unsplash-wallpaper --dir "/Users/Shared
    $ unsplash-wallpaper --dir "C:UsersPublic
    $ unsplash-wallpaper -d .

  -s, --save-config 
    Saves any width, height or dir value in a config file.
    $ unsplash-wallpaper -s --width 1600 --height 1200
    Leave the values blank to reset width and height:
    $ unsplash-wallpaper -whs

  -p, --photo {PHOTO ID}
    Get a specific image by the photo ID.
    $ unsplash-wallpaper -p WLUHO9A_xik
    $ unsplash-wallpaper --photo="-oWyJoSqBRM"

  -c, --category {CATEGORY NAME}
    Get a photo in a category.
    $ unsplash-wallpaper --category nature

  -u, --user {USERNAME}
    Get a photo from a specific user.
    $ unsplash-wallpaper -u erondu

  -l, --likes {USERNAME}
    Get a photo liked by a user.
    $ unsplash-wallpaper --likes jackie

  -o, --collection {COLLECTION ID}
    Get a photo apart of a specific collection.
    $ unsplash-wallpaper --collection 190727

  -q, --search {KEYWORD,KEYWORD}
    Get a photo from a search query.
    $ unsplash-wallpaper -q nature,water
    $ unsplash-wallpaper -q="water falls"

  -v, --version 

  --help 

Thanks

This program wouldn't be possible without

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].