{"id":13581458,"url":"https://github.com/blacktop/lporg","last_synced_at":"2025-05-16T08:06:45.502Z","repository":{"id":41579822,"uuid":"115074096","full_name":"blacktop/lporg","owner":"blacktop","description":"Organize Your macOS Launchpad Apps","archived":false,"fork":false,"pushed_at":"2025-03-10T19:42:30.000Z","size":6327,"stargazers_count":365,"open_issues_count":18,"forks_count":25,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-19T12:39:56.609Z","etag":null,"topics":["backup","golang","launchpad","launchpad-apps","macos","organizer","osx","provisioning"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/blacktop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"patreon":"blacktop_"}},"created_at":"2017-12-22T03:49:28.000Z","updated_at":"2025-04-18T23:47:01.000Z","dependencies_parsed_at":"2023-10-10T20:53:43.786Z","dependency_job_id":"4b4abc4b-247a-49c9-820b-da8895fa60eb","html_url":"https://github.com/blacktop/lporg","commit_stats":null,"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Flporg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Flporg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Flporg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blacktop%2Flporg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blacktop","download_url":"https://codeload.github.com/blacktop/lporg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493385,"owners_count":22080127,"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":["backup","golang","launchpad","launchpad-apps","macos","organizer","osx","provisioning"],"created_at":"2024-08-01T15:02:02.470Z","updated_at":"2025-05-16T08:06:40.492Z","avatar_url":"https://github.com/blacktop.png","language":"Go","funding_links":["https://patreon.com/blacktop_"],"categories":["Go"],"sub_categories":[],"readme":"![logo](https://github.com/blacktop/lporg/raw/master/.github/imgs/porg.jpeg)\n\n# lporg\n\n[![Go](https://github.com/blacktop/lporg/workflows/Go/badge.svg?branch=master)](https://github.com/blacktop/lporg/actions)  [![Downloads](https://img.shields.io/github/downloads/blacktop/lporg/total.svg)](https://github.com/blacktop/lporg/releases)  [![Github All Releases](https://img.shields.io/github/release/blacktop/lporg.svg)](https://github.com/blacktop/lporg/releases) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)\n\n\u003e Organize Your macOS Launchpad Apps\n\n---\n\n## Why\n\nThis project is meant to help people setting up a brand new Mac **or** to keep all of their `Launchpad Folders` in sync across devices.\n\n## Features\n\n- Load/Save Launchpad app and folder settings\n- Load/Save Dock app ordering settings\n- Set desktop background image from URL/path in config\n\n## Tested On\n\n- `macOS 10.12` _(Sierra)_\n- `macOS 10.13.2` _(High Sierra)_\n- `macOS 10.13.3` _(High Sierra)_\n- `macOS 14.0` _(Sonoma)_\n\n## Install\n\n```sh\nbrew install blacktop/tap/lporg\n```\n\n## Getting Started\n\n```sh\n❯ lporg\n\nOrganize Your Launchpad\n\nUsage:\n  lporg [command]\n\nAvailable Commands:\n  default     Organize by default Apple app categories\n  help        Help about any command\n  load        Load launchpad settings config from `FILE`\n  revert      Revert to launchpad settings backup\n  save        Save current launchpad settings\n  version     Print the version number of lporg\n\nFlags:\n  -c, --config string   config file (default is $CONFIG/lporg/config.yaml)\n  -h, --help            help for lporg\n      --icloud          use iCloud for config\n  -V, --verbose         verbose output\n\nUse \"lporg [command] --help\" for more information about a command.\n```\n\n## Commands\n\n### Default\n\n```sh\nlporg default\n```\n\nOrganize your launchpad apps using the default Apple app categories as folders\n\n### Save\n\n```sh\nlporg save\n```\n\nSave your current launchpad app layout to a `lporg.yml` file\n\n### Load\n\n```sh\nlporg load lporg.yml\n```\n\nLoad a launchpad app layout from a YAML config file\n\n### Revert\n\n```sh\nlporg revert\n```\n\nRevert a launchpad app layout to the backed up version stored at `$CONFIG/lporg/config.yml`\n\n### Example Configs\n\n- [lporg.yml](https://github.com/blacktop/dotfiles/blob/master/init/lporg.yml)\n\n## TODO\n\n- [ ] create Brewfile from unfound apps IF they are installable via brew?\n- [ ] add ability to save/load private gist configs\n- [ ] add ability to have desktop image be a URL and it will download and check sha256, save in `.lporg` folder and add to desktop\n\n## Issues\n\nFind a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to [file an issue](https://github.com/blacktop/lporg/issues/new)\n\n## License\n\nMIT Copyright (c) 2017-2024 **blacktop**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacktop%2Flporg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblacktop%2Flporg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblacktop%2Flporg/lists"}