{"id":16347349,"url":"https://github.com/cuth/unsplash-wallpaper","last_synced_at":"2025-04-06T08:11:57.783Z","repository":{"id":31184530,"uuid":"34745094","full_name":"cuth/unsplash-wallpaper","owner":"cuth","description":"Use an image from unsplash.com as your background image from a simple command.","archived":false,"fork":false,"pushed_at":"2023-01-04T23:44:04.000Z","size":1160,"stargazers_count":268,"open_issues_count":21,"forks_count":24,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T08:01:55.883Z","etag":null,"topics":["cli-app","npm-package"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cuth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-28T17:22:29.000Z","updated_at":"2025-01-25T20:59:10.000Z","dependencies_parsed_at":"2023-01-14T18:30:28.691Z","dependency_job_id":null,"html_url":"https://github.com/cuth/unsplash-wallpaper","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuth%2Funsplash-wallpaper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuth%2Funsplash-wallpaper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuth%2Funsplash-wallpaper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuth%2Funsplash-wallpaper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuth","download_url":"https://codeload.github.com/cuth/unsplash-wallpaper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247451653,"owners_count":20940939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-app","npm-package"],"created_at":"2024-10-11T00:41:40.281Z","updated_at":"2025-04-06T08:11:57.753Z","avatar_url":"https://github.com/cuth.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"unsplash-wallpaper\n==================\n\n\u003e Use an image from unsplash.com as your background image from a simple command.\n\n![Koala search screenshot](/screenshot-koala.jpg?raw)\n\nThis downloads an image from `source.unsplash.com` and assigns it as the background image for the active main screen.\n\n*Tested on Mac, Windows and Ubuntu. (should work on every Linux).*\n\nInstall\n-------\n\n```\n# NPM\n$ npm i -g unsplash-wallpaper\n\n# Yarn\n$ yarn global add unsplash-wallpaper\n```\n\n\nUsage\n-----\n\n```\n$ unsplash-wallpaper --help\n\n  -r, --random \n    Get a random image.\n    $ unsplash-wallpaper --random\n\n  -a, --daily \n    Get a fixed daily image.\n    $ unsplash-wallpaper --user erondu --daily\n\n  -e, --weekly \n    Get a fixed weekly image.\n    $ unsplash-wallpaper --search water --weekly\n\n  -f, --featured \n    Limit the results to the curated collections.\n    $ unsplash-wallpaper -f --search montreal\n\n  -w, --width {Number}\n    Set the width of desired image.\n    $ unsplash-wallpaper --width 2880 --save-config\n\n  -h, --height {Number}\n    Set the height of desired image.\n    $ unsplash-wallpaper --width 2880 --height 1800 --save-config\n\n  -d, --dir {String}\n    Download the image to a specific directory.\n    \".\" uses the current working directory.\n    \"./\" stores the current working directory even when it changes.\n    $ unsplash-wallpaper --dir \"/Users/Shared\n    $ unsplash-wallpaper --dir \"C:UsersPublic\n    $ unsplash-wallpaper -d .\n\n  -s, --save-config \n    Saves any width, height or dir value in a config file.\n    $ unsplash-wallpaper -s --width 1600 --height 1200\n    Leave the values blank to reset width and height:\n    $ unsplash-wallpaper -whs\n\n  -p, --photo {PHOTO ID}\n    Get a specific image by the photo ID.\n    $ unsplash-wallpaper -p WLUHO9A_xik\n    $ unsplash-wallpaper --photo=\"-oWyJoSqBRM\"\n\n  -c, --category {CATEGORY NAME}\n    Get a photo in a category.\n    $ unsplash-wallpaper --category nature\n\n  -u, --user {USERNAME}\n    Get a photo from a specific user.\n    $ unsplash-wallpaper -u erondu\n\n  -l, --likes {USERNAME}\n    Get a photo liked by a user.\n    $ unsplash-wallpaper --likes jackie\n\n  -o, --collection {COLLECTION ID}\n    Get a photo apart of a specific collection.\n    $ unsplash-wallpaper --collection 190727\n\n  -q, --search {KEYWORD,KEYWORD}\n    Get a photo from a search query.\n    $ unsplash-wallpaper -q nature,water\n    $ unsplash-wallpaper -q=\"water falls\"\n\n  -v, --version \n\n  --help \n\n```\n\n\nThanks\n------\n\nThis program wouldn't be possible without\n\n* https://unsplash.com/\n* https://github.com/sindresorhus/wallpaper\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuth%2Funsplash-wallpaper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuth%2Funsplash-wallpaper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuth%2Funsplash-wallpaper/lists"}