{"id":26822167,"url":"https://github.com/splash-cli/splash-cli","last_synced_at":"2025-03-30T08:01:38.184Z","repository":{"id":14791394,"uuid":"77103594","full_name":"rawnly/splash-cli","owner":"rawnly","description":"A simple, CLI to download Unsplash wallpapers. Nothing fancy — it just works.","archived":false,"fork":false,"pushed_at":"2024-01-21T15:06:30.000Z","size":60092,"stargazers_count":541,"open_issues_count":3,"forks_count":28,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-05-02T01:49:04.212Z","etag":null,"topics":["beautiful-photos","beautiful-wallpapers","change-wallpaper","cli","download-photos","photography","photos","splash","unsplash","wallpaper","wallpapers"],"latest_commit_sha":null,"homepage":"http://splash-cli.app?ref=github","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rawnly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-12-22T02:36:28.000Z","updated_at":"2024-04-22T21:04:21.000Z","dependencies_parsed_at":"2023-07-27T05:03:00.513Z","dependency_job_id":"695e2d3f-7214-417a-8f3c-fbfecf200625","html_url":"https://github.com/rawnly/splash-cli","commit_stats":null,"previous_names":["splash-cli/splash-cli"],"tags_count":120,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawnly%2Fsplash-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawnly%2Fsplash-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawnly%2Fsplash-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawnly%2Fsplash-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rawnly","download_url":"https://codeload.github.com/rawnly/splash-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246290605,"owners_count":20753729,"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":["beautiful-photos","beautiful-wallpapers","change-wallpaper","cli","download-photos","photography","photos","splash","unsplash","wallpaper","wallpapers"],"created_at":"2025-03-30T08:01:27.551Z","updated_at":"2025-03-30T08:01:38.165Z","avatar_url":"https://github.com/rawnly.png","language":"Go","readme":"# Splash CLI \nA simple, CLI to download Unsplash wallpapers. Nothing fancy — it just works.\n\n\u003ccenter\u003e\n \u003cimg src=\"https://github.com/user-attachments/assets/fb30ee98-d73e-4709-9a97-819a34bd78a6\" /\u003e\n\u003c/center\u003e\n\n\n## 💿 Installation\n\n#### Via Homebrew\n```shell\nbrew tap rawnly/tap\nbrew install splash-cli\n```\n\nYou can now run `splash` and have fun!\n\n#### Via Go \n```shell\ngo install github.com/rawnly/splash-cli@latest\n```\n\nBe sure to set up your environment before running the command.\n\nRequired environment variables are:\n - `UNSPLASH_CLIENT_ID`\n - `UNSPLASH_CLIENT_SECRET`\n\nYou can get credentials on the [Unsplash Developer Portal](https://unsplash.com/developers).\n\n\u003e [!TIP]\n\u003e Remember that the binary name is `splash-cli` and not `splash` when installing via go\n\n#### Manual installation\n- Download the [latest pre-release](https://github.com/splash-cli/splash-cli/releases)\n- Move the binary to your `$PATH`\n- Enjoy\n\n\n## 💻 Usage\n```\nGet a photo\n\nUsage:\n  splash [flags]\n  splash [command]\n\nExamples:\n$ splash --day\n$ splash --query \"mountains\" --orientation \"landscape\"\n\n\nAvailable Commands:\n  alias       Manage collection aliases\n  auth        Authenticate with Unsplash\n  collection  CRUD on collections\n  completion  Generate the autocompletion script for the specified shell\n  help        Help about any command\n  settings    Manage user settings\n\nFlags:\n  -c, --collections strings   Public collection ID(s) to filter selection. If multiple, comma-separated\n      --day                   Retrieve the photo of the day\n  -h, --help                  help for splash\n      --id string             Retrieve a single photo by ID\n      --no-cache              Ignore cache\n  -o, --orientation string    Filter by photo orientation (default \"landscape\")\n      --plain                 Plain output. Good for tty\n  -q, --query string          Limit selection to photos matching a search term.\n  -s, --save                  Save the photo without setting it as wallpaper\n      --scale string          Set wallpaper scale (default \"auto\")\n      --screen int            Set wallpaper on a specific screen. (macos only) (default -1)\n  -t, --topics strings        Public topic ID(s) to filter selection. If multiple, comma-separated\n  -u, --user string           Limit selection to a single user.\n  -v, --version               version for splash\n\nUse \"splash [command] --help\" for more information about a command.\n```\n\n## 🧰 Build Locally\nTo build the project locally you can use the following command:\n\n```shell\n    goreleaser --snapshot --rm-dist\n    \n    # Or\n    \n    make build # this will only build for the current platform\n```\n\u003e **Note**\n\u003e If you have an `.env` file in your project root `make` will automatically inject values inside script commands.\n","funding_links":[],"categories":["JavaScript","Tools","Utilities"],"sub_categories":["Node","Theming and Customization"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplash-cli%2Fsplash-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsplash-cli%2Fsplash-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplash-cli%2Fsplash-cli/lists"}